Shades of Deep Lilac #9556BA
Tints of Deep Lilac #9556BA
RGB
CMYK
RGB Variations
Color information
#9556BA (or 0x9556BA) is known color: Deep Lilac. HEX triplet: 95, 56 and BA. RGB value is (149,86,186). Sum of RGB (Red+Green+Blue) = 149+86+186=421 (55% of max value = 765). Red value is 149 (58.59% from 255 or 35.39% from 421); Green value is 86 (33.98% from 255 or 20.43% from 421); Blue value is 186 (73.05% from 255 or 44.18% from 421); Max value from RGB is 186 - color contains mainly: blue. Hex color #9556BA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9556BA is #6AA945. Grayscale: #737373. Windows color (decimal): -6990150 or 12211861. OLE color: 12211861.
HSL color Cylindrical-coordinate representation of color #9556BA: hue angle of 277.8º 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 #9556BA is Cyan = 0.20, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 149 | 86 | 186 | - |
| CMYK | 0.20 | 0.54 | 0 | 0.27 |
| HSL | 277.8º | 0.42% | 0.53% | - |
| HSV(B) | 277.8º | 0.54% | 0.73% | - |
| XYZ | 24.59 | 16.59 | 48.36 | - |
| YUV | 116.24 | 167.37 | 151.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 86 | 186 | 0.20 | 0.54 | 0 | 0.27 | 277.8 | 0.42 | 0.53 |
| Hex | 95 | 56 | BA | 14 | 36 | 0 | 1B | 116 | 2A | 35 |
| Octal | 225 | 126 | 272 | 24 | 66 | 0 | 33 | 426 | 52 | 65 |
| Binary | 10010101 | 1010110 | 10111010 | 10100 | 110110 | 0 | 11011 | 100010110 | 101010 | 110101 |
Color Harmonies of #9556BA
Complementary color
Monochromatic Colors of #9556BA
Black with #9556BA
Text Example
Text Example
White with #9556BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9556BA; }
p { color: rgb(149,86,186); }
H1.HeaderClassName
{
color: #9556BA;
}
.AnyTagClassName
{
color: #9556BA;
}
</style>
background-color css
<style>
a { background-color: #9556BA; }
a { background-color: rgb(149,86,186); }
div.DivClassName
{
background-color: #9556BA;
}
.BgClassName
{
background-color: #9556BA;
}
</style>
border-color css
<style>
span { border-color: #9556BA; }
span { border-color: rgb(149,86,186); }
td.TdClassName
{
border-color: #9556BA;
}
.TagClassName
{
border-color: #9556BA;
}
</style>