Shades of Deep Lilac #9044AA
Tints of Deep Lilac #9044AA
RGB
CMYK
RGB Variations
Color information
#9044AA (or 0x9044AA) is known color: Deep Lilac. HEX triplet: 90, 44 and AA. RGB value is (144,68,170). Sum of RGB (Red+Green+Blue) = 144+68+170=382 (50% of max value = 765). Red value is 144 (56.64% from 255 or 37.70% from 382); Green value is 68 (26.95% from 255 or 17.80% from 382); Blue value is 170 (66.80% from 255 or 44.50% from 382); Max value from RGB is 170 - color contains mainly: blue. Hex color #9044AA is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9044AA is #6FBB55. Grayscale: #666666. Windows color (decimal): -7322454 or 11158672. OLE color: 11158672.
HSL color Cylindrical-coordinate representation of color #9044AA: hue angle of 284.71º degrees, saturation: 0.43, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #9044AA is Cyan = 0.15, Magento = 0.6, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 144 | 68 | 170 | - |
| CMYK | 0.15 | 0.6 | 0 | 0.33 |
| HSL | 284.71º | 0.43% | 0.47% | - |
| HSV(B) | 284.71º | 0.6% | 0.67% | - |
| XYZ | 20.82 | 12.97 | 39.44 | - |
| YUV | 102.35 | 166.18 | 157.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 68 | 170 | 0.15 | 0.6 | 0 | 0.33 | 284.71 | 0.43 | 0.47 |
| Hex | 90 | 44 | AA | F | 3C | 0 | 21 | 11D | 2B | 2F |
| Octal | 220 | 104 | 252 | 17 | 74 | 0 | 41 | 435 | 53 | 57 |
| Binary | 10010000 | 1000100 | 10101010 | 1111 | 111100 | 0 | 100001 | 100011101 | 101011 | 101111 |
Color Harmonies of #9044AA
Complementary color
Monochromatic Colors of #9044AA
Black with #9044AA
Text Example
Text Example
White with #9044AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9044AA; }
p { color: rgb(144,68,170); }
H1.HeaderClassName
{
color: #9044AA;
}
.AnyTagClassName
{
color: #9044AA;
}
</style>
background-color css
<style>
a { background-color: #9044AA; }
a { background-color: rgb(144,68,170); }
div.DivClassName
{
background-color: #9044AA;
}
.BgClassName
{
background-color: #9044AA;
}
</style>
border-color css
<style>
span { border-color: #9044AA; }
span { border-color: rgb(144,68,170); }
td.TdClassName
{
border-color: #9044AA;
}
.TagClassName
{
border-color: #9044AA;
}
</style>