#8E69BF

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

Shades of Lilac Bush #8E69BF

Tints of Lilac Bush #8E69BF

Color information

#8E69BF (or 0x8E69BF) is unknown color: approx Lilac Bush. HEX triplet: 8E, 69 and BF. RGB value is (142,105,191). Sum of RGB (Red+Green+Blue) = 142+105+191=438 (58% of max value = 765). Red value is 142 (55.86% from 255 or 32.42% from 438); Green value is 105 (41.41% from 255 or 23.97% from 438); Blue value is 191 (75% from 255 or 43.61% from 438); Max value from RGB is 191 - color contains mainly: blue. Hex color #8E69BF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8E69BF is #719640. Grayscale: #7D7D7D. Windows color (decimal): -7444033 or 12544398. OLE color: 12544398.

HSL color Cylindrical-coordinate representation of color #8E69BF: hue angle of 265.81º degrees, saturation: 0.4, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #8E69BF is Cyan = 0.26, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB142105191-
CMYK0.260.4500.25
HSL265.81º40.19%58.04%-
HSV(B)265.81º45.03%74.9%-
XYZ25.6119.6251.73-
YUV125.87164.76139.51-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 32.42%
GREEN value IS 105 (41.41% from 255) = 23.97%
BLUE value IS 191 (75% from 255) = 43.61%
R=32.42%
G=23.97%
B=43.61%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1421051910.260.4500.25265.8140.1958.04
Hex8E69BF1A2D01910a283a
Octal21615127732550314125072
Binary1000111011010011011111111010101101011001100001010101000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E69BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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