Shades of Deep Lilac #9039AD
Tints of Deep Lilac #9039AD
RGB
CMYK
RGB Variations
Color information
#9039AD (or 0x9039AD) is known color: Deep Lilac. HEX triplet: 90, 39 and AD. RGB value is (144,57,173). Sum of RGB (Red+Green+Blue) = 144+57+173=374 (49% of max value = 765). Red value is 144 (56.64% from 255 or 38.50% from 374); Green value is 57 (22.66% from 255 or 15.24% from 374); Blue value is 173 (67.97% from 255 or 46.26% from 374); Max value from RGB is 173 - color contains mainly: blue. Hex color #9039AD is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9039AD is #6FC652. Grayscale: #5F5F5F. Windows color (decimal): -7325267 or 11352464. OLE color: 11352464.
HSL color Cylindrical-coordinate representation of color #9039AD: hue angle of 285º degrees, saturation: 0.5, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #9039AD is Cyan = 0.17, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 144 | 57 | 173 | - |
| CMYK | 0.17 | 0.67 | 0 | 0.32 |
| HSL | 285º | 0.5% | 0.45% | - |
| HSV(B) | 285º | 0.67% | 0.68% | - |
| XYZ | 20.51 | 11.87 | 40.75 | - |
| YUV | 96.24 | 171.32 | 162.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 57 | 173 | 0.17 | 0.67 | 0 | 0.32 | 285 | 0.5 | 0.45 |
| Hex | 90 | 39 | AD | 11 | 43 | 0 | 20 | 11D | 32 | 2D |
| Octal | 220 | 71 | 255 | 21 | 103 | 0 | 40 | 435 | 62 | 55 |
| Binary | 10010000 | 111001 | 10101101 | 10001 | 1000011 | 0 | 100000 | 100011101 | 110010 | 101101 |
Color Harmonies of #9039AD
Complementary color
Monochromatic Colors of #9039AD
Black with #9039AD
Text Example
Text Example
White with #9039AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9039AD; }
p { color: rgb(144,57,173); }
H1.HeaderClassName
{
color: #9039AD;
}
.AnyTagClassName
{
color: #9039AD;
}
</style>
background-color css
<style>
a { background-color: #9039AD; }
a { background-color: rgb(144,57,173); }
div.DivClassName
{
background-color: #9039AD;
}
.BgClassName
{
background-color: #9039AD;
}
</style>
border-color css
<style>
span { border-color: #9039AD; }
span { border-color: rgb(144,57,173); }
td.TdClassName
{
border-color: #9039AD;
}
.TagClassName
{
border-color: #9039AD;
}
</style>