#9C66BD

Color #9C66BD Deep Lilac (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deep Lilac #9C66BD

Tints of Deep Lilac #9C66BD

Color information

#9C66BD (or 0x9C66BD) is unknown color: approx Deep Lilac. HEX triplet: 9C, 66 and BD. RGB value is (156,102,189). Sum of RGB (Red+Green+Blue) = 156+102+189=447 (59% of max value = 765). Red value is 156 (61.33% from 255 or 34.90% from 447); Green value is 102 (40.23% from 255 or 22.82% from 447); Blue value is 189 (74.22% from 255 or 42.28% from 447); Max value from RGB is 189 - color contains mainly: blue. Hex color #9C66BD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9C66BD is #639942. Grayscale: #7F7F7F. Windows color (decimal): -6527299 or 12412572. OLE color: 12412572.

HSL color Cylindrical-coordinate representation of color #9C66BD: hue angle of 277.24º degrees, saturation: 0.4, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #9C66BD is Cyan = 0.17, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB156102189-
CMYK0.170.4600.26
HSL277.24º39.73%57.06%-
HSV(B)277.24º46.03%74.12%-
XYZ27.6520.2450.59-
YUV128.06162.39147.93-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 156 (61.33% from 255) = 34.90%
GREEN value IS 102 (40.23% from 255) = 22.82%
BLUE value IS 189 (74.22% from 255) = 42.28%
R=34.90%
G=22.82%
B=42.28%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1561021890.170.4600.26277.2439.7357.06
Hex9C66BD112E01A1152839
Octal23414627521560324255071
Binary1001110011001101011110110001101110011010100010101101000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C66BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9C66BD; }

 p { color: rgb(156,102,189); }

 H1.HeaderClassName
 {
   color: #9C66BD;
 }
 .AnyTagClassName
 {
   color: #9C66BD;
 }
</style>
background-color css

<style>
 a { background-color: #9C66BD; }

 a { background-color: rgb(156,102,189); }

 div.DivClassName
 {
   background-color: #9C66BD;
 }
 .BgClassName
 {
   background-color: #9C66BD;
 }
</style>
border-color css

<style>
 span { border-color: #9C66BD; }

 span { border-color: rgb(156,102,189); }

 td.TdClassName
 {
   border-color: #9C66BD;
 }
 .TagClassName
 {
   border-color: #9C66BD;
 }
</style>