Shades of Deep Lilac #9949BB
Tints of Deep Lilac #9949BB
RGB
CMYK
RGB Variations
Color information
#9949BB (or 0x9949BB) is known color: Deep Lilac. HEX triplet: 99, 49 and BB. RGB value is (153,73,187). Sum of RGB (Red+Green+Blue) = 153+73+187=413 (54% of max value = 765). Red value is 153 (60.16% from 255 or 37.05% from 413); Green value is 73 (28.91% from 255 or 17.68% from 413); Blue value is 187 (73.44% from 255 or 45.28% from 413); Max value from RGB is 187 - color contains mainly: blue. Hex color #9949BB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9949BB is #66B644. Grayscale: #6D6D6D. Windows color (decimal): -6731333 or 12274073. OLE color: 12274073.
HSL color Cylindrical-coordinate representation of color #9949BB: hue angle of 282.11º degrees, saturation: 0.46, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #9949BB is Cyan = 0.18, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 153 | 73 | 187 | - |
| CMYK | 0.18 | 0.61 | 0 | 0.27 |
| HSL | 282.11º | 0.46% | 0.51% | - |
| HSV(B) | 282.11º | 0.61% | 0.73% | - |
| XYZ | 24.49 | 15.13 | 48.64 | - |
| YUV | 109.92 | 171.5 | 158.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 73 | 187 | 0.18 | 0.61 | 0 | 0.27 | 282.11 | 0.46 | 0.51 |
| Hex | 99 | 49 | BB | 12 | 3D | 0 | 1B | 11A | 2E | 33 |
| Octal | 231 | 111 | 273 | 22 | 75 | 0 | 33 | 432 | 56 | 63 |
| Binary | 10011001 | 1001001 | 10111011 | 10010 | 111101 | 0 | 11011 | 100011010 | 101110 | 110011 |
Color Harmonies of #9949BB
Complementary color
Monochromatic Colors of #9949BB
Black with #9949BB
Text Example
Text Example
White with #9949BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9949BB; }
p { color: rgb(153,73,187); }
H1.HeaderClassName
{
color: #9949BB;
}
.AnyTagClassName
{
color: #9949BB;
}
</style>
background-color css
<style>
a { background-color: #9949BB; }
a { background-color: rgb(153,73,187); }
div.DivClassName
{
background-color: #9949BB;
}
.BgClassName
{
background-color: #9949BB;
}
</style>
border-color css
<style>
span { border-color: #9949BB; }
span { border-color: rgb(153,73,187); }
td.TdClassName
{
border-color: #9949BB;
}
.TagClassName
{
border-color: #9949BB;
}
</style>