Shades of Deep Lilac #9965B9
Tints of Deep Lilac #9965B9
RGB
CMYK
RGB Variations
Color information
#9965B9 (or 0x9965B9) is known color: Deep Lilac. HEX triplet: 99, 65 and B9. RGB value is (153,101,185). Sum of RGB (Red+Green+Blue) = 153+101+185=439 (58% of max value = 765). Red value is 153 (60.16% from 255 or 34.85% from 439); Green value is 101 (39.84% from 255 or 23.01% from 439); Blue value is 185 (72.66% from 255 or 42.14% from 439); Max value from RGB is 185 - color contains mainly: blue. Hex color #9965B9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9965B9 is #669A46. Grayscale: #7D7D7D. Windows color (decimal): -6724167 or 12150169. OLE color: 12150169.
HSL color Cylindrical-coordinate representation of color #9965B9: hue angle of 277.14º degrees, saturation: 0.38, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #9965B9 is Cyan = 0.17, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 153 | 101 | 185 | - |
| CMYK | 0.17 | 0.45 | 0 | 0.27 |
| HSL | 277.14º | 0.38% | 0.56% | - |
| HSV(B) | 277.14º | 0.45% | 0.73% | - |
| XYZ | 26.55 | 19.58 | 48.28 | - |
| YUV | 126.12 | 161.23 | 147.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 101 | 185 | 0.17 | 0.45 | 0 | 0.27 | 277.14 | 0.38 | 0.56 |
| Hex | 99 | 65 | B9 | 11 | 2D | 0 | 1B | 115 | 26 | 38 |
| Octal | 231 | 145 | 271 | 21 | 55 | 0 | 33 | 425 | 46 | 70 |
| Binary | 10011001 | 1100101 | 10111001 | 10001 | 101101 | 0 | 11011 | 100010101 | 100110 | 111000 |
Color Harmonies of #9965B9
Complementary color
Monochromatic Colors of #9965B9
Black with #9965B9
Text Example
Text Example
White with #9965B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9965B9; }
p { color: rgb(153,101,185); }
H1.HeaderClassName
{
color: #9965B9;
}
.AnyTagClassName
{
color: #9965B9;
}
</style>
background-color css
<style>
a { background-color: #9965B9; }
a { background-color: rgb(153,101,185); }
div.DivClassName
{
background-color: #9965B9;
}
.BgClassName
{
background-color: #9965B9;
}
</style>
border-color css
<style>
span { border-color: #9965B9; }
span { border-color: rgb(153,101,185); }
td.TdClassName
{
border-color: #9965B9;
}
.TagClassName
{
border-color: #9965B9;
}
</style>