Shades of Deep Lilac #9053BA
Tints of Deep Lilac #9053BA
RGB
CMYK
RGB Variations
Color information
#9053BA (or 0x9053BA) is known color: Deep Lilac. HEX triplet: 90, 53 and BA. RGB value is (144,83,186). Sum of RGB (Red+Green+Blue) = 144+83+186=413 (54% of max value = 765). Red value is 144 (56.64% from 255 or 34.87% from 413); Green value is 83 (32.81% from 255 or 20.10% 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 #9053BA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9053BA is #6FAC45. Grayscale: #707070. Windows color (decimal): -7318598 or 12211088. OLE color: 12211088.
HSL color Cylindrical-coordinate representation of color #9053BA: hue angle of 275.53º degrees, saturation: 0.43, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #9053BA is Cyan = 0.23, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 144 | 83 | 186 | - |
| CMYK | 0.23 | 0.55 | 0 | 0.27 |
| HSL | 275.53º | 0.43% | 0.53% | - |
| HSV(B) | 275.53º | 0.55% | 0.73% | - |
| XYZ | 23.46 | 15.66 | 48.24 | - |
| YUV | 112.98 | 169.21 | 150.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 83 | 186 | 0.23 | 0.55 | 0 | 0.27 | 275.53 | 0.43 | 0.53 |
| Hex | 90 | 53 | BA | 17 | 37 | 0 | 1B | 114 | 2B | 35 |
| Octal | 220 | 123 | 272 | 27 | 67 | 0 | 33 | 424 | 53 | 65 |
| Binary | 10010000 | 1010011 | 10111010 | 10111 | 110111 | 0 | 11011 | 100010100 | 101011 | 110101 |
Color Harmonies of #9053BA
Complementary color
Monochromatic Colors of #9053BA
Black with #9053BA
Text Example
Text Example
White with #9053BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9053BA; }
p { color: rgb(144,83,186); }
H1.HeaderClassName
{
color: #9053BA;
}
.AnyTagClassName
{
color: #9053BA;
}
</style>
background-color css
<style>
a { background-color: #9053BA; }
a { background-color: rgb(144,83,186); }
div.DivClassName
{
background-color: #9053BA;
}
.BgClassName
{
background-color: #9053BA;
}
</style>
border-color css
<style>
span { border-color: #9053BA; }
span { border-color: rgb(144,83,186); }
td.TdClassName
{
border-color: #9053BA;
}
.TagClassName
{
border-color: #9053BA;
}
</style>