Shades of Deep Lilac #9950BA
Tints of Deep Lilac #9950BA
RGB
CMYK
RGB Variations
Color information
#9950BA (or 0x9950BA) is known color: Deep Lilac. HEX triplet: 99, 50 and BA. RGB value is (153,80,186). Sum of RGB (Red+Green+Blue) = 153+80+186=419 (55% of max value = 765). Red value is 153 (60.16% from 255 or 36.52% from 419); Green value is 80 (31.64% from 255 or 19.09% from 419); Blue value is 186 (73.05% from 255 or 44.39% from 419); Max value from RGB is 186 - color contains mainly: blue. Hex color #9950BA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9950BA is #66AF45. Grayscale: #717171. Windows color (decimal): -6729542 or 12210329. OLE color: 12210329.
HSL color Cylindrical-coordinate representation of color #9950BA: hue angle of 281.32º degrees, saturation: 0.43, 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 #9950BA is Cyan = 0.18, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 153 | 80 | 186 | - |
| CMYK | 0.18 | 0.57 | 0 | 0.27 |
| HSL | 281.32º | 0.43% | 0.52% | - |
| HSV(B) | 281.32º | 0.57% | 0.73% | - |
| XYZ | 24.87 | 16.05 | 48.24 | - |
| YUV | 113.91 | 168.68 | 155.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 80 | 186 | 0.18 | 0.57 | 0 | 0.27 | 281.32 | 0.43 | 0.52 |
| Hex | 99 | 50 | BA | 12 | 39 | 0 | 1B | 119 | 2B | 34 |
| Octal | 231 | 120 | 272 | 22 | 71 | 0 | 33 | 431 | 53 | 64 |
| Binary | 10011001 | 1010000 | 10111010 | 10010 | 111001 | 0 | 11011 | 100011001 | 101011 | 110100 |
Color Harmonies of #9950BA
Complementary color
Monochromatic Colors of #9950BA
Black with #9950BA
Text Example
Text Example
White with #9950BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9950BA; }
p { color: rgb(153,80,186); }
H1.HeaderClassName
{
color: #9950BA;
}
.AnyTagClassName
{
color: #9950BA;
}
</style>
background-color css
<style>
a { background-color: #9950BA; }
a { background-color: rgb(153,80,186); }
div.DivClassName
{
background-color: #9950BA;
}
.BgClassName
{
background-color: #9950BA;
}
</style>
border-color css
<style>
span { border-color: #9950BA; }
span { border-color: rgb(153,80,186); }
td.TdClassName
{
border-color: #9950BA;
}
.TagClassName
{
border-color: #9950BA;
}
</style>