Shades of Deep Lilac #9053AA
Tints of Deep Lilac #9053AA
RGB
CMYK
RGB Variations
Color information
#9053AA (or 0x9053AA) is known color: Deep Lilac. HEX triplet: 90, 53 and AA. RGB value is (144,83,170). Sum of RGB (Red+Green+Blue) = 144+83+170=397 (52% of max value = 765). Red value is 144 (56.64% from 255 or 36.27% from 397); Green value is 83 (32.81% from 255 or 20.91% from 397); Blue value is 170 (66.80% from 255 or 42.82% from 397); Max value from RGB is 170 - color contains mainly: blue. Hex color #9053AA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9053AA is #6FAC55. Grayscale: #6E6E6E. Windows color (decimal): -7318614 or 11162512. OLE color: 11162512.
HSL color Cylindrical-coordinate representation of color #9053AA: hue angle of 282.07º degrees, saturation: 0.34, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #9053AA is Cyan = 0.15, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 144 | 83 | 170 | - |
| CMYK | 0.15 | 0.51 | 0 | 0.33 |
| HSL | 282.07º | 0.34% | 0.5% | - |
| HSV(B) | 282.07º | 0.51% | 0.67% | - |
| XYZ | 21.85 | 15.02 | 39.78 | - |
| YUV | 111.16 | 161.21 | 151.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 83 | 170 | 0.15 | 0.51 | 0 | 0.33 | 282.07 | 0.34 | 0.5 |
| Hex | 90 | 53 | AA | F | 33 | 0 | 21 | 11A | 22 | 32 |
| Octal | 220 | 123 | 252 | 17 | 63 | 0 | 41 | 432 | 42 | 62 |
| Binary | 10010000 | 1010011 | 10101010 | 1111 | 110011 | 0 | 100001 | 100011010 | 100010 | 110010 |
Color Harmonies of #9053AA
Complementary color
Monochromatic Colors of #9053AA
Black with #9053AA
Text Example
Text Example
White with #9053AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9053AA; }
p { color: rgb(144,83,170); }
H1.HeaderClassName
{
color: #9053AA;
}
.AnyTagClassName
{
color: #9053AA;
}
</style>
background-color css
<style>
a { background-color: #9053AA; }
a { background-color: rgb(144,83,170); }
div.DivClassName
{
background-color: #9053AA;
}
.BgClassName
{
background-color: #9053AA;
}
</style>
border-color css
<style>
span { border-color: #9053AA; }
span { border-color: rgb(144,83,170); }
td.TdClassName
{
border-color: #9053AA;
}
.TagClassName
{
border-color: #9053AA;
}
</style>