#8E4CA2

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

Shades of Deep Lilac #8E4CA2

Tints of Deep Lilac #8E4CA2

Color information

#8E4CA2 (or 0x8E4CA2) is unknown color: approx Deep Lilac. HEX triplet: 8E, 4C and A2. RGB value is (142,76,162). Sum of RGB (Red+Green+Blue) = 142+76+162=380 (50% of max value = 765). Red value is 142 (55.86% from 255 or 37.37% from 380); Green value is 76 (30.08% from 255 or 20% from 380); Blue value is 162 (63.67% from 255 or 42.63% from 380); Max value from RGB is 162 - color contains mainly: blue. Hex color #8E4CA2 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8E4CA2 is #71B35D. Grayscale: #696969. Windows color (decimal): -7451486 or 10636430. OLE color: 10636430.

HSL color Cylindrical-coordinate representation of color #8E4CA2: hue angle of 286.05º degrees, saturation: 0.36, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #8E4CA2 is Cyan = 0.12, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB14276162-
CMYK0.120.5300.36
HSL286.05º36.13%46.67%-
HSV(B)286.05º53.09%63.53%-
XYZ20.2613.5335.73-
YUV105.54159.87154.01-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 37.37%
GREEN value IS 76 (30.08% from 255) = 20%
BLUE value IS 162 (63.67% from 255) = 42.63%
R=37.37%
G=20%
B=42.63%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal142761620.120.5300.36286.0536.1346.67
Hex8E4CA2C3502411e242f
Octal21611424214650444364457
Binary1000111010011001010001011001101010100100100011110100100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E4CA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,76,162); }

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

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

 a { background-color: rgb(142,76,162); }

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

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

 span { border-color: rgb(142,76,162); }

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