#8E5DB7

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

Shades of Deep Lilac #8E5DB7

Tints of Deep Lilac #8E5DB7

Color information

#8E5DB7 (or 0x8E5DB7) is unknown color: approx Deep Lilac. HEX triplet: 8E, 5D and B7. RGB value is (142,93,183). Sum of RGB (Red+Green+Blue) = 142+93+183=418 (55% of max value = 765). Red value is 142 (55.86% from 255 or 33.97% from 418); Green value is 93 (36.72% from 255 or 22.25% from 418); Blue value is 183 (71.88% from 255 or 43.78% from 418); Max value from RGB is 183 - color contains mainly: blue. Hex color #8E5DB7 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8E5DB7 is #71A248. Grayscale: #757575. Windows color (decimal): -7447113 or 12017038. OLE color: 12017038.

HSL color Cylindrical-coordinate representation of color #8E5DB7: hue angle of 272.67º degrees, saturation: 0.38, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #8E5DB7 is Cyan = 0.22, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB14293183-
CMYK0.220.4900.28
HSL272.67º38.46%54.12%-
HSV(B)272.67º49.18%71.76%-
XYZ23.621746.84-
YUV117.91164.73145.18-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 33.97%
GREEN value IS 93 (36.72% from 255) = 22.25%
BLUE value IS 183 (71.88% from 255) = 43.78%
R=33.97%
G=22.25%
B=43.78%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal142931830.220.4900.28272.6738.4654.12
Hex8E5DB7163101C1112636
Octal21613526726610344214666
Binary1000111010111011011011110110110001011100100010001100110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E5DB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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