#8E60BA

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

Shades of Deep Lilac #8E60BA

Tints of Deep Lilac #8E60BA

Color information

#8E60BA (or 0x8E60BA) is unknown color: approx Deep Lilac. HEX triplet: 8E, 60 and BA. RGB value is (142,96,186). Sum of RGB (Red+Green+Blue) = 142+96+186=424 (56% of max value = 765). Red value is 142 (55.86% from 255 or 33.49% from 424); Green value is 96 (37.89% from 255 or 22.64% from 424); Blue value is 186 (73.05% from 255 or 43.87% from 424); Max value from RGB is 186 - color contains mainly: blue. Hex color #8E60BA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8E60BA is #719F45. Grayscale: #777777. Windows color (decimal): -7446342 or 12214414. OLE color: 12214414.

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

Color convert

RGB14296186-
CMYK0.240.4800.27
HSL270.67º39.47%55.29%-
HSV(B)270.67º48.39%72.94%-
XYZ24.217.6648.59-
YUV120.01165.24143.68-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 33.49%
GREEN value IS 96 (37.89% from 255) = 22.64%
BLUE value IS 186 (73.05% from 255) = 43.87%
R=33.49%
G=22.64%
B=43.87%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal142961860.240.4800.27270.6739.4755.29
Hex8E60BA183001B10f2737
Octal21614027230600334174767
Binary1000111011000001011101011000110000011011100001111100111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E60BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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