#8E4DCD

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

Shades of Deep Lilac #8E4DCD

Tints of Deep Lilac #8E4DCD

Color information

#8E4DCD (or 0x8E4DCD) is unknown color: approx Deep Lilac. HEX triplet: 8E, 4D and CD. RGB value is (142,77,205). Sum of RGB (Red+Green+Blue) = 142+77+205=424 (56% of max value = 765). Red value is 142 (55.86% from 255 or 33.49% from 424); Green value is 77 (30.47% from 255 or 18.16% from 424); Blue value is 205 (80.47% from 255 or 48.35% from 424); Max value from RGB is 205 - color contains mainly: blue. Hex color #8E4DCD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8E4DCD is #71B232. Grayscale: #6E6E6E. Windows color (decimal): -7451187 or 13454734. OLE color: 13454734.

HSL color Cylindrical-coordinate representation of color #8E4DCD: hue angle of 270.47º degrees, saturation: 0.56, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #8E4DCD is Cyan = 0.31, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB14277205-
CMYK0.310.6200.20
HSL270.47º56.14%55.29%-
HSV(B)270.47º62.44%80.39%-
XYZ24.8315.4759.43-
YUV111.03181.03150.09-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 33.49%
GREEN value IS 77 (30.47% from 255) = 18.16%
BLUE value IS 205 (80.47% from 255) = 48.35%
R=33.49%
G=18.16%
B=48.35%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal142772050.310.6200.20270.4756.1455.29
Hex8E4DCD1F3E01410e3837
Octal21611531537760244167067
Binary1000111010011011100110111111111110010100100001110111000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E4DCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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