#8E5EBA

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

Shades of Deep Lilac #8E5EBA

Tints of Deep Lilac #8E5EBA

Color information

#8E5EBA (or 0x8E5EBA) is unknown color: approx Deep Lilac. HEX triplet: 8E, 5E and BA. RGB value is (142,94,186). Sum of RGB (Red+Green+Blue) = 142+94+186=422 (55% of max value = 765). Red value is 142 (55.86% from 255 or 33.65% from 422); Green value is 94 (37.11% from 255 or 22.27% from 422); Blue value is 186 (73.05% from 255 or 44.08% from 422); Max value from RGB is 186 - color contains mainly: blue. Hex color #8E5EBA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8E5EBA is #71A145. Grayscale: #767676. Windows color (decimal): -7446854 or 12213902. OLE color: 12213902.

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

Color convert

RGB14294186-
CMYK0.240.4900.27
HSL271.3º40%54.9%-
HSV(B)271.3º49.46%72.94%-
XYZ24.0217.348.53-
YUV118.84165.9144.52-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 33.65%
GREEN value IS 94 (37.11% from 255) = 22.27%
BLUE value IS 186 (73.05% from 255) = 44.08%
R=33.65%
G=22.27%
B=44.08%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal142941860.240.4900.27271.34054.9
Hex8E5EBA183101B10f2837
Octal21613627230610334175067
Binary1000111010111101011101011000110001011011100001111101000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E5EBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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