#8E6DBA

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

Shades of Lilac Bush #8E6DBA

Tints of Lilac Bush #8E6DBA

Color information

#8E6DBA (or 0x8E6DBA) is unknown color: approx Lilac Bush. HEX triplet: 8E, 6D and BA. RGB value is (142,109,186). Sum of RGB (Red+Green+Blue) = 142+109+186=437 (57% of max value = 765). Red value is 142 (55.86% from 255 or 32.49% from 437); Green value is 109 (42.97% from 255 or 24.94% from 437); Blue value is 186 (73.05% from 255 or 42.56% from 437); Max value from RGB is 186 - color contains mainly: blue. Hex color #8E6DBA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8E6DBA is #719245. Grayscale: #7F7F7F. Windows color (decimal): -7443014 or 12217742. OLE color: 12217742.

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

Color convert

RGB142109186-
CMYK0.240.4100.27
HSL265.71º35.81%57.84%-
HSV(B)265.71º41.4%72.94%-
XYZ25.4920.2349.02-
YUV127.65160.93138.24-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 32.49%
GREEN value IS 109 (42.97% from 255) = 24.94%
BLUE value IS 186 (73.05% from 255) = 42.56%
R=32.49%
G=24.94%
B=42.56%

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
Decimal1421091860.240.4100.27265.7135.8157.84
Hex8E6DBA182901B10a243a
Octal21615527230510334124472
Binary1000111011011011011101011000101001011011100001010100100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E6DBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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