Shades of Deep Lilac #9054AA
Tints of Deep Lilac #9054AA
RGB
CMYK
RGB Variations
Color information
#9054AA (or 0x9054AA) is known color: Deep Lilac. HEX triplet: 90, 54 and AA. RGB value is (144,84,170). Sum of RGB (Red+Green+Blue) = 144+84+170=398 (52% of max value = 765). Red value is 144 (56.64% from 255 or 36.18% from 398); Green value is 84 (33.20% from 255 or 21.11% from 398); Blue value is 170 (66.80% from 255 or 42.71% from 398); Max value from RGB is 170 - color contains mainly: blue. Hex color #9054AA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9054AA is #6FAB55. Grayscale: #6F6F6F. Windows color (decimal): -7318358 or 11162768. OLE color: 11162768.
HSL color Cylindrical-coordinate representation of color #9054AA: hue angle of 281.86º 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 #9054AA is Cyan = 0.15, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 144 | 84 | 170 | - |
| CMYK | 0.15 | 0.51 | 0 | 0.33 |
| HSL | 281.86º | 0.34% | 0.5% | - |
| HSV(B) | 281.86º | 0.51% | 0.67% | - |
| XYZ | 21.93 | 15.17 | 39.8 | - |
| YUV | 111.74 | 160.88 | 151.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 84 | 170 | 0.15 | 0.51 | 0 | 0.33 | 281.86 | 0.34 | 0.5 |
| Hex | 90 | 54 | AA | F | 33 | 0 | 21 | 11A | 22 | 32 |
| Octal | 220 | 124 | 252 | 17 | 63 | 0 | 41 | 432 | 42 | 62 |
| Binary | 10010000 | 1010100 | 10101010 | 1111 | 110011 | 0 | 100001 | 100011010 | 100010 | 110010 |
Color Harmonies of #9054AA
Complementary color
Monochromatic Colors of #9054AA
Black with #9054AA
Text Example
Text Example
White with #9054AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9054AA; }
p { color: rgb(144,84,170); }
H1.HeaderClassName
{
color: #9054AA;
}
.AnyTagClassName
{
color: #9054AA;
}
</style>
background-color css
<style>
a { background-color: #9054AA; }
a { background-color: rgb(144,84,170); }
div.DivClassName
{
background-color: #9054AA;
}
.BgClassName
{
background-color: #9054AA;
}
</style>
border-color css
<style>
span { border-color: #9054AA; }
span { border-color: rgb(144,84,170); }
td.TdClassName
{
border-color: #9054AA;
}
.TagClassName
{
border-color: #9054AA;
}
</style>