Shades of Deep Lilac #9D56BA
Tints of Deep Lilac #9D56BA
RGB
CMYK
RGB Variations
Color information
#9D56BA (or 0x9D56BA) is known color: Deep Lilac. HEX triplet: 9D, 56 and BA. RGB value is (157,86,186). Sum of RGB (Red+Green+Blue) = 157+86+186=429 (56% of max value = 765). Red value is 157 (61.72% from 255 or 36.60% from 429); Green value is 86 (33.98% from 255 or 20.05% from 429); Blue value is 186 (73.05% from 255 or 43.36% from 429); Max value from RGB is 186 - color contains mainly: blue. Hex color #9D56BA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9D56BA is #62A945. Grayscale: #767676. Windows color (decimal): -6465862 or 12211869. OLE color: 12211869.
HSL color Cylindrical-coordinate representation of color #9D56BA: hue angle of 282.6º degrees, saturation: 0.42, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #9D56BA is Cyan = 0.16, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 157 | 86 | 186 | - |
| CMYK | 0.16 | 0.54 | 0 | 0.27 |
| HSL | 282.6º | 0.42% | 0.53% | - |
| HSV(B) | 282.6º | 0.54% | 0.73% | - |
| XYZ | 26.1 | 17.37 | 48.43 | - |
| YUV | 118.63 | 166.02 | 155.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 86 | 186 | 0.16 | 0.54 | 0 | 0.27 | 282.6 | 0.42 | 0.53 |
| Hex | 9D | 56 | BA | 10 | 36 | 0 | 1B | 11B | 2A | 35 |
| Octal | 235 | 126 | 272 | 20 | 66 | 0 | 33 | 433 | 52 | 65 |
| Binary | 10011101 | 1010110 | 10111010 | 10000 | 110110 | 0 | 11011 | 100011011 | 101010 | 110101 |
Color Harmonies of #9D56BA
Complementary color
Monochromatic Colors of #9D56BA
Black with #9D56BA
Text Example
Text Example
White with #9D56BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D56BA; }
p { color: rgb(157,86,186); }
H1.HeaderClassName
{
color: #9D56BA;
}
.AnyTagClassName
{
color: #9D56BA;
}
</style>
background-color css
<style>
a { background-color: #9D56BA; }
a { background-color: rgb(157,86,186); }
div.DivClassName
{
background-color: #9D56BA;
}
.BgClassName
{
background-color: #9D56BA;
}
</style>
border-color css
<style>
span { border-color: #9D56BA; }
span { border-color: rgb(157,86,186); }
td.TdClassName
{
border-color: #9D56BA;
}
.TagClassName
{
border-color: #9D56BA;
}
</style>