#8E41AE

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

Shades of Deep Lilac #8E41AE

Tints of Deep Lilac #8E41AE

Color information

#8E41AE (or 0x8E41AE) is unknown color: approx Deep Lilac. HEX triplet: 8E, 41 and AE. RGB value is (142,65,174). Sum of RGB (Red+Green+Blue) = 142+65+174=381 (50% of max value = 765). Red value is 142 (55.86% from 255 or 37.27% from 381); Green value is 65 (25.78% from 255 or 17.06% from 381); Blue value is 174 (68.36% from 255 or 45.67% from 381); Max value from RGB is 174 - color contains mainly: blue. Hex color #8E41AE is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8E41AE is #71BE51. Grayscale: #646464. Windows color (decimal): -7454290 or 11420046. OLE color: 11420046.

HSL color Cylindrical-coordinate representation of color #8E41AE: hue angle of 282.39º degrees, saturation: 0.46, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #8E41AE is Cyan = 0.18, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB14265174-
CMYK0.180.6300.32
HSL282.39º45.61%46.86%-
HSV(B)282.39º62.64%68.24%-
XYZ20.6912.5941.38-
YUV100.45169.51157.64-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 37.27%
GREEN value IS 65 (25.78% from 255) = 17.06%
BLUE value IS 174 (68.36% from 255) = 45.67%
R=37.27%
G=17.06%
B=45.67%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal142651740.180.6300.32282.3945.6146.86
Hex8E41AE123F02011a2e2f
Octal21610125622770404325657
Binary10001110100000110101110100101111110100000100011010101110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E41AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,65,174); }

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

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

 a { background-color: rgb(142,65,174); }

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

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

 span { border-color: rgb(142,65,174); }

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