Shades of Deep Lilac #9C5BC3
Tints of Deep Lilac #9C5BC3
RGB
CMYK
RGB Variations
Color information
#9C5BC3 (or 0x9C5BC3) is known color: Deep Lilac. HEX triplet: 9C, 5B and C3. RGB value is (156,91,195). Sum of RGB (Red+Green+Blue) = 156+91+195=442 (58% of max value = 765). Red value is 156 (61.33% from 255 or 35.29% from 442); Green value is 91 (35.94% from 255 or 20.59% from 442); Blue value is 195 (76.56% from 255 or 44.12% from 442); Max value from RGB is 195 - color contains mainly: blue. Hex color #9C5BC3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9C5BC3 is #63A43C. Grayscale: #797979. Windows color (decimal): -6530109 or 12802972. OLE color: 12802972.
HSL color Cylindrical-coordinate representation of color #9C5BC3: hue angle of 277.5º 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 #9C5BC3 is Cyan = 0.20, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 156 | 91 | 195 | - |
| CMYK | 0.20 | 0.53 | 0 | 0.24 |
| HSL | 277.5º | 0.46% | 0.56% | - |
| HSV(B) | 277.5º | 0.53% | 0.76% | - |
| XYZ | 27.3 | 18.49 | 53.76 | - |
| YUV | 122.29 | 169.03 | 152.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 91 | 195 | 0.20 | 0.53 | 0 | 0.24 | 277.5 | 0.46 | 0.56 |
| Hex | 9C | 5B | C3 | 14 | 35 | 0 | 18 | 116 | 2E | 38 |
| Octal | 234 | 133 | 303 | 24 | 65 | 0 | 30 | 426 | 56 | 70 |
| Binary | 10011100 | 1011011 | 11000011 | 10100 | 110101 | 0 | 11000 | 100010110 | 101110 | 111000 |
Color Harmonies of #9C5BC3
Complementary color
Monochromatic Colors of #9C5BC3
Black with #9C5BC3
Text Example
Text Example
White with #9C5BC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C5BC3; }
p { color: rgb(156,91,195); }
H1.HeaderClassName
{
color: #9C5BC3;
}
.AnyTagClassName
{
color: #9C5BC3;
}
</style>
background-color css
<style>
a { background-color: #9C5BC3; }
a { background-color: rgb(156,91,195); }
div.DivClassName
{
background-color: #9C5BC3;
}
.BgClassName
{
background-color: #9C5BC3;
}
</style>
border-color css
<style>
span { border-color: #9C5BC3; }
span { border-color: rgb(156,91,195); }
td.TdClassName
{
border-color: #9C5BC3;
}
.TagClassName
{
border-color: #9C5BC3;
}
</style>