#8E4CAD

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

Shades of Deep Lilac #8E4CAD

Tints of Deep Lilac #8E4CAD

Color information

#8E4CAD (or 0x8E4CAD) is unknown color: approx Deep Lilac. HEX triplet: 8E, 4C and AD. RGB value is (142,76,173). Sum of RGB (Red+Green+Blue) = 142+76+173=391 (51% of max value = 765). Red value is 142 (55.86% from 255 or 36.32% from 391); Green value is 76 (30.08% from 255 or 19.44% from 391); Blue value is 173 (67.97% from 255 or 44.25% from 391); Max value from RGB is 173 - color contains mainly: blue. Hex color #8E4CAD is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8E4CAD is #71B352. Grayscale: #6A6A6A. Windows color (decimal): -7451475 or 11357326. OLE color: 11357326.

HSL color Cylindrical-coordinate representation of color #8E4CAD: hue angle of 280.82º 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 #8E4CAD is Cyan = 0.18, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB14276173-
CMYK0.180.5600.32
HSL280.82º38.96%48.82%-
HSV(B)280.82º56.07%67.84%-
XYZ21.2813.9441.1-
YUV106.79165.37153.11-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 36.32%
GREEN value IS 76 (30.08% from 255) = 19.44%
BLUE value IS 173 (67.97% from 255) = 44.25%
R=36.32%
G=19.44%
B=44.25%

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
Decimal142761730.180.5600.32280.8238.9648.82
Hex8E4CAD12380201192731
Octal21611425522700404314761
Binary10001110100110010101101100101110000100000100011001100111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E4CAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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