#8E66C9

Color #8E66C9 Lilac Bush (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lilac Bush #8E66C9

Tints of Lilac Bush #8E66C9

Color information

#8E66C9 (or 0x8E66C9) is unknown color: approx Lilac Bush. HEX triplet: 8E, 66 and C9. RGB value is (142,102,201). Sum of RGB (Red+Green+Blue) = 142+102+201=445 (58% of max value = 765). Red value is 142 (55.86% from 255 or 31.91% from 445); Green value is 102 (40.23% from 255 or 22.92% from 445); Blue value is 201 (78.91% from 255 or 45.17% from 445); Max value from RGB is 201 - color contains mainly: blue. Hex color #8E66C9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8E66C9 is #719936. Grayscale: #7C7C7C. Windows color (decimal): -7444791 or 13198990. OLE color: 13198990.

HSL color Cylindrical-coordinate representation of color #8E66C9: hue angle of 264.24º degrees, saturation: 0.48, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #8E66C9 is Cyan = 0.29, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB142102201-
CMYK0.290.4900.21
HSL264.24º47.83%59.41%-
HSV(B)264.24º49.25%78.82%-
XYZ26.4519.4757.62-
YUV125.25170.75139.95-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 31.91%
GREEN value IS 102 (40.23% from 255) = 22.92%
BLUE value IS 201 (78.91% from 255) = 45.17%
R=31.91%
G=22.92%
B=45.17%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1421022010.290.4900.21264.2447.8359.41
Hex8E66C91D31015108303b
Octal21614631135610254106073
Binary1000111011001101100100111101110001010101100001000110000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E66C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8E66C9; }

 p { color: rgb(142,102,201); }

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

<style>
 a { background-color: #8E66C9; }

 a { background-color: rgb(142,102,201); }

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

<style>
 span { border-color: #8E66C9; }

 span { border-color: rgb(142,102,201); }

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