Shades of Deep Lilac #8959BC
Tints of Deep Lilac #8959BC
RGB
CMYK
RGB Variations
Color information
#8959BC (or 0x8959BC) is known color: Deep Lilac. HEX triplet: 89, 59 and BC. RGB value is (137,89,188). Sum of RGB (Red+Green+Blue) = 137+89+188=414 (54% of max value = 765). Red value is 137 (53.91% from 255 or 33.09% from 414); Green value is 89 (35.16% from 255 or 21.50% from 414); Blue value is 188 (73.83% from 255 or 45.41% from 414); Max value from RGB is 188 - color contains mainly: blue. Hex color #8959BC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8959BC is #76A643. Grayscale: #727272. Windows color (decimal): -7775812 or 12343689. OLE color: 12343689.
HSL color Cylindrical-coordinate representation of color #8959BC: hue angle of 269.09º degrees, saturation: 0.42, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #8959BC is Cyan = 0.27, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 137 | 89 | 188 | - |
| CMYK | 0.27 | 0.53 | 0 | 0.26 |
| HSL | 269.09º | 0.42% | 0.54% | - |
| HSV(B) | 269.09º | 0.53% | 0.74% | - |
| XYZ | 22.97 | 16.09 | 49.47 | - |
| YUV | 114.64 | 169.4 | 143.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 89 | 188 | 0.27 | 0.53 | 0 | 0.26 | 269.09 | 0.42 | 0.54 |
| Hex | 89 | 59 | BC | 1B | 35 | 0 | 1A | 10D | 2A | 36 |
| Octal | 211 | 131 | 274 | 33 | 65 | 0 | 32 | 415 | 52 | 66 |
| Binary | 10001001 | 1011001 | 10111100 | 11011 | 110101 | 0 | 11010 | 100001101 | 101010 | 110110 |
Color Harmonies of #8959BC
Complementary color
Monochromatic Colors of #8959BC
Black with #8959BC
Text Example
Text Example
White with #8959BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8959BC; }
p { color: rgb(137,89,188); }
H1.HeaderClassName
{
color: #8959BC;
}
.AnyTagClassName
{
color: #8959BC;
}
</style>
background-color css
<style>
a { background-color: #8959BC; }
a { background-color: rgb(137,89,188); }
div.DivClassName
{
background-color: #8959BC;
}
.BgClassName
{
background-color: #8959BC;
}
</style>
border-color css
<style>
span { border-color: #8959BC; }
span { border-color: rgb(137,89,188); }
td.TdClassName
{
border-color: #8959BC;
}
.TagClassName
{
border-color: #8959BC;
}
</style>