#9E53BA

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

Shades of Deep Lilac #9E53BA

Tints of Deep Lilac #9E53BA

Color information

#9E53BA (or 0x9E53BA) is unknown color: approx Deep Lilac. HEX triplet: 9E, 53 and BA. RGB value is (158,83,186). Sum of RGB (Red+Green+Blue) = 158+83+186=427 (56% of max value = 765). Red value is 158 (62.11% from 255 or 37.00% from 427); Green value is 83 (32.81% from 255 or 19.44% from 427); Blue value is 186 (73.05% from 255 or 43.56% from 427); Max value from RGB is 186 - color contains mainly: blue. Hex color #9E53BA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9E53BA is #61AC45. Grayscale: #747474. Windows color (decimal): -6401094 or 12211102. OLE color: 12211102.

HSL color Cylindrical-coordinate representation of color #9E53BA: hue angle of 283.69º degrees, saturation: 0.43, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #9E53BA is Cyan = 0.15, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB15883186-
CMYK0.150.5500.27
HSL283.69º42.74%52.75%-
HSV(B)283.69º55.38%72.94%-
XYZ26.061748.36-
YUV117.17166.85157.12-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 37.00%
GREEN value IS 83 (32.81% from 255) = 19.44%
BLUE value IS 186 (73.05% from 255) = 43.56%
R=37.00%
G=19.44%
B=43.56%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal158831860.150.5500.27283.6942.7452.75
Hex9E53BAF3701B11c2b35
Octal23612327217670334345365
Binary100111101010011101110101111110111011011100011100101011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E53BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9E53BA; }

 p { color: rgb(158,83,186); }

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

<style>
 a { background-color: #9E53BA; }

 a { background-color: rgb(158,83,186); }

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

<style>
 span { border-color: #9E53BA; }

 span { border-color: rgb(158,83,186); }

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