#8E51BA

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

Shades of Deep Lilac #8E51BA

Tints of Deep Lilac #8E51BA

Color information

#8E51BA (or 0x8E51BA) is unknown color: approx Deep Lilac. HEX triplet: 8E, 51 and BA. RGB value is (142,81,186). Sum of RGB (Red+Green+Blue) = 142+81+186=409 (54% of max value = 765). Red value is 142 (55.86% from 255 or 34.72% from 409); Green value is 81 (32.03% from 255 or 19.80% from 409); Blue value is 186 (73.05% from 255 or 45.48% from 409); Max value from RGB is 186 - color contains mainly: blue. Hex color #8E51BA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8E51BA is #71AE45. Grayscale: #6E6E6E. Windows color (decimal): -7450182 or 12210574. OLE color: 12210574.

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

Color convert

RGB14281186-
CMYK0.240.5600.27
HSL274.86º43.21%52.35%-
HSV(B)274.86º56.45%72.94%-
XYZ22.9615.1848.17-
YUV111.21170.21149.96-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 34.72%
GREEN value IS 81 (32.03% from 255) = 19.80%
BLUE value IS 186 (73.05% from 255) = 45.48%
R=34.72%
G=19.80%
B=45.48%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal142811860.240.5600.27274.8643.2152.35
Hex8E51BA183801B1132b34
Octal21612127230700334235364
Binary1000111010100011011101011000111000011011100010011101011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E51BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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