Shades of Deep Lilac #9059AF
Tints of Deep Lilac #9059AF
RGB
CMYK
RGB Variations
Color information
#9059AF (or 0x9059AF) is known color: Deep Lilac. HEX triplet: 90, 59 and AF. RGB value is (144,89,175). Sum of RGB (Red+Green+Blue) = 144+89+175=408 (54% of max value = 765). Red value is 144 (56.64% from 255 or 35.29% from 408); Green value is 89 (35.16% from 255 or 21.81% from 408); Blue value is 175 (68.75% from 255 or 42.89% from 408); Max value from RGB is 175 - color contains mainly: blue. Hex color #9059AF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9059AF is #6FA650. Grayscale: #727272. Windows color (decimal): -7317073 or 11491728. OLE color: 11491728.
HSL color Cylindrical-coordinate representation of color #9059AF: hue angle of 278.37º degrees, saturation: 0.35, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #9059AF is Cyan = 0.18, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 144 | 89 | 175 | - |
| CMYK | 0.18 | 0.49 | 0 | 0.31 |
| HSL | 278.37º | 0.35% | 0.52% | - |
| HSV(B) | 278.37º | 0.49% | 0.69% | - |
| XYZ | 22.81 | 16.17 | 42.48 | - |
| YUV | 115.25 | 161.72 | 148.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 89 | 175 | 0.18 | 0.49 | 0 | 0.31 | 278.37 | 0.35 | 0.52 |
| Hex | 90 | 59 | AF | 12 | 31 | 0 | 1F | 116 | 23 | 34 |
| Octal | 220 | 131 | 257 | 22 | 61 | 0 | 37 | 426 | 43 | 64 |
| Binary | 10010000 | 1011001 | 10101111 | 10010 | 110001 | 0 | 11111 | 100010110 | 100011 | 110100 |
Color Harmonies of #9059AF
Complementary color
Monochromatic Colors of #9059AF
Black with #9059AF
Text Example
Text Example
White with #9059AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9059AF; }
p { color: rgb(144,89,175); }
H1.HeaderClassName
{
color: #9059AF;
}
.AnyTagClassName
{
color: #9059AF;
}
</style>
background-color css
<style>
a { background-color: #9059AF; }
a { background-color: rgb(144,89,175); }
div.DivClassName
{
background-color: #9059AF;
}
.BgClassName
{
background-color: #9059AF;
}
</style>
border-color css
<style>
span { border-color: #9059AF; }
span { border-color: rgb(144,89,175); }
td.TdClassName
{
border-color: #9059AF;
}
.TagClassName
{
border-color: #9059AF;
}
</style>