#8E6EBB

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

Shades of Lilac Bush #8E6EBB

Tints of Lilac Bush #8E6EBB

Color information

#8E6EBB (or 0x8E6EBB) is unknown color: approx Lilac Bush. HEX triplet: 8E, 6E and BB. RGB value is (142,110,187). Sum of RGB (Red+Green+Blue) = 142+110+187=439 (58% of max value = 765). Red value is 142 (55.86% from 255 or 32.35% from 439); Green value is 110 (43.36% from 255 or 25.06% from 439); Blue value is 187 (73.44% from 255 or 42.60% from 439); Max value from RGB is 187 - color contains mainly: blue. Hex color #8E6EBB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8E6EBB is #719144. Grayscale: #808080. Windows color (decimal): -7442757 or 12283534. OLE color: 12283534.

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

Color convert

RGB142110187-
CMYK0.240.4100.27
HSL264.94º36.15%58.24%-
HSV(B)264.94º41.18%73.33%-
XYZ25.720.4949.61-
YUV128.35161.1137.74-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 32.35%
GREEN value IS 110 (43.36% from 255) = 25.06%
BLUE value IS 187 (73.44% from 255) = 42.60%
R=32.35%
G=25.06%
B=42.60%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1421101870.240.4100.27264.9436.1558.24
Hex8E6EBB182901B109243a
Octal21615627330510334114472
Binary1000111011011101011101111000101001011011100001001100100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E6EBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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