#8E59BA

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

Shades of Deep Lilac #8E59BA

Tints of Deep Lilac #8E59BA

Color information

#8E59BA (or 0x8E59BA) is unknown color: approx Deep Lilac. HEX triplet: 8E, 59 and BA. RGB value is (142,89,186). Sum of RGB (Red+Green+Blue) = 142+89+186=417 (55% of max value = 765). Red value is 142 (55.86% from 255 or 34.05% from 417); Green value is 89 (35.16% from 255 or 21.34% from 417); Blue value is 186 (73.05% from 255 or 44.60% from 417); Max value from RGB is 186 - color contains mainly: blue. Hex color #8E59BA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8E59BA is #71A645. Grayscale: #737373. Windows color (decimal): -7448134 or 12212622. OLE color: 12212622.

HSL color Cylindrical-coordinate representation of color #8E59BA: hue angle of 272.78º degrees, saturation: 0.41, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #8E59BA is Cyan = 0.24, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB14289186-
CMYK0.240.5200.27
HSL272.78º41.28%53.92%-
HSV(B)272.78º52.15%72.94%-
XYZ23.5916.4448.38-
YUV115.9167.56146.61-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 34.05%
GREEN value IS 89 (35.16% from 255) = 21.34%
BLUE value IS 186 (73.05% from 255) = 44.60%
R=34.05%
G=21.34%
B=44.60%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal142891860.240.5200.27272.7841.2853.92
Hex8E59BA183401B1112936
Octal21613127230640334215166
Binary1000111010110011011101011000110100011011100010001101001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E59BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,89,186); }

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

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

 a { background-color: rgb(142,89,186); }

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

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

 span { border-color: rgb(142,89,186); }

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