#8E6CBB

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

Shades of Lilac Bush #8E6CBB

Tints of Lilac Bush #8E6CBB

Color information

#8E6CBB (or 0x8E6CBB) is unknown color: approx Lilac Bush. HEX triplet: 8E, 6C and BB. RGB value is (142,108,187). Sum of RGB (Red+Green+Blue) = 142+108+187=437 (57% of max value = 765). Red value is 142 (55.86% from 255 or 32.49% from 437); Green value is 108 (42.58% from 255 or 24.71% from 437); Blue value is 187 (73.44% from 255 or 42.79% from 437); Max value from RGB is 187 - color contains mainly: blue. Hex color #8E6CBB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8E6CBB is #719344. Grayscale: #7E7E7E. Windows color (decimal): -7443269 or 12283022. OLE color: 12283022.

HSL color Cylindrical-coordinate representation of color #8E6CBB: hue angle of 265.82º degrees, saturation: 0.37, 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 #8E6CBB is Cyan = 0.24, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB142108187-
CMYK0.240.4200.27
HSL265.82º36.74%57.84%-
HSV(B)265.82º42.25%73.33%-
XYZ25.4920.0649.54-
YUV127.17161.76138.58-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 32.49%
GREEN value IS 108 (42.58% from 255) = 24.71%
BLUE value IS 187 (73.44% from 255) = 42.79%
R=32.49%
G=24.71%
B=42.79%

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
Decimal1421081870.240.4200.27265.8236.7457.84
Hex8E6CBB182A01B10a253a
Octal21615427330520334124572
Binary1000111011011001011101111000101010011011100001010100101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E6CBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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