Shades of Deep Lilac #9961B5
Tints of Deep Lilac #9961B5
RGB
CMYK
RGB Variations
Color information
#9961B5 (or 0x9961B5) is known color: Deep Lilac. HEX triplet: 99, 61 and B5. RGB value is (153,97,181). Sum of RGB (Red+Green+Blue) = 153+97+181=431 (57% of max value = 765). Red value is 153 (60.16% from 255 or 35.50% from 431); Green value is 97 (38.28% from 255 or 22.51% from 431); Blue value is 181 (71.09% from 255 or 42.00% from 431); Max value from RGB is 181 - color contains mainly: blue. Hex color #9961B5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9961B5 is #669E4A. Grayscale: #7B7B7B. Windows color (decimal): -6725195 or 11887001. OLE color: 11887001.
HSL color Cylindrical-coordinate representation of color #9961B5: hue angle of 280º degrees, saturation: 0.36, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #9961B5 is Cyan = 0.15, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 153 | 97 | 181 | - |
| CMYK | 0.15 | 0.46 | 0 | 0.29 |
| HSL | 280º | 0.36% | 0.55% | - |
| HSV(B) | 280º | 0.46% | 0.71% | - |
| XYZ | 25.75 | 18.66 | 45.96 | - |
| YUV | 123.32 | 160.55 | 149.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 97 | 181 | 0.15 | 0.46 | 0 | 0.29 | 280 | 0.36 | 0.55 |
| Hex | 99 | 61 | B5 | F | 2E | 0 | 1D | 118 | 24 | 37 |
| Octal | 231 | 141 | 265 | 17 | 56 | 0 | 35 | 430 | 44 | 67 |
| Binary | 10011001 | 1100001 | 10110101 | 1111 | 101110 | 0 | 11101 | 100011000 | 100100 | 110111 |
Color Harmonies of #9961B5
Complementary color
Monochromatic Colors of #9961B5
Black with #9961B5
Text Example
Text Example
White with #9961B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9961B5; }
p { color: rgb(153,97,181); }
H1.HeaderClassName
{
color: #9961B5;
}
.AnyTagClassName
{
color: #9961B5;
}
</style>
background-color css
<style>
a { background-color: #9961B5; }
a { background-color: rgb(153,97,181); }
div.DivClassName
{
background-color: #9961B5;
}
.BgClassName
{
background-color: #9961B5;
}
</style>
border-color css
<style>
span { border-color: #9961B5; }
span { border-color: rgb(153,97,181); }
td.TdClassName
{
border-color: #9961B5;
}
.TagClassName
{
border-color: #9961B5;
}
</style>