#8E4DAE

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

Shades of Deep Lilac #8E4DAE

Tints of Deep Lilac #8E4DAE

Color information

#8E4DAE (or 0x8E4DAE) is unknown color: approx Deep Lilac. HEX triplet: 8E, 4D and AE. RGB value is (142,77,174). Sum of RGB (Red+Green+Blue) = 142+77+174=393 (52% of max value = 765). Red value is 142 (55.86% from 255 or 36.13% from 393); Green value is 77 (30.47% from 255 or 19.59% from 393); Blue value is 174 (68.36% from 255 or 44.27% from 393); Max value from RGB is 174 - color contains mainly: blue. Hex color #8E4DAE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8E4DAE is #71B251. Grayscale: #6B6B6B. Windows color (decimal): -7451218 or 11423118. OLE color: 11423118.

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

Color convert

RGB14277174-
CMYK0.180.5600.32
HSL280.21º38.65%49.22%-
HSV(B)280.21º55.75%68.24%-
XYZ21.4514.1141.64-
YUV107.49165.53152.61-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 36.13%
GREEN value IS 77 (30.47% from 255) = 19.59%
BLUE value IS 174 (68.36% from 255) = 44.27%
R=36.13%
G=19.59%
B=44.27%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal142771740.180.5600.32280.2138.6549.22
Hex8E4DAE12380201182731
Octal21611525622700404304761
Binary10001110100110110101110100101110000100000100011000100111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E4DAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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