Shades of Deep Lilac #9A49BA
Tints of Deep Lilac #9A49BA
RGB
CMYK
RGB Variations
Color information
#9A49BA (or 0x9A49BA) is known color: Deep Lilac. HEX triplet: 9A, 49 and BA. RGB value is (154,73,186). Sum of RGB (Red+Green+Blue) = 154+73+186=413 (54% of max value = 765). Red value is 154 (60.55% from 255 or 37.29% from 413); Green value is 73 (28.91% from 255 or 17.68% from 413); Blue value is 186 (73.05% from 255 or 45.04% from 413); Max value from RGB is 186 - color contains mainly: blue. Hex color #9A49BA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9A49BA is #65B645. Grayscale: #6D6D6D. Windows color (decimal): -6665798 or 12208538. OLE color: 12208538.
HSL color Cylindrical-coordinate representation of color #9A49BA: hue angle of 283.01º degrees, saturation: 0.45, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #9A49BA is Cyan = 0.17, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 154 | 73 | 186 | - |
| CMYK | 0.17 | 0.61 | 0 | 0.27 |
| HSL | 283.01º | 0.45% | 0.51% | - |
| HSV(B) | 283.01º | 0.61% | 0.73% | - |
| XYZ | 24.57 | 15.18 | 48.09 | - |
| YUV | 110.1 | 170.84 | 159.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 73 | 186 | 0.17 | 0.61 | 0 | 0.27 | 283.01 | 0.45 | 0.51 |
| Hex | 9A | 49 | BA | 11 | 3D | 0 | 1B | 11B | 2D | 33 |
| Octal | 232 | 111 | 272 | 21 | 75 | 0 | 33 | 433 | 55 | 63 |
| Binary | 10011010 | 1001001 | 10111010 | 10001 | 111101 | 0 | 11011 | 100011011 | 101101 | 110011 |
Color Harmonies of #9A49BA
Complementary color
Monochromatic Colors of #9A49BA
Black with #9A49BA
Text Example
Text Example
White with #9A49BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A49BA; }
p { color: rgb(154,73,186); }
H1.HeaderClassName
{
color: #9A49BA;
}
.AnyTagClassName
{
color: #9A49BA;
}
</style>
background-color css
<style>
a { background-color: #9A49BA; }
a { background-color: rgb(154,73,186); }
div.DivClassName
{
background-color: #9A49BA;
}
.BgClassName
{
background-color: #9A49BA;
}
</style>
border-color css
<style>
span { border-color: #9A49BA; }
span { border-color: rgb(154,73,186); }
td.TdClassName
{
border-color: #9A49BA;
}
.TagClassName
{
border-color: #9A49BA;
}
</style>