Shades of Deep Lilac #993BA9
Tints of Deep Lilac #993BA9
RGB
CMYK
RGB Variations
Color information
#993BA9 (or 0x993BA9) is known color: Deep Lilac. HEX triplet: 99, 3B and A9. RGB value is (153,59,169). Sum of RGB (Red+Green+Blue) = 153+59+169=381 (50% of max value = 765). Red value is 153 (60.16% from 255 or 40.16% from 381); Green value is 59 (23.44% from 255 or 15.49% from 381); Blue value is 169 (66.41% from 255 or 44.36% from 381); Max value from RGB is 169 - color contains mainly: blue. Hex color #993BA9 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #993BA9 is #66C456. Grayscale: #636363. Windows color (decimal): -6734935 or 11090841. OLE color: 11090841.
HSL color Cylindrical-coordinate representation of color #993BA9: hue angle of 291.27º degrees, saturation: 0.48, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #993BA9 is Cyan = 0.09, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 153 | 59 | 169 | - |
| CMYK | 0.09 | 0.65 | 0 | 0.34 |
| HSL | 291.27º | 0.48% | 0.45% | - |
| HSV(B) | 291.27º | 0.65% | 0.66% | - |
| XYZ | 21.86 | 12.76 | 38.85 | - |
| YUV | 99.65 | 167.14 | 166.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 59 | 169 | 0.09 | 0.65 | 0 | 0.34 | 291.27 | 0.48 | 0.45 |
| Hex | 99 | 3B | A9 | 9 | 41 | 0 | 22 | 123 | 30 | 2D |
| Octal | 231 | 73 | 251 | 11 | 101 | 0 | 42 | 443 | 60 | 55 |
| Binary | 10011001 | 111011 | 10101001 | 1001 | 1000001 | 0 | 100010 | 100100011 | 110000 | 101101 |
Color Harmonies of #993BA9
Complementary color
Monochromatic Colors of #993BA9
Black with #993BA9
Text Example
Text Example
White with #993BA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #993BA9; }
p { color: rgb(153,59,169); }
H1.HeaderClassName
{
color: #993BA9;
}
.AnyTagClassName
{
color: #993BA9;
}
</style>
background-color css
<style>
a { background-color: #993BA9; }
a { background-color: rgb(153,59,169); }
div.DivClassName
{
background-color: #993BA9;
}
.BgClassName
{
background-color: #993BA9;
}
</style>
border-color css
<style>
span { border-color: #993BA9; }
span { border-color: rgb(153,59,169); }
td.TdClassName
{
border-color: #993BA9;
}
.TagClassName
{
border-color: #993BA9;
}
</style>