Shades of Deep Lilac #9049BA
Tints of Deep Lilac #9049BA
RGB
CMYK
RGB Variations
Color information
#9049BA (or 0x9049BA) is known color: Deep Lilac. HEX triplet: 90, 49 and BA. RGB value is (144,73,186). Sum of RGB (Red+Green+Blue) = 144+73+186=403 (53% of max value = 765). Red value is 144 (56.64% from 255 or 35.73% from 403); Green value is 73 (28.91% from 255 or 18.11% from 403); Blue value is 186 (73.05% from 255 or 46.15% from 403); Max value from RGB is 186 - color contains mainly: blue. Hex color #9049BA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9049BA is #6FB645. Grayscale: #6A6A6A. Windows color (decimal): -7321158 or 12208528. OLE color: 12208528.
HSL color Cylindrical-coordinate representation of color #9049BA: hue angle of 277.7º 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 #9049BA is Cyan = 0.23, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 144 | 73 | 186 | - |
| CMYK | 0.23 | 0.61 | 0 | 0.27 |
| HSL | 277.7º | 0.45% | 0.51% | - |
| HSV(B) | 277.7º | 0.61% | 0.73% | - |
| XYZ | 22.75 | 14.24 | 48 | - |
| YUV | 107.11 | 172.52 | 154.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 73 | 186 | 0.23 | 0.61 | 0 | 0.27 | 277.7 | 0.45 | 0.51 |
| Hex | 90 | 49 | BA | 17 | 3D | 0 | 1B | 116 | 2D | 33 |
| Octal | 220 | 111 | 272 | 27 | 75 | 0 | 33 | 426 | 55 | 63 |
| Binary | 10010000 | 1001001 | 10111010 | 10111 | 111101 | 0 | 11011 | 100010110 | 101101 | 110011 |
Color Harmonies of #9049BA
Complementary color
Monochromatic Colors of #9049BA
Black with #9049BA
Text Example
Text Example
White with #9049BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9049BA; }
p { color: rgb(144,73,186); }
H1.HeaderClassName
{
color: #9049BA;
}
.AnyTagClassName
{
color: #9049BA;
}
</style>
background-color css
<style>
a { background-color: #9049BA; }
a { background-color: rgb(144,73,186); }
div.DivClassName
{
background-color: #9049BA;
}
.BgClassName
{
background-color: #9049BA;
}
</style>
border-color css
<style>
span { border-color: #9049BA; }
span { border-color: rgb(144,73,186); }
td.TdClassName
{
border-color: #9049BA;
}
.TagClassName
{
border-color: #9049BA;
}
</style>