Shades of Deep Lilac #9A59BD
Tints of Deep Lilac #9A59BD
RGB
CMYK
RGB Variations
Color information
#9A59BD (or 0x9A59BD) is known color: Deep Lilac. HEX triplet: 9A, 59 and BD. RGB value is (154,89,189). Sum of RGB (Red+Green+Blue) = 154+89+189=432 (57% of max value = 765). Red value is 154 (60.55% from 255 or 35.65% from 432); Green value is 89 (35.16% from 255 or 20.60% from 432); Blue value is 189 (74.22% from 255 or 43.75% from 432); Max value from RGB is 189 - color contains mainly: blue. Hex color #9A59BD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9A59BD is #65A642. Grayscale: #777777. Windows color (decimal): -6661699 or 12409242. OLE color: 12409242.
HSL color Cylindrical-coordinate representation of color #9A59BD: hue angle of 279º degrees, saturation: 0.43, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #9A59BD is Cyan = 0.19, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 154 | 89 | 189 | - |
| CMYK | 0.19 | 0.53 | 0 | 0.26 |
| HSL | 279º | 0.43% | 0.55% | - |
| HSV(B) | 279º | 0.53% | 0.74% | - |
| XYZ | 26.08 | 17.69 | 50.18 | - |
| YUV | 119.84 | 167.03 | 152.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 89 | 189 | 0.19 | 0.53 | 0 | 0.26 | 279 | 0.43 | 0.55 |
| Hex | 9A | 59 | BD | 13 | 35 | 0 | 1A | 117 | 2B | 37 |
| Octal | 232 | 131 | 275 | 23 | 65 | 0 | 32 | 427 | 53 | 67 |
| Binary | 10011010 | 1011001 | 10111101 | 10011 | 110101 | 0 | 11010 | 100010111 | 101011 | 110111 |
Color Harmonies of #9A59BD
Complementary color
Monochromatic Colors of #9A59BD
Black with #9A59BD
Text Example
Text Example
White with #9A59BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A59BD; }
p { color: rgb(154,89,189); }
H1.HeaderClassName
{
color: #9A59BD;
}
.AnyTagClassName
{
color: #9A59BD;
}
</style>
background-color css
<style>
a { background-color: #9A59BD; }
a { background-color: rgb(154,89,189); }
div.DivClassName
{
background-color: #9A59BD;
}
.BgClassName
{
background-color: #9A59BD;
}
</style>
border-color css
<style>
span { border-color: #9A59BD; }
span { border-color: rgb(154,89,189); }
td.TdClassName
{
border-color: #9A59BD;
}
.TagClassName
{
border-color: #9A59BD;
}
</style>