#8E50BA

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

Shades of Deep Lilac #8E50BA

Tints of Deep Lilac #8E50BA

Color information

#8E50BA (or 0x8E50BA) is unknown color: approx Deep Lilac. HEX triplet: 8E, 50 and BA. RGB value is (142,80,186). Sum of RGB (Red+Green+Blue) = 142+80+186=408 (54% of max value = 765). Red value is 142 (55.86% from 255 or 34.80% from 408); Green value is 80 (31.64% from 255 or 19.61% from 408); Blue value is 186 (73.05% from 255 or 45.59% from 408); Max value from RGB is 186 - color contains mainly: blue. Hex color #8E50BA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8E50BA is #71AF45. Grayscale: #6E6E6E. Windows color (decimal): -7450438 or 12210318. OLE color: 12210318.

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

Color convert

RGB14280186-
CMYK0.240.5700.27
HSL275.09º43.44%52.16%-
HSV(B)275.09º56.99%72.94%-
XYZ22.8915.0348.15-
YUV110.62170.54150.38-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 34.80%
GREEN value IS 80 (31.64% from 255) = 19.61%
BLUE value IS 186 (73.05% from 255) = 45.59%
R=34.80%
G=19.61%
B=45.59%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal142801860.240.5700.27275.0943.4452.16
Hex8E50BA183901B1132b34
Octal21612027230710334235364
Binary1000111010100001011101011000111001011011100010011101011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E50BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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