Shades of Deep Lilac #9C5BC2
Tints of Deep Lilac #9C5BC2
RGB
CMYK
RGB Variations
Color information
#9C5BC2 (or 0x9C5BC2) is known color: Deep Lilac. HEX triplet: 9C, 5B and C2. RGB value is (156,91,194). Sum of RGB (Red+Green+Blue) = 156+91+194=441 (58% of max value = 765). Red value is 156 (61.33% from 255 or 35.37% from 441); Green value is 91 (35.94% from 255 or 20.63% from 441); Blue value is 194 (76.17% from 255 or 43.99% from 441); Max value from RGB is 194 - color contains mainly: blue. Hex color #9C5BC2 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9C5BC2 is #63A43D. Grayscale: #797979. Windows color (decimal): -6530110 or 12737436. OLE color: 12737436.
HSL color Cylindrical-coordinate representation of color #9C5BC2: hue angle of 277.86º degrees, saturation: 0.46, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #9C5BC2 is Cyan = 0.20, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 156 | 91 | 194 | - |
| CMYK | 0.20 | 0.53 | 0 | 0.24 |
| HSL | 277.86º | 0.46% | 0.56% | - |
| HSV(B) | 277.86º | 0.53% | 0.76% | - |
| XYZ | 27.19 | 18.45 | 53.17 | - |
| YUV | 122.18 | 168.53 | 152.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 91 | 194 | 0.20 | 0.53 | 0 | 0.24 | 277.86 | 0.46 | 0.56 |
| Hex | 9C | 5B | C2 | 14 | 35 | 0 | 18 | 116 | 2E | 38 |
| Octal | 234 | 133 | 302 | 24 | 65 | 0 | 30 | 426 | 56 | 70 |
| Binary | 10011100 | 1011011 | 11000010 | 10100 | 110101 | 0 | 11000 | 100010110 | 101110 | 111000 |
Color Harmonies of #9C5BC2
Complementary color
Monochromatic Colors of #9C5BC2
Black with #9C5BC2
Text Example
Text Example
White with #9C5BC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C5BC2; }
p { color: rgb(156,91,194); }
H1.HeaderClassName
{
color: #9C5BC2;
}
.AnyTagClassName
{
color: #9C5BC2;
}
</style>
background-color css
<style>
a { background-color: #9C5BC2; }
a { background-color: rgb(156,91,194); }
div.DivClassName
{
background-color: #9C5BC2;
}
.BgClassName
{
background-color: #9C5BC2;
}
</style>
border-color css
<style>
span { border-color: #9C5BC2; }
span { border-color: rgb(156,91,194); }
td.TdClassName
{
border-color: #9C5BC2;
}
.TagClassName
{
border-color: #9C5BC2;
}
</style>