#8E53BA

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

Shades of Deep Lilac #8E53BA

Tints of Deep Lilac #8E53BA

Color information

#8E53BA (or 0x8E53BA) is unknown color: approx Deep Lilac. HEX triplet: 8E, 53 and BA. RGB value is (142,83,186). Sum of RGB (Red+Green+Blue) = 142+83+186=411 (54% of max value = 765). Red value is 142 (55.86% from 255 or 34.55% from 411); Green value is 83 (32.81% from 255 or 20.19% from 411); Blue value is 186 (73.05% from 255 or 45.26% from 411); Max value from RGB is 186 - color contains mainly: blue. Hex color #8E53BA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8E53BA is #71AC45. Grayscale: #707070. Windows color (decimal): -7449670 or 12211086. OLE color: 12211086.

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

Color convert

RGB14283186-
CMYK0.240.5500.27
HSL274.37º42.74%52.75%-
HSV(B)274.37º55.38%72.94%-
XYZ23.1115.4848.22-
YUV112.38169.55149.12-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 34.55%
GREEN value IS 83 (32.81% from 255) = 20.19%
BLUE value IS 186 (73.05% from 255) = 45.26%
R=34.55%
G=20.19%
B=45.26%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal142831860.240.5500.27274.3742.7452.75
Hex8E53BA183701B1122b35
Octal21612327230670334225365
Binary1000111010100111011101011000110111011011100010010101011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E53BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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