Shades of Deep Lilac #9960C0
Tints of Deep Lilac #9960C0
RGB
CMYK
RGB Variations
Color information
#9960C0 (or 0x9960C0) is known color: Deep Lilac. HEX triplet: 99, 60 and C0. RGB value is (153,96,192). Sum of RGB (Red+Green+Blue) = 153+96+192=441 (58% of max value = 765). Red value is 153 (60.16% from 255 or 34.69% from 441); Green value is 96 (37.89% from 255 or 21.77% from 441); Blue value is 192 (75.39% from 255 or 43.54% from 441); Max value from RGB is 192 - color contains mainly: blue. Hex color #9960C0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9960C0 is #669F3F. Grayscale: #7B7B7B. Windows color (decimal): -6725440 or 12607641. OLE color: 12607641.
HSL color Cylindrical-coordinate representation of color #9960C0: hue angle of 275.62º degrees, saturation: 0.43, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #9960C0 is Cyan = 0.20, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 153 | 96 | 192 | - |
| CMYK | 0.20 | 0.50 | 0 | 0.25 |
| HSL | 275.63º | 0.43% | 0.56% | - |
| HSV(B) | 275.63º | 0.5% | 0.75% | - |
| XYZ | 26.83 | 18.94 | 52.11 | - |
| YUV | 123.99 | 166.38 | 148.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 96 | 192 | 0.20 | 0.50 | 0 | 0.25 | 275.63 | 0.43 | 0.56 |
| Hex | 99 | 60 | C0 | 14 | 32 | 0 | 19 | 114 | 2B | 38 |
| Octal | 231 | 140 | 300 | 24 | 62 | 0 | 31 | 424 | 53 | 70 |
| Binary | 10011001 | 1100000 | 11000000 | 10100 | 110010 | 0 | 11001 | 100010100 | 101011 | 111000 |
Color Harmonies of #9960C0
Complementary color
Monochromatic Colors of #9960C0
Black with #9960C0
Text Example
Text Example
White with #9960C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9960C0; }
p { color: rgb(153,96,192); }
H1.HeaderClassName
{
color: #9960C0;
}
.AnyTagClassName
{
color: #9960C0;
}
</style>
background-color css
<style>
a { background-color: #9960C0; }
a { background-color: rgb(153,96,192); }
div.DivClassName
{
background-color: #9960C0;
}
.BgClassName
{
background-color: #9960C0;
}
</style>
border-color css
<style>
span { border-color: #9960C0; }
span { border-color: rgb(153,96,192); }
td.TdClassName
{
border-color: #9960C0;
}
.TagClassName
{
border-color: #9960C0;
}
</style>