#9956c0

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

Shades of Deep Lilac #9956C0

Tints of Deep Lilac #9956C0

Color information

#9956C0 (or 0x9956C0) is unknown color: approx Deep Lilac. HEX triplet: 99, 56 and C0. RGB value is (153,86,192). Sum of RGB (Red+Green+Blue) = 153+86+192=431 (57% of max value = 765). Red value is 153 (60.16% from 255 or 35.50% from 431); Green value is 86 (33.98% from 255 or 19.95% from 431); Blue value is 192 (75.39% from 255 or 44.55% from 431); Max value from RGB is 192 - color contains mainly: blue. Hex color #9956C0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9956C0 is #66A93F. Grayscale: #757575. Windows color (decimal): -6728000 or 12605081. OLE color: 12605081.

HSL color Cylindrical-coordinate representation of color #9956C0: hue angle of 277.92º degrees, saturation: 0.46, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #9956C0 is Cyan = 0.20, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB15386192-
CMYK0.200.5500.25
HSL277.92º45.69%54.51%-
HSV(B)277.92º55.21%75.29%-
XYZ25.9817.2351.83-
YUV118.12169.7152.88-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 35.50%
GREEN value IS 86 (33.98% from 255) = 19.95%
BLUE value IS 192 (75.39% from 255) = 44.55%
R=35.50%
G=19.95%
B=44.55%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal153861920.200.5500.25277.9245.6954.51
Hex9956C014370191162e37
Octal23112630024670314265667
Binary1001100110101101100000010100110111011001100010110101110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9956c0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9956c0; }

 p { color: rgb(153,86,192); }

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

<style>
 a { background-color: #9956c0; }

 a { background-color: rgb(153,86,192); }

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

<style>
 span { border-color: #9956c0; }

 span { border-color: rgb(153,86,192); }

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