Shades of Deep Lilac #9D59BC
Tints of Deep Lilac #9D59BC
RGB
CMYK
RGB Variations
Color information
#9D59BC (or 0x9D59BC) is known color: Deep Lilac. HEX triplet: 9D, 59 and BC. RGB value is (157,89,188). Sum of RGB (Red+Green+Blue) = 157+89+188=434 (57% of max value = 765). Red value is 157 (61.72% from 255 or 36.18% from 434); Green value is 89 (35.16% from 255 or 20.51% from 434); Blue value is 188 (73.83% from 255 or 43.32% from 434); Max value from RGB is 188 - color contains mainly: blue. Hex color #9D59BC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9D59BC is #62A643. Grayscale: #787878. Windows color (decimal): -6465092 or 12343709. OLE color: 12343709.
HSL color Cylindrical-coordinate representation of color #9D59BC: hue angle of 281.21º 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 #9D59BC is Cyan = 0.16, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 157 | 89 | 188 | - |
| CMYK | 0.16 | 0.53 | 0 | 0.26 |
| HSL | 281.21º | 0.42% | 0.54% | - |
| HSV(B) | 281.21º | 0.53% | 0.74% | - |
| XYZ | 26.55 | 17.94 | 49.64 | - |
| YUV | 120.62 | 166.03 | 153.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 89 | 188 | 0.16 | 0.53 | 0 | 0.26 | 281.21 | 0.42 | 0.54 |
| Hex | 9D | 59 | BC | 10 | 35 | 0 | 1A | 119 | 2A | 36 |
| Octal | 235 | 131 | 274 | 20 | 65 | 0 | 32 | 431 | 52 | 66 |
| Binary | 10011101 | 1011001 | 10111100 | 10000 | 110101 | 0 | 11010 | 100011001 | 101010 | 110110 |
Color Harmonies of #9D59BC
Complementary color
Monochromatic Colors of #9D59BC
Black with #9D59BC
Text Example
Text Example
White with #9D59BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D59BC; }
p { color: rgb(157,89,188); }
H1.HeaderClassName
{
color: #9D59BC;
}
.AnyTagClassName
{
color: #9D59BC;
}
</style>
background-color css
<style>
a { background-color: #9D59BC; }
a { background-color: rgb(157,89,188); }
div.DivClassName
{
background-color: #9D59BC;
}
.BgClassName
{
background-color: #9D59BC;
}
</style>
border-color css
<style>
span { border-color: #9D59BC; }
span { border-color: rgb(157,89,188); }
td.TdClassName
{
border-color: #9D59BC;
}
.TagClassName
{
border-color: #9D59BC;
}
</style>