#8E60BD

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

Shades of Lilac Bush #8E60BD

Tints of Lilac Bush #8E60BD

Color information

#8E60BD (or 0x8E60BD) is unknown color: approx Lilac Bush. HEX triplet: 8E, 60 and BD. RGB value is (142,96,189). Sum of RGB (Red+Green+Blue) = 142+96+189=427 (56% of max value = 765). Red value is 142 (55.86% from 255 or 33.26% from 427); Green value is 96 (37.89% from 255 or 22.48% from 427); Blue value is 189 (74.22% from 255 or 44.26% from 427); Max value from RGB is 189 - color contains mainly: blue. Hex color #8E60BD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8E60BD is #719F42. Grayscale: #787878. Windows color (decimal): -7446339 or 12411022. OLE color: 12411022.

HSL color Cylindrical-coordinate representation of color #8E60BD: hue angle of 269.68º degrees, saturation: 0.41, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #8E60BD is Cyan = 0.25, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB14296189-
CMYK0.250.4900.26
HSL269.68º41.33%55.88%-
HSV(B)269.68º49.21%74.12%-
XYZ24.5217.7950.29-
YUV120.36166.74143.44-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 33.26%
GREEN value IS 96 (37.89% from 255) = 22.48%
BLUE value IS 189 (74.22% from 255) = 44.26%
R=33.26%
G=22.48%
B=44.26%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal142961890.250.4900.26269.6841.3355.88
Hex8E60BD193101A10e2938
Octal21614027531610324165170
Binary1000111011000001011110111001110001011010100001110101001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E60BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,96,189); }

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

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

 a { background-color: rgb(142,96,189); }

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

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

 span { border-color: rgb(142,96,189); }

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