Shades of Deep Lilac #9950BB
Tints of Deep Lilac #9950BB
RGB
CMYK
RGB Variations
Color information
#9950BB (or 0x9950BB) is known color: Deep Lilac. HEX triplet: 99, 50 and BB. RGB value is (153,80,187). Sum of RGB (Red+Green+Blue) = 153+80+187=420 (55% of max value = 765). Red value is 153 (60.16% from 255 or 36.43% from 420); Green value is 80 (31.64% from 255 or 19.05% from 420); Blue value is 187 (73.44% from 255 or 44.52% from 420); Max value from RGB is 187 - color contains mainly: blue. Hex color #9950BB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9950BB is #66AF44. Grayscale: #717171. Windows color (decimal): -6729541 or 12275865. OLE color: 12275865.
HSL color Cylindrical-coordinate representation of color #9950BB: hue angle of 280.93º degrees, saturation: 0.44, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #9950BB is Cyan = 0.18, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 153 | 80 | 187 | - |
| CMYK | 0.18 | 0.57 | 0 | 0.27 |
| HSL | 280.93º | 0.44% | 0.52% | - |
| HSV(B) | 280.93º | 0.57% | 0.73% | - |
| XYZ | 24.98 | 16.1 | 48.8 | - |
| YUV | 114.03 | 169.18 | 155.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 80 | 187 | 0.18 | 0.57 | 0 | 0.27 | 280.93 | 0.44 | 0.52 |
| Hex | 99 | 50 | BB | 12 | 39 | 0 | 1B | 119 | 2C | 34 |
| Octal | 231 | 120 | 273 | 22 | 71 | 0 | 33 | 431 | 54 | 64 |
| Binary | 10011001 | 1010000 | 10111011 | 10010 | 111001 | 0 | 11011 | 100011001 | 101100 | 110100 |
Color Harmonies of #9950BB
Complementary color
Monochromatic Colors of #9950BB
Black with #9950BB
Text Example
Text Example
White with #9950BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9950BB; }
p { color: rgb(153,80,187); }
H1.HeaderClassName
{
color: #9950BB;
}
.AnyTagClassName
{
color: #9950BB;
}
</style>
background-color css
<style>
a { background-color: #9950BB; }
a { background-color: rgb(153,80,187); }
div.DivClassName
{
background-color: #9950BB;
}
.BgClassName
{
background-color: #9950BB;
}
</style>
border-color css
<style>
span { border-color: #9950BB; }
span { border-color: rgb(153,80,187); }
td.TdClassName
{
border-color: #9950BB;
}
.TagClassName
{
border-color: #9950BB;
}
</style>