#9E53CA

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

Shades of Deep Lilac #9E53CA

Tints of Deep Lilac #9E53CA

Color information

#9E53CA (or 0x9E53CA) is unknown color: approx Deep Lilac. HEX triplet: 9E, 53 and CA. RGB value is (158,83,202). Sum of RGB (Red+Green+Blue) = 158+83+202=443 (58% of max value = 765). Red value is 158 (62.11% from 255 or 35.67% from 443); Green value is 83 (32.81% from 255 or 18.74% from 443); Blue value is 202 (79.30% from 255 or 45.60% from 443); Max value from RGB is 202 - color contains mainly: blue. Hex color #9E53CA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9E53CA is #61AC35. Grayscale: #767676. Windows color (decimal): -6401078 or 13259678. OLE color: 13259678.

HSL color Cylindrical-coordinate representation of color #9E53CA: hue angle of 277.82º degrees, saturation: 0.53, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #9E53CA is Cyan = 0.22, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB15883202-
CMYK0.220.5900.21
HSL277.82º52.89%55.88%-
HSV(B)277.82º58.91%79.22%-
XYZ27.8517.7257.83-
YUV118.99174.85155.82-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 35.67%
GREEN value IS 83 (32.81% from 255) = 18.74%
BLUE value IS 202 (79.30% from 255) = 45.60%
R=35.67%
G=18.74%
B=45.60%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal158832020.220.5900.21277.8252.8955.88
Hex9E53CA163B0151163538
Octal23612331226730254266570
Binary1001111010100111100101010110111011010101100010110110101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E53CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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