Shades of Deep Lilac #9A59BB
Tints of Deep Lilac #9A59BB
RGB
CMYK
RGB Variations
Color information
#9A59BB (or 0x9A59BB) is known color: Deep Lilac. HEX triplet: 9A, 59 and BB. RGB value is (154,89,187). Sum of RGB (Red+Green+Blue) = 154+89+187=430 (56% of max value = 765). Red value is 154 (60.55% from 255 or 35.81% from 430); Green value is 89 (35.16% from 255 or 20.70% from 430); Blue value is 187 (73.44% from 255 or 43.49% from 430); Max value from RGB is 187 - color contains mainly: blue. Hex color #9A59BB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9A59BB is #65A644. Grayscale: #777777. Windows color (decimal): -6661701 or 12278170. OLE color: 12278170.
HSL color Cylindrical-coordinate representation of color #9A59BB: hue angle of 279.8º degrees, saturation: 0.42, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #9A59BB is Cyan = 0.18, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 154 | 89 | 187 | - |
| CMYK | 0.18 | 0.52 | 0 | 0.27 |
| HSL | 279.8º | 0.42% | 0.54% | - |
| HSV(B) | 279.8º | 0.52% | 0.73% | - |
| XYZ | 25.87 | 17.6 | 49.05 | - |
| YUV | 119.61 | 166.03 | 152.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 89 | 187 | 0.18 | 0.52 | 0 | 0.27 | 279.8 | 0.42 | 0.54 |
| Hex | 9A | 59 | BB | 12 | 34 | 0 | 1B | 118 | 2A | 36 |
| Octal | 232 | 131 | 273 | 22 | 64 | 0 | 33 | 430 | 52 | 66 |
| Binary | 10011010 | 1011001 | 10111011 | 10010 | 110100 | 0 | 11011 | 100011000 | 101010 | 110110 |
Color Harmonies of #9A59BB
Complementary color
Monochromatic Colors of #9A59BB
Black with #9A59BB
Text Example
Text Example
White with #9A59BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A59BB; }
p { color: rgb(154,89,187); }
H1.HeaderClassName
{
color: #9A59BB;
}
.AnyTagClassName
{
color: #9A59BB;
}
</style>
background-color css
<style>
a { background-color: #9A59BB; }
a { background-color: rgb(154,89,187); }
div.DivClassName
{
background-color: #9A59BB;
}
.BgClassName
{
background-color: #9A59BB;
}
</style>
border-color css
<style>
span { border-color: #9A59BB; }
span { border-color: rgb(154,89,187); }
td.TdClassName
{
border-color: #9A59BB;
}
.TagClassName
{
border-color: #9A59BB;
}
</style>