Shades of Deep Lilac #9A59AF
Tints of Deep Lilac #9A59AF
RGB
CMYK
RGB Variations
Color information
#9A59AF (or 0x9A59AF) is known color: Deep Lilac. HEX triplet: 9A, 59 and AF. RGB value is (154,89,175). Sum of RGB (Red+Green+Blue) = 154+89+175=418 (55% of max value = 765). Red value is 154 (60.55% from 255 or 36.84% from 418); Green value is 89 (35.16% from 255 or 21.29% from 418); Blue value is 175 (68.75% from 255 or 41.87% from 418); Max value from RGB is 175 - color contains mainly: blue. Hex color #9A59AF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9A59AF is #65A650. Grayscale: #757575. Windows color (decimal): -6661713 or 11491738. OLE color: 11491738.
HSL color Cylindrical-coordinate representation of color #9A59AF: hue angle of 285.35º 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 #9A59AF is Cyan = 0.12, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 154 | 89 | 175 | - |
| CMYK | 0.12 | 0.49 | 0 | 0.31 |
| HSL | 285.35º | 0.35% | 0.52% | - |
| HSV(B) | 285.35º | 0.49% | 0.69% | - |
| XYZ | 24.64 | 17.11 | 42.56 | - |
| YUV | 118.24 | 160.03 | 153.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 89 | 175 | 0.12 | 0.49 | 0 | 0.31 | 285.35 | 0.35 | 0.52 |
| Hex | 9A | 59 | AF | C | 31 | 0 | 1F | 11D | 23 | 34 |
| Octal | 232 | 131 | 257 | 14 | 61 | 0 | 37 | 435 | 43 | 64 |
| Binary | 10011010 | 1011001 | 10101111 | 1100 | 110001 | 0 | 11111 | 100011101 | 100011 | 110100 |
Color Harmonies of #9A59AF
Complementary color
Monochromatic Colors of #9A59AF
Black with #9A59AF
Text Example
Text Example
White with #9A59AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A59AF; }
p { color: rgb(154,89,175); }
H1.HeaderClassName
{
color: #9A59AF;
}
.AnyTagClassName
{
color: #9A59AF;
}
</style>
background-color css
<style>
a { background-color: #9A59AF; }
a { background-color: rgb(154,89,175); }
div.DivClassName
{
background-color: #9A59AF;
}
.BgClassName
{
background-color: #9A59AF;
}
</style>
border-color css
<style>
span { border-color: #9A59AF; }
span { border-color: rgb(154,89,175); }
td.TdClassName
{
border-color: #9A59AF;
}
.TagClassName
{
border-color: #9A59AF;
}
</style>