Shades of Deep Lilac #9C52BA
Tints of Deep Lilac #9C52BA
RGB
CMYK
RGB Variations
Color information
#9C52BA (or 0x9C52BA) is known color: Deep Lilac. HEX triplet: 9C, 52 and BA. RGB value is (156,82,186). Sum of RGB (Red+Green+Blue) = 156+82+186=424 (56% of max value = 765). Red value is 156 (61.33% from 255 or 36.79% from 424); Green value is 82 (32.42% from 255 or 19.34% from 424); Blue value is 186 (73.05% from 255 or 43.87% from 424); Max value from RGB is 186 - color contains mainly: blue. Hex color #9C52BA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9C52BA is #63AD45. Grayscale: #737373. Windows color (decimal): -6532422 or 12210844. OLE color: 12210844.
HSL color Cylindrical-coordinate representation of color #9C52BA: hue angle of 282.69º degrees, saturation: 0.43, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #9C52BA is Cyan = 0.16, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 156 | 82 | 186 | - |
| CMYK | 0.16 | 0.56 | 0 | 0.27 |
| HSL | 282.69º | 0.43% | 0.53% | - |
| HSV(B) | 282.69º | 0.56% | 0.73% | - |
| XYZ | 25.59 | 16.65 | 48.32 | - |
| YUV | 115.98 | 167.52 | 156.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 82 | 186 | 0.16 | 0.56 | 0 | 0.27 | 282.69 | 0.43 | 0.53 |
| Hex | 9C | 52 | BA | 10 | 38 | 0 | 1B | 11B | 2B | 35 |
| Octal | 234 | 122 | 272 | 20 | 70 | 0 | 33 | 433 | 53 | 65 |
| Binary | 10011100 | 1010010 | 10111010 | 10000 | 111000 | 0 | 11011 | 100011011 | 101011 | 110101 |
Color Harmonies of #9C52BA
Complementary color
Monochromatic Colors of #9C52BA
Black with #9C52BA
Text Example
Text Example
White with #9C52BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C52BA; }
p { color: rgb(156,82,186); }
H1.HeaderClassName
{
color: #9C52BA;
}
.AnyTagClassName
{
color: #9C52BA;
}
</style>
background-color css
<style>
a { background-color: #9C52BA; }
a { background-color: rgb(156,82,186); }
div.DivClassName
{
background-color: #9C52BA;
}
.BgClassName
{
background-color: #9C52BA;
}
</style>
border-color css
<style>
span { border-color: #9C52BA; }
span { border-color: rgb(156,82,186); }
td.TdClassName
{
border-color: #9C52BA;
}
.TagClassName
{
border-color: #9C52BA;
}
</style>