#8E53BE

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

Shades of Deep Lilac #8E53BE

Tints of Deep Lilac #8E53BE

Color information

#8E53BE (or 0x8E53BE) is unknown color: approx Deep Lilac. HEX triplet: 8E, 53 and BE. RGB value is (142,83,190). Sum of RGB (Red+Green+Blue) = 142+83+190=415 (54% of max value = 765). Red value is 142 (55.86% from 255 or 34.22% from 415); Green value is 83 (32.81% from 255 or 20% from 415); Blue value is 190 (74.61% from 255 or 45.78% from 415); Max value from RGB is 190 - color contains mainly: blue. Hex color #8E53BE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8E53BE is #71AC41. Grayscale: #707070. Windows color (decimal): -7449666 or 12473230. OLE color: 12473230.

HSL color Cylindrical-coordinate representation of color #8E53BE: hue angle of 273.08º degrees, saturation: 0.45, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #8E53BE is Cyan = 0.25, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB14283190-
CMYK0.250.5600.25
HSL273.08º45.15%53.53%-
HSV(B)273.08º56.32%74.51%-
XYZ23.5415.6650.5-
YUV112.84171.55148.8-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 34.22%
GREEN value IS 83 (32.81% from 255) = 20%
BLUE value IS 190 (74.61% from 255) = 45.78%
R=34.22%
G=20%
B=45.78%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal142831900.250.5600.25273.0845.1553.53
Hex8E53BE19380191112d36
Octal21612327631700314215566
Binary1000111010100111011111011001111000011001100010001101101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E53BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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