Color Hex Logo

#9906cf Color Hex

#9906CF
(153,6,207)
0 Favorites   0 Comments

Color spaces of #9906cf

RGB 1536207
HSL0.790.940.42
HSV284°97°81°
CMYK 0.260.970.00   0.19
XYZ24.464511.407559.9439
Yxy11.40750.25530.1191
Hunter Lab33.775070.1881-81.5855
CIE-Lab40.258575.5618-66.9200

#9906cf color RGB value is (153,6,207).

#9906cf hex color red value is 153, green value is 6 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #9906cf hue: 0.79 , saturation: 0.94 and the lightness value of 9906cf is 0.42.

The process color (four color CMYK) of #9906cf color hex is 0.26, 0.97, 0.00, 0.19. Web safe color of #9906cf is #9900cc. Color #9906cf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011001 00000110 11001111
Octal 231 6 317
Decimal 153 6 207
Hex 99 6 CF

RGB Percentages of Color #9906cf

%41.80
%1.64
%56.56

CMYK Percentages of Color #9906cf

%26
%97
%0
%19

Triadic Colors of #9906cf

#9906cf #cf9906 #06cf99

Analogous Colors of #9906cf

#9906cf #cf06a1 #3506cf

Monochromatic Colors of #9906cf

#9906cf

Complementary Color

#9906cf #3ccf06

#9906cf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9906cf Color Preview on White Background

Lorem ipsum dolor sit amet.

#9906cf Color CSS Codes

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

#9906cf Text Font Color

<p style="color:#9906cf">Text here</p>

This sample text font color is #9906cf
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.


#9906cf Background Color

<div style="background-color:#9906cf">
Div content here</div>

This div background color is #9906cf


#9906cf Border Color

<div style="border:3px solid #9906cf">
Div here</div>

This div border color is #9906cf


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(153,6,207, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #9906cf; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #9906cf;
  -webkit-box-shadow: 1px 1px 3px 2px #9906cf;
  box-shadow:         1px 1px 3px 2px #9906cf; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(153,6,207, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9906cf


Comments

No comments written yet.

Please login to write comment.