#9e56c9

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

Shades of Deep Lilac #9E56C9

Tints of Deep Lilac #9E56C9

Color information

#9E56C9 (or 0x9E56C9) is unknown color: approx Deep Lilac. HEX triplet: 9E, 56 and C9. RGB value is (158,86,201). Sum of RGB (Red+Green+Blue) = 158+86+201=445 (58% of max value = 765). Red value is 158 (62.11% from 255 or 35.51% from 445); Green value is 86 (33.98% from 255 or 19.33% from 445); Blue value is 201 (78.91% from 255 or 45.17% from 445); Max value from RGB is 201 - color contains mainly: blue. Hex color #9E56C9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9E56C9 is #61A936. Grayscale: #787878. Windows color (decimal): -6400311 or 13194910. OLE color: 13194910.

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

Color convert

RGB15886201-
CMYK0.210.5700.21
HSL277.57º51.57%56.27%-
HSV(B)277.57º57.21%78.82%-
XYZ27.9718.1457.29-
YUV120.64173.35154.65-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 35.51%
GREEN value IS 86 (33.98% from 255) = 19.33%
BLUE value IS 201 (78.91% from 255) = 45.17%
R=35.51%
G=19.33%
B=45.17%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal158862010.210.5700.21277.5751.5756.27
Hex9E56C915390151163438
Octal23612631125710254266470
Binary1001111010101101100100110101111001010101100010110110100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9e56c9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,86,201); }

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

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

 a { background-color: rgb(158,86,201); }

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

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

 span { border-color: rgb(158,86,201); }

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