#8E46AB

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

Shades of Deep Lilac #8E46AB

Tints of Deep Lilac #8E46AB

Color information

#8E46AB (or 0x8E46AB) is unknown color: approx Deep Lilac. HEX triplet: 8E, 46 and AB. RGB value is (142,70,171). Sum of RGB (Red+Green+Blue) = 142+70+171=383 (50% of max value = 765). Red value is 142 (55.86% from 255 or 37.08% from 383); Green value is 70 (27.73% from 255 or 18.28% from 383); Blue value is 171 (67.19% from 255 or 44.65% from 383); Max value from RGB is 171 - color contains mainly: blue. Hex color #8E46AB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8E46AB is #71B954. Grayscale: #666666. Windows color (decimal): -7453013 or 11224718. OLE color: 11224718.

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

Color convert

RGB14270171-
CMYK0.170.5900.33
HSL282.77º41.91%47.25%-
HSV(B)282.77º59.06%67.06%-
XYZ20.713.0739.96-
YUV103.04166.35155.79-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 37.08%
GREEN value IS 70 (27.73% from 255) = 18.28%
BLUE value IS 171 (67.19% from 255) = 44.65%
R=37.08%
G=18.28%
B=44.65%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal142701710.170.5900.33282.7741.9147.25
Hex8E46AB113B02111b2a2f
Octal21610625321730414335257
Binary10001110100011010101011100011110110100001100011011101010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E46AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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