#8E6FBC

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

Shades of Lilac Bush #8E6FBC

Tints of Lilac Bush #8E6FBC

Color information

#8E6FBC (or 0x8E6FBC) is unknown color: approx Lilac Bush. HEX triplet: 8E, 6F and BC. RGB value is (142,111,188). Sum of RGB (Red+Green+Blue) = 142+111+188=441 (58% of max value = 765). Red value is 142 (55.86% from 255 or 32.20% from 441); Green value is 111 (43.75% from 255 or 25.17% from 441); Blue value is 188 (73.83% from 255 or 42.63% from 441); Max value from RGB is 188 - color contains mainly: blue. Hex color #8E6FBC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8E6FBC is #719043. Grayscale: #808080. Windows color (decimal): -7442500 or 12349326. OLE color: 12349326.

HSL color Cylindrical-coordinate representation of color #8E6FBC: hue angle of 264.16º degrees, saturation: 0.36, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #8E6FBC is Cyan = 0.24, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB142111188-
CMYK0.240.4100.26
HSL264.16º36.49%58.63%-
HSV(B)264.16º40.96%73.73%-
XYZ25.9220.7550.22-
YUV129.05161.27137.24-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 32.20%
GREEN value IS 111 (43.75% from 255) = 25.17%
BLUE value IS 188 (73.83% from 255) = 42.63%
R=32.20%
G=25.17%
B=42.63%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1421111880.240.4100.26264.1636.4958.63
Hex8E6FBC182901A108243b
Octal21615727430510324104473
Binary1000111011011111011110011000101001011010100001000100100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E6FBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,111,188); }

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

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

 a { background-color: rgb(142,111,188); }

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

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

 span { border-color: rgb(142,111,188); }

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