Shades of Deep Lilac #9C4BCD
Tints of Deep Lilac #9C4BCD
RGB
CMYK
RGB Variations
Color information
#9C4BCD (or 0x9C4BCD) is known color: Deep Lilac. HEX triplet: 9C, 4B and CD. RGB value is (156,75,205). Sum of RGB (Red+Green+Blue) = 156+75+205=436 (57% of max value = 765). Red value is 156 (61.33% from 255 or 35.78% from 436); Green value is 75 (29.69% from 255 or 17.20% from 436); Blue value is 205 (80.47% from 255 or 47.02% from 436); Max value from RGB is 205 - color contains mainly: blue. Hex color #9C4BCD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9C4BCD is #63B432. Grayscale: #717171. Windows color (decimal): -6534195 or 13454236. OLE color: 13454236.
HSL color Cylindrical-coordinate representation of color #9C4BCD: hue angle of 277.38º degrees, saturation: 0.57, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #9C4BCD is Cyan = 0.24, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 156 | 75 | 205 | - |
| CMYK | 0.24 | 0.63 | 0 | 0.20 |
| HSL | 277.38º | 0.57% | 0.55% | - |
| HSV(B) | 277.38º | 0.63% | 0.8% | - |
| XYZ | 27.25 | 16.51 | 59.51 | - |
| YUV | 114.04 | 179.34 | 157.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 75 | 205 | 0.24 | 0.63 | 0 | 0.20 | 277.38 | 0.57 | 0.55 |
| Hex | 9C | 4B | CD | 18 | 3F | 0 | 14 | 115 | 39 | 37 |
| Octal | 234 | 113 | 315 | 30 | 77 | 0 | 24 | 425 | 71 | 67 |
| Binary | 10011100 | 1001011 | 11001101 | 11000 | 111111 | 0 | 10100 | 100010101 | 111001 | 110111 |
Color Harmonies of #9C4BCD
Complementary color
Monochromatic Colors of #9C4BCD
Black with #9C4BCD
Text Example
Text Example
White with #9C4BCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C4BCD; }
p { color: rgb(156,75,205); }
H1.HeaderClassName
{
color: #9C4BCD;
}
.AnyTagClassName
{
color: #9C4BCD;
}
</style>
background-color css
<style>
a { background-color: #9C4BCD; }
a { background-color: rgb(156,75,205); }
div.DivClassName
{
background-color: #9C4BCD;
}
.BgClassName
{
background-color: #9C4BCD;
}
</style>
border-color css
<style>
span { border-color: #9C4BCD; }
span { border-color: rgb(156,75,205); }
td.TdClassName
{
border-color: #9C4BCD;
}
.TagClassName
{
border-color: #9C4BCD;
}
</style>