Shades of Deep Lilac #9965BB
Tints of Deep Lilac #9965BB
RGB
CMYK
RGB Variations
Color information
#9965BB (or 0x9965BB) is known color: Deep Lilac. HEX triplet: 99, 65 and BB. RGB value is (153,101,187). Sum of RGB (Red+Green+Blue) = 153+101+187=441 (58% of max value = 765). Red value is 153 (60.16% from 255 or 34.69% from 441); Green value is 101 (39.84% from 255 or 22.90% from 441); Blue value is 187 (73.44% from 255 or 42.40% from 441); Max value from RGB is 187 - color contains mainly: blue. Hex color #9965BB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9965BB is #669A44. Grayscale: #7E7E7E. Windows color (decimal): -6724165 or 12281241. OLE color: 12281241.
HSL color Cylindrical-coordinate representation of color #9965BB: hue angle of 276.28º degrees, saturation: 0.39, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #9965BB is Cyan = 0.18, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 153 | 101 | 187 | - |
| CMYK | 0.18 | 0.46 | 0 | 0.27 |
| HSL | 276.28º | 0.39% | 0.56% | - |
| HSV(B) | 276.28º | 0.46% | 0.73% | - |
| XYZ | 26.76 | 19.67 | 49.4 | - |
| YUV | 126.35 | 162.23 | 147.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 101 | 187 | 0.18 | 0.46 | 0 | 0.27 | 276.28 | 0.39 | 0.56 |
| Hex | 99 | 65 | BB | 12 | 2E | 0 | 1B | 114 | 27 | 38 |
| Octal | 231 | 145 | 273 | 22 | 56 | 0 | 33 | 424 | 47 | 70 |
| Binary | 10011001 | 1100101 | 10111011 | 10010 | 101110 | 0 | 11011 | 100010100 | 100111 | 111000 |
Color Harmonies of #9965BB
Complementary color
Monochromatic Colors of #9965BB
Black with #9965BB
Text Example
Text Example
White with #9965BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9965BB; }
p { color: rgb(153,101,187); }
H1.HeaderClassName
{
color: #9965BB;
}
.AnyTagClassName
{
color: #9965BB;
}
</style>
background-color css
<style>
a { background-color: #9965BB; }
a { background-color: rgb(153,101,187); }
div.DivClassName
{
background-color: #9965BB;
}
.BgClassName
{
background-color: #9965BB;
}
</style>
border-color css
<style>
span { border-color: #9965BB; }
span { border-color: rgb(153,101,187); }
td.TdClassName
{
border-color: #9965BB;
}
.TagClassName
{
border-color: #9965BB;
}
</style>