#8E5ABF

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

Shades of Deep Lilac #8E5ABF

Tints of Deep Lilac #8E5ABF

Color information

#8E5ABF (or 0x8E5ABF) is unknown color: approx Deep Lilac. HEX triplet: 8E, 5A and BF. RGB value is (142,90,191). Sum of RGB (Red+Green+Blue) = 142+90+191=423 (56% of max value = 765). Red value is 142 (55.86% from 255 or 33.57% from 423); Green value is 90 (35.55% from 255 or 21.28% from 423); Blue value is 191 (75% from 255 or 45.15% from 423); Max value from RGB is 191 - color contains mainly: blue. Hex color #8E5ABF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8E5ABF is #71A540. Grayscale: #747474. Windows color (decimal): -7447873 or 12540558. OLE color: 12540558.

HSL color Cylindrical-coordinate representation of color #8E5ABF: hue angle of 270.89º degrees, saturation: 0.44, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #8E5ABF is Cyan = 0.26, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB14290191-
CMYK0.260.5300.25
HSL270.89º44.1%55.1%-
HSV(B)270.89º52.88%74.9%-
XYZ24.2216.8251.26-
YUV117.06169.73145.79-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 33.57%
GREEN value IS 90 (35.55% from 255) = 21.28%
BLUE value IS 191 (75% from 255) = 45.15%
R=33.57%
G=21.28%
B=45.15%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal142901910.260.5300.25270.8944.155.1
Hex8E5ABF1A3501910f2c37
Octal21613227732650314175467
Binary1000111010110101011111111010110101011001100001111101100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E5ABF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,90,191); }

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

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

 a { background-color: rgb(142,90,191); }

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

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

 span { border-color: rgb(142,90,191); }

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