Shades of Deep Lilac #9559BC
Tints of Deep Lilac #9559BC
RGB
CMYK
RGB Variations
Color information
#9559BC (or 0x9559BC) is known color: Deep Lilac. HEX triplet: 95, 59 and BC. RGB value is (149,89,188). Sum of RGB (Red+Green+Blue) = 149+89+188=426 (56% of max value = 765). Red value is 149 (58.59% from 255 or 34.98% from 426); Green value is 89 (35.16% from 255 or 20.89% from 426); Blue value is 188 (73.83% from 255 or 44.13% from 426); Max value from RGB is 188 - color contains mainly: blue. Hex color #9559BC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9559BC is #6AA643. Grayscale: #757575. Windows color (decimal): -6989380 or 12343701. OLE color: 12343701.
HSL color Cylindrical-coordinate representation of color #9559BC: hue angle of 276.36º 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 #9559BC is Cyan = 0.21, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 149 | 89 | 188 | - |
| CMYK | 0.21 | 0.53 | 0 | 0.26 |
| HSL | 276.36º | 0.42% | 0.54% | - |
| HSV(B) | 276.36º | 0.53% | 0.74% | - |
| XYZ | 25.04 | 17.17 | 49.57 | - |
| YUV | 118.23 | 167.38 | 149.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 89 | 188 | 0.21 | 0.53 | 0 | 0.26 | 276.36 | 0.42 | 0.54 |
| Hex | 95 | 59 | BC | 15 | 35 | 0 | 1A | 114 | 2A | 36 |
| Octal | 225 | 131 | 274 | 25 | 65 | 0 | 32 | 424 | 52 | 66 |
| Binary | 10010101 | 1011001 | 10111100 | 10101 | 110101 | 0 | 11010 | 100010100 | 101010 | 110110 |
Color Harmonies of #9559BC
Complementary color
Monochromatic Colors of #9559BC
Black with #9559BC
Text Example
Text Example
White with #9559BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9559BC; }
p { color: rgb(149,89,188); }
H1.HeaderClassName
{
color: #9559BC;
}
.AnyTagClassName
{
color: #9559BC;
}
</style>
background-color css
<style>
a { background-color: #9559BC; }
a { background-color: rgb(149,89,188); }
div.DivClassName
{
background-color: #9559BC;
}
.BgClassName
{
background-color: #9559BC;
}
</style>
border-color css
<style>
span { border-color: #9559BC; }
span { border-color: rgb(149,89,188); }
td.TdClassName
{
border-color: #9559BC;
}
.TagClassName
{
border-color: #9559BC;
}
</style>