Shades of Deep Lilac #9059A5
Tints of Deep Lilac #9059A5
RGB
CMYK
RGB Variations
Color information
#9059A5 (or 0x9059A5) is known color: Deep Lilac. HEX triplet: 90, 59 and A5. RGB value is (144,89,165). Sum of RGB (Red+Green+Blue) = 144+89+165=398 (52% of max value = 765). Red value is 144 (56.64% from 255 or 36.18% from 398); Green value is 89 (35.16% from 255 or 22.36% from 398); Blue value is 165 (64.84% from 255 or 41.46% from 398); Max value from RGB is 165 - color contains mainly: blue. Hex color #9059A5 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9059A5 is #6FA65A. Grayscale: #717171. Windows color (decimal): -7317083 or 10836368. OLE color: 10836368.
HSL color Cylindrical-coordinate representation of color #9059A5: hue angle of 283.42º degrees, saturation: 0.3, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #9059A5 is Cyan = 0.13, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 144 | 89 | 165 | - |
| CMYK | 0.13 | 0.46 | 0 | 0.35 |
| HSL | 283.42º | 0.3% | 0.5% | - |
| HSV(B) | 283.42º | 0.46% | 0.65% | - |
| XYZ | 21.87 | 15.79 | 37.49 | - |
| YUV | 114.11 | 156.72 | 149.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 89 | 165 | 0.13 | 0.46 | 0 | 0.35 | 283.42 | 0.3 | 0.5 |
| Hex | 90 | 59 | A5 | D | 2E | 0 | 23 | 11B | 1E | 32 |
| Octal | 220 | 131 | 245 | 15 | 56 | 0 | 43 | 433 | 36 | 62 |
| Binary | 10010000 | 1011001 | 10100101 | 1101 | 101110 | 0 | 100011 | 100011011 | 11110 | 110010 |
Color Harmonies of #9059A5
Complementary color
Monochromatic Colors of #9059A5
Black with #9059A5
Text Example
Text Example
White with #9059A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9059A5; }
p { color: rgb(144,89,165); }
H1.HeaderClassName
{
color: #9059A5;
}
.AnyTagClassName
{
color: #9059A5;
}
</style>
background-color css
<style>
a { background-color: #9059A5; }
a { background-color: rgb(144,89,165); }
div.DivClassName
{
background-color: #9059A5;
}
.BgClassName
{
background-color: #9059A5;
}
</style>
border-color css
<style>
span { border-color: #9059A5; }
span { border-color: rgb(144,89,165); }
td.TdClassName
{
border-color: #9059A5;
}
.TagClassName
{
border-color: #9059A5;
}
</style>