Shades of Deep Lilac #9040AD
Tints of Deep Lilac #9040AD
RGB
CMYK
RGB Variations
Color information
#9040AD (or 0x9040AD) is known color: Deep Lilac. HEX triplet: 90, 40 and AD. RGB value is (144,64,173). Sum of RGB (Red+Green+Blue) = 144+64+173=381 (50% of max value = 765). Red value is 144 (56.64% from 255 or 37.80% from 381); Green value is 64 (25.39% from 255 or 16.80% from 381); Blue value is 173 (67.97% from 255 or 45.41% from 381); Max value from RGB is 173 - color contains mainly: blue. Hex color #9040AD is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9040AD is #6FBF52. Grayscale: #636363. Windows color (decimal): -7323475 or 11354256. OLE color: 11354256.
HSL color Cylindrical-coordinate representation of color #9040AD: hue angle of 284.04º degrees, saturation: 0.46, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #9040AD is Cyan = 0.17, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 144 | 64 | 173 | - |
| CMYK | 0.17 | 0.63 | 0 | 0.32 |
| HSL | 284.04º | 0.46% | 0.46% | - |
| HSV(B) | 284.04º | 0.63% | 0.68% | - |
| XYZ | 20.88 | 12.61 | 40.87 | - |
| YUV | 100.35 | 169 | 159.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 64 | 173 | 0.17 | 0.63 | 0 | 0.32 | 284.04 | 0.46 | 0.46 |
| Hex | 90 | 40 | AD | 11 | 3F | 0 | 20 | 11C | 2E | 2E |
| Octal | 220 | 100 | 255 | 21 | 77 | 0 | 40 | 434 | 56 | 56 |
| Binary | 10010000 | 1000000 | 10101101 | 10001 | 111111 | 0 | 100000 | 100011100 | 101110 | 101110 |
Color Harmonies of #9040AD
Complementary color
Monochromatic Colors of #9040AD
Black with #9040AD
Text Example
Text Example
White with #9040AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9040AD; }
p { color: rgb(144,64,173); }
H1.HeaderClassName
{
color: #9040AD;
}
.AnyTagClassName
{
color: #9040AD;
}
</style>
background-color css
<style>
a { background-color: #9040AD; }
a { background-color: rgb(144,64,173); }
div.DivClassName
{
background-color: #9040AD;
}
.BgClassName
{
background-color: #9040AD;
}
</style>
border-color css
<style>
span { border-color: #9040AD; }
span { border-color: rgb(144,64,173); }
td.TdClassName
{
border-color: #9040AD;
}
.TagClassName
{
border-color: #9040AD;
}
</style>