Shades of Deep Lilac #9044AC
Tints of Deep Lilac #9044AC
RGB
CMYK
RGB Variations
Color information
#9044AC (or 0x9044AC) is known color: Deep Lilac. HEX triplet: 90, 44 and AC. RGB value is (144,68,172). Sum of RGB (Red+Green+Blue) = 144+68+172=384 (50% of max value = 765). Red value is 144 (56.64% from 255 or 37.5% from 384); Green value is 68 (26.95% from 255 or 17.71% from 384); Blue value is 172 (67.58% from 255 or 44.79% from 384); Max value from RGB is 172 - color contains mainly: blue. Hex color #9044AC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9044AC is #6FBB53. Grayscale: #666666. Windows color (decimal): -7322452 or 11289744. OLE color: 11289744.
HSL color Cylindrical-coordinate representation of color #9044AC: hue angle of 283.85º 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 #9044AC is Cyan = 0.16, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 144 | 68 | 172 | - |
| CMYK | 0.16 | 0.60 | 0 | 0.33 |
| HSL | 283.85º | 0.43% | 0.47% | - |
| HSV(B) | 283.85º | 0.6% | 0.67% | - |
| XYZ | 21.02 | 13.04 | 40.44 | - |
| YUV | 102.58 | 167.18 | 157.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 68 | 172 | 0.16 | 0.60 | 0 | 0.33 | 283.85 | 0.43 | 0.47 |
| Hex | 90 | 44 | AC | 10 | 3C | 0 | 21 | 11C | 2B | 2F |
| Octal | 220 | 104 | 254 | 20 | 74 | 0 | 41 | 434 | 53 | 57 |
| Binary | 10010000 | 1000100 | 10101100 | 10000 | 111100 | 0 | 100001 | 100011100 | 101011 | 101111 |
Color Harmonies of #9044AC
Complementary color
Monochromatic Colors of #9044AC
Black with #9044AC
Text Example
Text Example
White with #9044AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9044AC; }
p { color: rgb(144,68,172); }
H1.HeaderClassName
{
color: #9044AC;
}
.AnyTagClassName
{
color: #9044AC;
}
</style>
background-color css
<style>
a { background-color: #9044AC; }
a { background-color: rgb(144,68,172); }
div.DivClassName
{
background-color: #9044AC;
}
.BgClassName
{
background-color: #9044AC;
}
</style>
border-color css
<style>
span { border-color: #9044AC; }
span { border-color: rgb(144,68,172); }
td.TdClassName
{
border-color: #9044AC;
}
.TagClassName
{
border-color: #9044AC;
}
</style>