#8E6CBA

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

Shades of Lilac Bush #8E6CBA

Tints of Lilac Bush #8E6CBA

Color information

#8E6CBA (or 0x8E6CBA) is unknown color: approx Lilac Bush. HEX triplet: 8E, 6C and BA. RGB value is (142,108,186). Sum of RGB (Red+Green+Blue) = 142+108+186=436 (57% of max value = 765). Red value is 142 (55.86% from 255 or 32.57% from 436); Green value is 108 (42.58% from 255 or 24.77% from 436); Blue value is 186 (73.05% from 255 or 42.66% from 436); Max value from RGB is 186 - color contains mainly: blue. Hex color #8E6CBA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8E6CBA is #719345. Grayscale: #7E7E7E. Windows color (decimal): -7443270 or 12217486. OLE color: 12217486.

HSL color Cylindrical-coordinate representation of color #8E6CBA: hue angle of 266.15º degrees, saturation: 0.36, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #8E6CBA is Cyan = 0.24, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB142108186-
CMYK0.240.4200.27
HSL266.15º36.11%57.65%-
HSV(B)266.15º41.94%72.94%-
XYZ25.3820.0248.98-
YUV127.06161.26138.66-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 32.57%
GREEN value IS 108 (42.58% from 255) = 24.77%
BLUE value IS 186 (73.05% from 255) = 42.66%
R=32.57%
G=24.77%
B=42.66%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1421081860.240.4200.27266.1536.1157.65
Hex8E6CBA182A01B10a243a
Octal21615427230520334124472
Binary1000111011011001011101011000101010011011100001010100100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E6CBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,108,186); }

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

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

 a { background-color: rgb(142,108,186); }

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

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

 span { border-color: rgb(142,108,186); }

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