Shades of Deep Lilac #9A59AE
Tints of Deep Lilac #9A59AE
RGB
CMYK
RGB Variations
Color information
#9A59AE (or 0x9A59AE) is known color: Deep Lilac. HEX triplet: 9A, 59 and AE. RGB value is (154,89,174). Sum of RGB (Red+Green+Blue) = 154+89+174=417 (55% of max value = 765). Red value is 154 (60.55% from 255 or 36.93% from 417); Green value is 89 (35.16% from 255 or 21.34% from 417); Blue value is 174 (68.36% from 255 or 41.73% from 417); Max value from RGB is 174 - color contains mainly: blue. Hex color #9A59AE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9A59AE is #65A651. Grayscale: #757575. Windows color (decimal): -6661714 or 11426202. OLE color: 11426202.
HSL color Cylindrical-coordinate representation of color #9A59AE: hue angle of 285.88º degrees, saturation: 0.34, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #9A59AE is Cyan = 0.11, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 154 | 89 | 174 | - |
| CMYK | 0.11 | 0.49 | 0 | 0.32 |
| HSL | 285.88º | 0.34% | 0.52% | - |
| HSV(B) | 285.88º | 0.49% | 0.68% | - |
| XYZ | 24.54 | 17.07 | 42.05 | - |
| YUV | 118.13 | 159.53 | 153.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 89 | 174 | 0.11 | 0.49 | 0 | 0.32 | 285.88 | 0.34 | 0.52 |
| Hex | 9A | 59 | AE | B | 31 | 0 | 20 | 11E | 22 | 34 |
| Octal | 232 | 131 | 256 | 13 | 61 | 0 | 40 | 436 | 42 | 64 |
| Binary | 10011010 | 1011001 | 10101110 | 1011 | 110001 | 0 | 100000 | 100011110 | 100010 | 110100 |
Color Harmonies of #9A59AE
Complementary color
Monochromatic Colors of #9A59AE
Black with #9A59AE
Text Example
Text Example
White with #9A59AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A59AE; }
p { color: rgb(154,89,174); }
H1.HeaderClassName
{
color: #9A59AE;
}
.AnyTagClassName
{
color: #9A59AE;
}
</style>
background-color css
<style>
a { background-color: #9A59AE; }
a { background-color: rgb(154,89,174); }
div.DivClassName
{
background-color: #9A59AE;
}
.BgClassName
{
background-color: #9A59AE;
}
</style>
border-color css
<style>
span { border-color: #9A59AE; }
span { border-color: rgb(154,89,174); }
td.TdClassName
{
border-color: #9A59AE;
}
.TagClassName
{
border-color: #9A59AE;
}
</style>