#9E56CA

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

Shades of Deep Lilac #9E56CA

Tints of Deep Lilac #9E56CA

Color information

#9E56CA (or 0x9E56CA) is unknown color: approx Deep Lilac. HEX triplet: 9E, 56 and CA. RGB value is (158,86,202). Sum of RGB (Red+Green+Blue) = 158+86+202=446 (59% of max value = 765). Red value is 158 (62.11% from 255 or 35.43% from 446); Green value is 86 (33.98% from 255 or 19.28% from 446); Blue value is 202 (79.30% from 255 or 45.29% from 446); Max value from RGB is 202 - color contains mainly: blue. Hex color #9E56CA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9E56CA is #61A935. Grayscale: #787878. Windows color (decimal): -6400310 or 13260446. OLE color: 13260446.

HSL color Cylindrical-coordinate representation of color #9E56CA: hue angle of 277.24º 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 #9E56CA is Cyan = 0.22, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB15886202-
CMYK0.220.5700.21
HSL277.24º52.25%56.47%-
HSV(B)277.24º57.43%79.22%-
XYZ28.0918.1957.91-
YUV120.75173.85154.57-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 35.43%
GREEN value IS 86 (33.98% from 255) = 19.28%
BLUE value IS 202 (79.30% from 255) = 45.29%
R=35.43%
G=19.28%
B=45.29%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal158862020.220.5700.21277.2452.2556.47
Hex9E56CA16390151153438
Octal23612631226710254256470
Binary1001111010101101100101010110111001010101100010101110100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E56CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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