Shades of Deep Lilac #9946BA
Tints of Deep Lilac #9946BA
RGB
CMYK
RGB Variations
Color information
#9946BA (or 0x9946BA) is known color: Deep Lilac. HEX triplet: 99, 46 and BA. RGB value is (153,70,186). Sum of RGB (Red+Green+Blue) = 153+70+186=409 (54% of max value = 765). Red value is 153 (60.16% from 255 or 37.41% from 409); Green value is 70 (27.73% from 255 or 17.11% from 409); Blue value is 186 (73.05% from 255 or 45.48% from 409); Max value from RGB is 186 - color contains mainly: blue. Hex color #9946BA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9946BA is #66B945. Grayscale: #6B6B6B. Windows color (decimal): -6732102 or 12207769. OLE color: 12207769.
HSL color Cylindrical-coordinate representation of color #9946BA: hue angle of 282.93º degrees, saturation: 0.46, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #9946BA is Cyan = 0.18, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 153 | 70 | 186 | - |
| CMYK | 0.18 | 0.62 | 0 | 0.27 |
| HSL | 282.93º | 0.46% | 0.5% | - |
| HSV(B) | 282.93º | 0.62% | 0.73% | - |
| XYZ | 24.19 | 14.7 | 48.02 | - |
| YUV | 108.04 | 172 | 160.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 70 | 186 | 0.18 | 0.62 | 0 | 0.27 | 282.93 | 0.46 | 0.5 |
| Hex | 99 | 46 | BA | 12 | 3E | 0 | 1B | 11B | 2E | 32 |
| Octal | 231 | 106 | 272 | 22 | 76 | 0 | 33 | 433 | 56 | 62 |
| Binary | 10011001 | 1000110 | 10111010 | 10010 | 111110 | 0 | 11011 | 100011011 | 101110 | 110010 |
Color Harmonies of #9946BA
Complementary color
Monochromatic Colors of #9946BA
Black with #9946BA
Text Example
Text Example
White with #9946BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9946BA; }
p { color: rgb(153,70,186); }
H1.HeaderClassName
{
color: #9946BA;
}
.AnyTagClassName
{
color: #9946BA;
}
</style>
background-color css
<style>
a { background-color: #9946BA; }
a { background-color: rgb(153,70,186); }
div.DivClassName
{
background-color: #9946BA;
}
.BgClassName
{
background-color: #9946BA;
}
</style>
border-color css
<style>
span { border-color: #9946BA; }
span { border-color: rgb(153,70,186); }
td.TdClassName
{
border-color: #9946BA;
}
.TagClassName
{
border-color: #9946BA;
}
</style>