Shades of Deep Lilac #9948A9
Tints of Deep Lilac #9948A9
RGB
CMYK
RGB Variations
Color information
#9948A9 (or 0x9948A9) is known color: Deep Lilac. HEX triplet: 99, 48 and A9. RGB value is (153,72,169). Sum of RGB (Red+Green+Blue) = 153+72+169=394 (52% of max value = 765). Red value is 153 (60.16% from 255 or 38.83% from 394); Green value is 72 (28.52% from 255 or 18.27% from 394); Blue value is 169 (66.41% from 255 or 42.89% from 394); Max value from RGB is 169 - color contains mainly: blue. Hex color #9948A9 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9948A9 is #66B756. Grayscale: #6A6A6A. Windows color (decimal): -6731607 or 11094169. OLE color: 11094169.
HSL color Cylindrical-coordinate representation of color #9948A9: hue angle of 290.1º degrees, saturation: 0.4, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #9948A9 is Cyan = 0.09, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 153 | 72 | 169 | - |
| CMYK | 0.09 | 0.57 | 0 | 0.34 |
| HSL | 290.1º | 0.4% | 0.47% | - |
| HSV(B) | 290.1º | 0.57% | 0.66% | - |
| XYZ | 22.62 | 14.27 | 39.1 | - |
| YUV | 107.28 | 162.84 | 160.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 72 | 169 | 0.09 | 0.57 | 0 | 0.34 | 290.1 | 0.4 | 0.47 |
| Hex | 99 | 48 | A9 | 9 | 39 | 0 | 22 | 122 | 28 | 2F |
| Octal | 231 | 110 | 251 | 11 | 71 | 0 | 42 | 442 | 50 | 57 |
| Binary | 10011001 | 1001000 | 10101001 | 1001 | 111001 | 0 | 100010 | 100100010 | 101000 | 101111 |
Color Harmonies of #9948A9
Complementary color
Monochromatic Colors of #9948A9
Black with #9948A9
Text Example
Text Example
White with #9948A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9948A9; }
p { color: rgb(153,72,169); }
H1.HeaderClassName
{
color: #9948A9;
}
.AnyTagClassName
{
color: #9948A9;
}
</style>
background-color css
<style>
a { background-color: #9948A9; }
a { background-color: rgb(153,72,169); }
div.DivClassName
{
background-color: #9948A9;
}
.BgClassName
{
background-color: #9948A9;
}
</style>
border-color css
<style>
span { border-color: #9948A9; }
span { border-color: rgb(153,72,169); }
td.TdClassName
{
border-color: #9948A9;
}
.TagClassName
{
border-color: #9948A9;
}
</style>