Shades of Deep Lilac #9959BC
Tints of Deep Lilac #9959BC
RGB
CMYK
RGB Variations
Color information
#9959BC (or 0x9959BC) is known color: Deep Lilac. HEX triplet: 99, 59 and BC. RGB value is (153,89,188). Sum of RGB (Red+Green+Blue) = 153+89+188=430 (56% of max value = 765). Red value is 153 (60.16% from 255 or 35.58% from 430); Green value is 89 (35.16% from 255 or 20.70% from 430); Blue value is 188 (73.83% from 255 or 43.72% from 430); Max value from RGB is 188 - color contains mainly: blue. Hex color #9959BC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9959BC is #66A643. Grayscale: #777777. Windows color (decimal): -6727236 or 12343705. OLE color: 12343705.
HSL color Cylindrical-coordinate representation of color #9959BC: hue angle of 278.79º 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 #9959BC is Cyan = 0.19, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 153 | 89 | 188 | - |
| CMYK | 0.19 | 0.53 | 0 | 0.26 |
| HSL | 278.79º | 0.42% | 0.54% | - |
| HSV(B) | 278.79º | 0.53% | 0.74% | - |
| XYZ | 25.79 | 17.55 | 49.6 | - |
| YUV | 119.42 | 166.7 | 151.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 89 | 188 | 0.19 | 0.53 | 0 | 0.26 | 278.79 | 0.42 | 0.54 |
| Hex | 99 | 59 | BC | 13 | 35 | 0 | 1A | 117 | 2A | 36 |
| Octal | 231 | 131 | 274 | 23 | 65 | 0 | 32 | 427 | 52 | 66 |
| Binary | 10011001 | 1011001 | 10111100 | 10011 | 110101 | 0 | 11010 | 100010111 | 101010 | 110110 |
Color Harmonies of #9959BC
Complementary color
Monochromatic Colors of #9959BC
Black with #9959BC
Text Example
Text Example
White with #9959BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9959BC; }
p { color: rgb(153,89,188); }
H1.HeaderClassName
{
color: #9959BC;
}
.AnyTagClassName
{
color: #9959BC;
}
</style>
background-color css
<style>
a { background-color: #9959BC; }
a { background-color: rgb(153,89,188); }
div.DivClassName
{
background-color: #9959BC;
}
.BgClassName
{
background-color: #9959BC;
}
</style>
border-color css
<style>
span { border-color: #9959BC; }
span { border-color: rgb(153,89,188); }
td.TdClassName
{
border-color: #9959BC;
}
.TagClassName
{
border-color: #9959BC;
}
</style>