#8E5DAD

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

Shades of Deep Lilac #8E5DAD

Tints of Deep Lilac #8E5DAD

Color information

#8E5DAD (or 0x8E5DAD) is unknown color: approx Deep Lilac. HEX triplet: 8E, 5D and AD. RGB value is (142,93,173). Sum of RGB (Red+Green+Blue) = 142+93+173=408 (54% of max value = 765). Red value is 142 (55.86% from 255 or 34.80% from 408); Green value is 93 (36.72% from 255 or 22.79% from 408); Blue value is 173 (67.97% from 255 or 42.40% from 408); Max value from RGB is 173 - color contains mainly: blue. Hex color #8E5DAD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8E5DAD is #71A252. Grayscale: #747474. Windows color (decimal): -7447123 or 11361678. OLE color: 11361678.

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

Color convert

RGB14293173-
CMYK0.180.4600.32
HSL276.75º32.79%52.16%-
HSV(B)276.75º46.24%67.84%-
XYZ22.6116.641.55-
YUV116.77159.73146-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 34.80%
GREEN value IS 93 (36.72% from 255) = 22.79%
BLUE value IS 173 (67.97% from 255) = 42.40%
R=34.80%
G=22.79%
B=42.40%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal142931730.180.4600.32276.7532.7952.16
Hex8E5DAD122E0201152134
Octal21613525522560404254164
Binary10001110101110110101101100101011100100000100010101100001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E5DAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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