#8E69BA

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

Shades of Lilac Bush #8E69BA

Tints of Lilac Bush #8E69BA

Color information

#8E69BA (or 0x8E69BA) is unknown color: approx Lilac Bush. HEX triplet: 8E, 69 and BA. RGB value is (142,105,186). Sum of RGB (Red+Green+Blue) = 142+105+186=433 (57% of max value = 765). Red value is 142 (55.86% from 255 or 32.79% from 433); Green value is 105 (41.41% from 255 or 24.25% from 433); Blue value is 186 (73.05% from 255 or 42.96% from 433); Max value from RGB is 186 - color contains mainly: blue. Hex color #8E69BA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8E69BA is #719645. Grayscale: #7D7D7D. Windows color (decimal): -7444038 or 12216718. OLE color: 12216718.

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

Color convert

RGB142105186-
CMYK0.240.4400.27
HSL267.41º36.99%57.06%-
HSV(B)267.41º43.55%72.94%-
XYZ25.0719.448.88-
YUV125.3162.26139.91-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 32.79%
GREEN value IS 105 (41.41% from 255) = 24.25%
BLUE value IS 186 (73.05% from 255) = 42.96%
R=32.79%
G=24.25%
B=42.96%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1421051860.240.4400.27267.4136.9957.06
Hex8E69BA182C01B10b2539
Octal21615127230540334134571
Binary1000111011010011011101011000101100011011100001011100101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E69BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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