Shades of Deep Lilac #9941BB
Tints of Deep Lilac #9941BB
RGB
CMYK
RGB Variations
Color information
#9941BB (or 0x9941BB) is known color: Deep Lilac. HEX triplet: 99, 41 and BB. RGB value is (153,65,187). Sum of RGB (Red+Green+Blue) = 153+65+187=405 (53% of max value = 765). Red value is 153 (60.16% from 255 or 37.78% from 405); Green value is 65 (25.78% from 255 or 16.05% from 405); Blue value is 187 (73.44% from 255 or 46.17% from 405); Max value from RGB is 187 - color contains mainly: blue. Hex color #9941BB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9941BB is #66BE44. Grayscale: #686868. Windows color (decimal): -6733381 or 12272025. OLE color: 12272025.
HSL color Cylindrical-coordinate representation of color #9941BB: hue angle of 283.28º degrees, saturation: 0.48, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #9941BB is Cyan = 0.18, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 153 | 65 | 187 | - |
| CMYK | 0.18 | 0.65 | 0 | 0.27 |
| HSL | 283.28º | 0.48% | 0.49% | - |
| HSV(B) | 283.28º | 0.65% | 0.73% | - |
| XYZ | 24 | 14.14 | 48.48 | - |
| YUV | 105.22 | 174.15 | 162.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 65 | 187 | 0.18 | 0.65 | 0 | 0.27 | 283.28 | 0.48 | 0.49 |
| Hex | 99 | 41 | BB | 12 | 41 | 0 | 1B | 11B | 30 | 31 |
| Octal | 231 | 101 | 273 | 22 | 101 | 0 | 33 | 433 | 60 | 61 |
| Binary | 10011001 | 1000001 | 10111011 | 10010 | 1000001 | 0 | 11011 | 100011011 | 110000 | 110001 |
Color Harmonies of #9941BB
Complementary color
Monochromatic Colors of #9941BB
Black with #9941BB
Text Example
Text Example
White with #9941BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9941BB; }
p { color: rgb(153,65,187); }
H1.HeaderClassName
{
color: #9941BB;
}
.AnyTagClassName
{
color: #9941BB;
}
</style>
background-color css
<style>
a { background-color: #9941BB; }
a { background-color: rgb(153,65,187); }
div.DivClassName
{
background-color: #9941BB;
}
.BgClassName
{
background-color: #9941BB;
}
</style>
border-color css
<style>
span { border-color: #9941BB; }
span { border-color: rgb(153,65,187); }
td.TdClassName
{
border-color: #9941BB;
}
.TagClassName
{
border-color: #9941BB;
}
</style>