Shades of Deep Lilac #9053C0
Tints of Deep Lilac #9053C0
RGB
CMYK
RGB Variations
Color information
#9053C0 (or 0x9053C0) is known color: Deep Lilac. HEX triplet: 90, 53 and C0. RGB value is (144,83,192). Sum of RGB (Red+Green+Blue) = 144+83+192=419 (55% of max value = 765). Red value is 144 (56.64% from 255 or 34.37% from 419); Green value is 83 (32.81% from 255 or 19.81% from 419); Blue value is 192 (75.39% from 255 or 45.82% from 419); Max value from RGB is 192 - color contains mainly: blue. Hex color #9053C0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9053C0 is #6FAC3F. Grayscale: #717171. Windows color (decimal): -7318592 or 12604304. OLE color: 12604304.
HSL color Cylindrical-coordinate representation of color #9053C0: hue angle of 273.58º degrees, saturation: 0.46, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #9053C0 is Cyan = 0.25, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 144 | 83 | 192 | - |
| CMYK | 0.25 | 0.57 | 0 | 0.25 |
| HSL | 273.58º | 0.46% | 0.54% | - |
| HSV(B) | 273.58º | 0.57% | 0.75% | - |
| XYZ | 24.11 | 15.92 | 51.67 | - |
| YUV | 113.67 | 172.21 | 149.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 83 | 192 | 0.25 | 0.57 | 0 | 0.25 | 273.58 | 0.46 | 0.54 |
| Hex | 90 | 53 | C0 | 19 | 39 | 0 | 19 | 112 | 2E | 36 |
| Octal | 220 | 123 | 300 | 31 | 71 | 0 | 31 | 422 | 56 | 66 |
| Binary | 10010000 | 1010011 | 11000000 | 11001 | 111001 | 0 | 11001 | 100010010 | 101110 | 110110 |
Color Harmonies of #9053C0
Complementary color
Monochromatic Colors of #9053C0
Black with #9053C0
Text Example
Text Example
White with #9053C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9053C0; }
p { color: rgb(144,83,192); }
H1.HeaderClassName
{
color: #9053C0;
}
.AnyTagClassName
{
color: #9053C0;
}
</style>
background-color css
<style>
a { background-color: #9053C0; }
a { background-color: rgb(144,83,192); }
div.DivClassName
{
background-color: #9053C0;
}
.BgClassName
{
background-color: #9053C0;
}
</style>
border-color css
<style>
span { border-color: #9053C0; }
span { border-color: rgb(144,83,192); }
td.TdClassName
{
border-color: #9053C0;
}
.TagClassName
{
border-color: #9053C0;
}
</style>