#8E4CAA

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

Shades of Deep Lilac #8E4CAA

Tints of Deep Lilac #8E4CAA

Color information

#8E4CAA (or 0x8E4CAA) is unknown color: approx Deep Lilac. HEX triplet: 8E, 4C and AA. RGB value is (142,76,170). Sum of RGB (Red+Green+Blue) = 142+76+170=388 (51% of max value = 765). Red value is 142 (55.86% from 255 or 36.60% from 388); Green value is 76 (30.08% from 255 or 19.59% from 388); Blue value is 170 (66.80% from 255 or 43.81% from 388); Max value from RGB is 170 - color contains mainly: blue. Hex color #8E4CAA is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8E4CAA is #71B355. Grayscale: #6A6A6A. Windows color (decimal): -7451478 or 11160718. OLE color: 11160718.

HSL color Cylindrical-coordinate representation of color #8E4CAA: hue angle of 282.13º degrees, saturation: 0.38, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #8E4CAA is Cyan = 0.16, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB14276170-
CMYK0.160.5500.33
HSL282.13º38.21%48.24%-
HSV(B)282.13º55.29%66.67%-
XYZ2113.8239.59-
YUV106.45163.87153.36-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 36.60%
GREEN value IS 76 (30.08% from 255) = 19.59%
BLUE value IS 170 (66.80% from 255) = 43.81%
R=36.60%
G=19.59%
B=43.81%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal142761700.160.5500.33282.1338.2148.24
Hex8E4CAA103702111a2630
Octal21611425220670414324660
Binary10001110100110010101010100001101110100001100011010100110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E4CAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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