#8E5CB9

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

Shades of Deep Lilac #8E5CB9

Tints of Deep Lilac #8E5CB9

Color information

#8E5CB9 (or 0x8E5CB9) is unknown color: approx Deep Lilac. HEX triplet: 8E, 5C and B9. RGB value is (142,92,185). Sum of RGB (Red+Green+Blue) = 142+92+185=419 (55% of max value = 765). Red value is 142 (55.86% from 255 or 33.89% from 419); Green value is 92 (36.33% from 255 or 21.96% from 419); Blue value is 185 (72.66% from 255 or 44.15% from 419); Max value from RGB is 185 - color contains mainly: blue. Hex color #8E5CB9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8E5CB9 is #71A346. Grayscale: #757575. Windows color (decimal): -7447367 or 12147854. OLE color: 12147854.

HSL color Cylindrical-coordinate representation of color #8E5CB9: hue angle of 272.26º degrees, saturation: 0.4, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #8E5CB9 is Cyan = 0.23, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB14292185-
CMYK0.230.5000.27
HSL272.26º39.91%54.31%-
HSV(B)272.26º50.27%72.55%-
XYZ23.7416.9147.91-
YUV117.55166.06145.44-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 33.89%
GREEN value IS 92 (36.33% from 255) = 21.96%
BLUE value IS 185 (72.66% from 255) = 44.15%
R=33.89%
G=21.96%
B=44.15%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal142921850.230.5000.27272.2639.9154.31
Hex8E5CB9173201B1102836
Octal21613427127620334205066
Binary1000111010111001011100110111110010011011100010000101000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E5CB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,92,185); }

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

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

 a { background-color: rgb(142,92,185); }

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

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

 span { border-color: rgb(142,92,185); }

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