#8E41AB

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

Shades of Deep Lilac #8E41AB

Tints of Deep Lilac #8E41AB

Color information

#8E41AB (or 0x8E41AB) is unknown color: approx Deep Lilac. HEX triplet: 8E, 41 and AB. RGB value is (142,65,171). Sum of RGB (Red+Green+Blue) = 142+65+171=378 (50% of max value = 765). Red value is 142 (55.86% from 255 or 37.57% from 378); Green value is 65 (25.78% from 255 or 17.20% from 378); Blue value is 171 (67.19% from 255 or 45.24% from 378); Max value from RGB is 171 - color contains mainly: blue. Hex color #8E41AB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8E41AB is #71BE54. Grayscale: #636363. Windows color (decimal): -7454293 or 11223438. OLE color: 11223438.

HSL color Cylindrical-coordinate representation of color #8E41AB: hue angle of 283.58º degrees, saturation: 0.45, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #8E41AB is Cyan = 0.17, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB14265171-
CMYK0.170.6200.33
HSL283.58º44.92%46.27%-
HSV(B)283.58º61.99%67.06%-
XYZ20.412.4739.86-
YUV100.11168.01157.88-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 37.57%
GREEN value IS 65 (25.78% from 255) = 17.20%
BLUE value IS 171 (67.19% from 255) = 45.24%
R=37.57%
G=17.20%
B=45.24%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal142651710.170.6200.33283.5844.9246.27
Hex8E41AB113E02111c2d2e
Octal21610125321760414345556
Binary10001110100000110101011100011111100100001100011100101101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E41AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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