Shades of Deep Lilac #9C56BA
Tints of Deep Lilac #9C56BA
RGB
CMYK
RGB Variations
Color information
#9C56BA (or 0x9C56BA) is known color: Deep Lilac. HEX triplet: 9C, 56 and BA. RGB value is (156,86,186). Sum of RGB (Red+Green+Blue) = 156+86+186=428 (56% of max value = 765). Red value is 156 (61.33% from 255 or 36.45% from 428); Green value is 86 (33.98% from 255 or 20.09% from 428); Blue value is 186 (73.05% from 255 or 43.46% from 428); Max value from RGB is 186 - color contains mainly: blue. Hex color #9C56BA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9C56BA is #63A945. Grayscale: #767676. Windows color (decimal): -6531398 or 12211868. OLE color: 12211868.
HSL color Cylindrical-coordinate representation of color #9C56BA: hue angle of 282º 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 #9C56BA is Cyan = 0.16, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 156 | 86 | 186 | - |
| CMYK | 0.16 | 0.54 | 0 | 0.27 |
| HSL | 282º | 0.42% | 0.53% | - |
| HSV(B) | 282º | 0.54% | 0.73% | - |
| XYZ | 25.9 | 17.27 | 48.42 | - |
| YUV | 118.33 | 166.19 | 154.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 86 | 186 | 0.16 | 0.54 | 0 | 0.27 | 282 | 0.42 | 0.53 |
| Hex | 9C | 56 | BA | 10 | 36 | 0 | 1B | 11A | 2A | 35 |
| Octal | 234 | 126 | 272 | 20 | 66 | 0 | 33 | 432 | 52 | 65 |
| Binary | 10011100 | 1010110 | 10111010 | 10000 | 110110 | 0 | 11011 | 100011010 | 101010 | 110101 |
Color Harmonies of #9C56BA
Complementary color
Monochromatic Colors of #9C56BA
Black with #9C56BA
Text Example
Text Example
White with #9C56BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C56BA; }
p { color: rgb(156,86,186); }
H1.HeaderClassName
{
color: #9C56BA;
}
.AnyTagClassName
{
color: #9C56BA;
}
</style>
background-color css
<style>
a { background-color: #9C56BA; }
a { background-color: rgb(156,86,186); }
div.DivClassName
{
background-color: #9C56BA;
}
.BgClassName
{
background-color: #9C56BA;
}
</style>
border-color css
<style>
span { border-color: #9C56BA; }
span { border-color: rgb(156,86,186); }
td.TdClassName
{
border-color: #9C56BA;
}
.TagClassName
{
border-color: #9C56BA;
}
</style>