#8E69BC

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

Shades of Lilac Bush #8E69BC

Tints of Lilac Bush #8E69BC

Color information

#8E69BC (or 0x8E69BC) is unknown color: approx Lilac Bush. HEX triplet: 8E, 69 and BC. RGB value is (142,105,188). Sum of RGB (Red+Green+Blue) = 142+105+188=435 (57% of max value = 765). Red value is 142 (55.86% from 255 or 32.64% from 435); Green value is 105 (41.41% from 255 or 24.14% from 435); Blue value is 188 (73.83% from 255 or 43.22% from 435); Max value from RGB is 188 - color contains mainly: blue. Hex color #8E69BC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8E69BC is #719643. Grayscale: #7D7D7D. Windows color (decimal): -7444036 or 12347790. OLE color: 12347790.

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

Color convert

RGB142105188-
CMYK0.240.4400.26
HSL266.75º38.25%57.45%-
HSV(B)266.75º44.15%73.73%-
XYZ25.2819.4850.01-
YUV125.52163.26139.75-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 32.64%
GREEN value IS 105 (41.41% from 255) = 24.14%
BLUE value IS 188 (73.83% from 255) = 43.22%
R=32.64%
G=24.14%
B=43.22%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1421051880.240.4400.26266.7538.2557.45
Hex8E69BC182C01A10b2639
Octal21615127430540324134671
Binary1000111011010011011110011000101100011010100001011100110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E69BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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