#8E4EA1

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

Shades of Deep Lilac #8E4EA1

Tints of Deep Lilac #8E4EA1

Color information

#8E4EA1 (or 0x8E4EA1) is unknown color: approx Deep Lilac. HEX triplet: 8E, 4E and A1. RGB value is (142,78,161). Sum of RGB (Red+Green+Blue) = 142+78+161=381 (50% of max value = 765). Red value is 142 (55.86% from 255 or 37.27% from 381); Green value is 78 (30.86% from 255 or 20.47% from 381); Blue value is 161 (63.28% from 255 or 42.26% from 381); Max value from RGB is 161 - color contains mainly: blue. Hex color #8E4EA1 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8E4EA1 is #71B15E. Grayscale: #6A6A6A. Windows color (decimal): -7450975 or 10571406. OLE color: 10571406.

HSL color Cylindrical-coordinate representation of color #8E4EA1: hue angle of 286.27º degrees, saturation: 0.35, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #8E4EA1 is Cyan = 0.12, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB14278161-
CMYK0.120.5200.37
HSL286.27º34.73%46.86%-
HSV(B)286.27º51.55%63.14%-
XYZ20.3113.7735.31-
YUV106.6158.7153.25-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 37.27%
GREEN value IS 78 (30.86% from 255) = 20.47%
BLUE value IS 161 (63.28% from 255) = 42.26%
R=37.27%
G=20.47%
B=42.26%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal142781610.120.5200.37286.2734.7346.86
Hex8E4EA1C3402511e232f
Octal21611624114640454364357
Binary1000111010011101010000111001101000100101100011110100011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E4EA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,78,161); }

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

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

 a { background-color: rgb(142,78,161); }

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

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

 span { border-color: rgb(142,78,161); }

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