Shades of Deep Lilac #9960B1
Tints of Deep Lilac #9960B1
RGB
CMYK
RGB Variations
Color information
#9960B1 (or 0x9960B1) is known color: Deep Lilac. HEX triplet: 99, 60 and B1. RGB value is (153,96,177). Sum of RGB (Red+Green+Blue) = 153+96+177=426 (56% of max value = 765). Red value is 153 (60.16% from 255 or 35.92% from 426); Green value is 96 (37.89% from 255 or 22.54% from 426); Blue value is 177 (69.53% from 255 or 41.55% from 426); Max value from RGB is 177 - color contains mainly: blue. Hex color #9960B1 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9960B1 is #669F4E. Grayscale: #7A7A7A. Windows color (decimal): -6725455 or 11624601. OLE color: 11624601.
HSL color Cylindrical-coordinate representation of color #9960B1: hue angle of 282.22º degrees, saturation: 0.34, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #9960B1 is Cyan = 0.14, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 153 | 96 | 177 | - |
| CMYK | 0.14 | 0.46 | 0 | 0.31 |
| HSL | 282.22º | 0.34% | 0.54% | - |
| HSV(B) | 282.22º | 0.46% | 0.69% | - |
| XYZ | 25.26 | 18.31 | 43.8 | - |
| YUV | 122.28 | 158.88 | 149.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 96 | 177 | 0.14 | 0.46 | 0 | 0.31 | 282.22 | 0.34 | 0.54 |
| Hex | 99 | 60 | B1 | E | 2E | 0 | 1F | 11A | 22 | 36 |
| Octal | 231 | 140 | 261 | 16 | 56 | 0 | 37 | 432 | 42 | 66 |
| Binary | 10011001 | 1100000 | 10110001 | 1110 | 101110 | 0 | 11111 | 100011010 | 100010 | 110110 |
Color Harmonies of #9960B1
Complementary color
Monochromatic Colors of #9960B1
Black with #9960B1
Text Example
Text Example
White with #9960B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9960B1; }
p { color: rgb(153,96,177); }
H1.HeaderClassName
{
color: #9960B1;
}
.AnyTagClassName
{
color: #9960B1;
}
</style>
background-color css
<style>
a { background-color: #9960B1; }
a { background-color: rgb(153,96,177); }
div.DivClassName
{
background-color: #9960B1;
}
.BgClassName
{
background-color: #9960B1;
}
</style>
border-color css
<style>
span { border-color: #9960B1; }
span { border-color: rgb(153,96,177); }
td.TdClassName
{
border-color: #9960B1;
}
.TagClassName
{
border-color: #9960B1;
}
</style>