color codes Logo

#9f41fb color codes

#9F41FB
(159,65,251)
0 Favorites   0 Comments

Color spaces of #9f41fb

RGB 15965251
HSL0.750.960.62
HSV270°74°98°
CMYK 0.370.740.00   0.02
XYZ33.601018.116692.9927
Yxy18.11660.23220.1252
Hunter Lab42.563666.4270-99.7419
CIE-Lab49.637270.6231-76.5872

#9f41fb color RGB value is (159,65,251).

#9f41fb hex color red value is 159, green value is 65 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #9f41fb hue: 0.75 , saturation: 0.96 and the lightness value of 9f41fb is 0.62.

The process color (four color CMYK) of #9f41fb color code is 0.37, 0.74, 0.00, 0.02. Web safe color of #9f41fb is #9933ff. Color #9f41fb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011111 01000001 11111011
Octal 237 101 373
Decimal 159 65 251
Hex 9F 41 FB

RGB Percentages of Color #9f41fb

%33.47
%13.68
%52.84

CMYK Percentages of Color #9f41fb

%37
%74
%0
%2

Triadic Colors of #9f41fb

#9f41fb #fb9f41 #41fb9f

Analogous Colors of #9f41fb

#9f41fb #fb41fa #4241fb

Monochromatic Colors of #9f41fb

#9f41fb

Complementary Color

#9f41fb #9dfb41

#9f41fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9f41fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#9f41fb Color CSS Codes

.mybgcolor {background-color:#9f41fb; } 
.myforecolor {color:#9f41fb; }
.mybordercolor {border:3px solid #9f41fb; }

#9f41fb Text Font Color

<p style="color:#9f41fb">Text here</p>

This sample text font color is #9f41fb
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#9f41fb Background Color

<div style="background-color:#9f41fb">
Div content here</div>

This div background color is #9f41fb


#9f41fb Border Color

<div style="border:3px solid #9f41fb">
Div here</div>

This div border color is #9f41fb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(159,65,251, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #9f41fb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #9f41fb;
  -webkit-box-shadow: 1px 1px 3px 2px #9f41fb;
  box-shadow:         1px 1px 3px 2px #9f41fb; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(159,65,251, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #9f41fb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #9f41fb;
  -webkit-box-shadow: 1px 1px 3px 2px #9f41fb;
  box-shadow:         1px 1px 3px 2px #9f41fb;">
Div content here</div>

This div box has shadow with color #9f41fb

Related Colors

#9f41fb Color Palettes


Comments

No comments written yet.

Please login to write comment.