Shades of Deep Lilac #9965BA
Tints of Deep Lilac #9965BA
RGB
CMYK
RGB Variations
Color information
#9965BA (or 0x9965BA) is known color: Deep Lilac. HEX triplet: 99, 65 and BA. RGB value is (153,101,186). Sum of RGB (Red+Green+Blue) = 153+101+186=440 (58% of max value = 765). Red value is 153 (60.16% from 255 or 34.77% from 440); Green value is 101 (39.84% from 255 or 22.95% from 440); Blue value is 186 (73.05% from 255 or 42.27% from 440); Max value from RGB is 186 - color contains mainly: blue. Hex color #9965BA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9965BA is #669A45. Grayscale: #7D7D7D. Windows color (decimal): -6724166 or 12215705. OLE color: 12215705.
HSL color Cylindrical-coordinate representation of color #9965BA: hue angle of 276.71º degrees, saturation: 0.38, 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 #9965BA is Cyan = 0.18, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 153 | 101 | 186 | - |
| CMYK | 0.18 | 0.46 | 0 | 0.27 |
| HSL | 276.71º | 0.38% | 0.56% | - |
| HSV(B) | 276.71º | 0.46% | 0.73% | - |
| XYZ | 26.65 | 19.62 | 48.84 | - |
| YUV | 126.24 | 161.73 | 147.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 101 | 186 | 0.18 | 0.46 | 0 | 0.27 | 276.71 | 0.38 | 0.56 |
| Hex | 99 | 65 | BA | 12 | 2E | 0 | 1B | 115 | 26 | 38 |
| Octal | 231 | 145 | 272 | 22 | 56 | 0 | 33 | 425 | 46 | 70 |
| Binary | 10011001 | 1100101 | 10111010 | 10010 | 101110 | 0 | 11011 | 100010101 | 100110 | 111000 |
Color Harmonies of #9965BA
Complementary color
Monochromatic Colors of #9965BA
Black with #9965BA
Text Example
Text Example
White with #9965BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9965BA; }
p { color: rgb(153,101,186); }
H1.HeaderClassName
{
color: #9965BA;
}
.AnyTagClassName
{
color: #9965BA;
}
</style>
background-color css
<style>
a { background-color: #9965BA; }
a { background-color: rgb(153,101,186); }
div.DivClassName
{
background-color: #9965BA;
}
.BgClassName
{
background-color: #9965BA;
}
</style>
border-color css
<style>
span { border-color: #9965BA; }
span { border-color: rgb(153,101,186); }
td.TdClassName
{
border-color: #9965BA;
}
.TagClassName
{
border-color: #9965BA;
}
</style>