Shades of Deep Lilac #9C5CBC
Tints of Deep Lilac #9C5CBC
RGB
CMYK
RGB Variations
Color information
#9C5CBC (or 0x9C5CBC) is known color: Deep Lilac. HEX triplet: 9C, 5C and BC. RGB value is (156,92,188). Sum of RGB (Red+Green+Blue) = 156+92+188=436 (57% of max value = 765). Red value is 156 (61.33% from 255 or 35.78% from 436); Green value is 92 (36.33% from 255 or 21.10% from 436); Blue value is 188 (73.83% from 255 or 43.12% from 436); Max value from RGB is 188 - color contains mainly: blue. Hex color #9C5CBC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9C5CBC is #63A343. Grayscale: #797979. Windows color (decimal): -6529860 or 12344476. OLE color: 12344476.
HSL color Cylindrical-coordinate representation of color #9C5CBC: hue angle of 280º degrees, saturation: 0.42, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #9C5CBC is Cyan = 0.17, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 156 | 92 | 188 | - |
| CMYK | 0.17 | 0.51 | 0 | 0.26 |
| HSL | 280º | 0.42% | 0.55% | - |
| HSV(B) | 280º | 0.51% | 0.74% | - |
| XYZ | 26.61 | 18.35 | 49.72 | - |
| YUV | 122.08 | 165.2 | 152.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 92 | 188 | 0.17 | 0.51 | 0 | 0.26 | 280 | 0.42 | 0.55 |
| Hex | 9C | 5C | BC | 11 | 33 | 0 | 1A | 118 | 2A | 37 |
| Octal | 234 | 134 | 274 | 21 | 63 | 0 | 32 | 430 | 52 | 67 |
| Binary | 10011100 | 1011100 | 10111100 | 10001 | 110011 | 0 | 11010 | 100011000 | 101010 | 110111 |
Color Harmonies of #9C5CBC
Complementary color
Monochromatic Colors of #9C5CBC
Black with #9C5CBC
Text Example
Text Example
White with #9C5CBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C5CBC; }
p { color: rgb(156,92,188); }
H1.HeaderClassName
{
color: #9C5CBC;
}
.AnyTagClassName
{
color: #9C5CBC;
}
</style>
background-color css
<style>
a { background-color: #9C5CBC; }
a { background-color: rgb(156,92,188); }
div.DivClassName
{
background-color: #9C5CBC;
}
.BgClassName
{
background-color: #9C5CBC;
}
</style>
border-color css
<style>
span { border-color: #9C5CBC; }
span { border-color: rgb(156,92,188); }
td.TdClassName
{
border-color: #9C5CBC;
}
.TagClassName
{
border-color: #9C5CBC;
}
</style>