Shades of Deep Lilac #9C4CCA
Tints of Deep Lilac #9C4CCA
RGB
CMYK
RGB Variations
Color information
#9C4CCA (or 0x9C4CCA) is known color: Deep Lilac. HEX triplet: 9C, 4C and CA. RGB value is (156,76,202). Sum of RGB (Red+Green+Blue) = 156+76+202=434 (57% of max value = 765). Red value is 156 (61.33% from 255 or 35.94% from 434); Green value is 76 (30.08% from 255 or 17.51% from 434); Blue value is 202 (79.30% from 255 or 46.54% from 434); Max value from RGB is 202 - color contains mainly: blue. Hex color #9C4CCA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9C4CCA is #63B335. Grayscale: #717171. Windows color (decimal): -6533942 or 13257884. OLE color: 13257884.
HSL color Cylindrical-coordinate representation of color #9C4CCA: hue angle of 278.1º degrees, saturation: 0.54, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #9C4CCA is Cyan = 0.23, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 156 | 76 | 202 | - |
| CMYK | 0.23 | 0.62 | 0 | 0.21 |
| HSL | 278.1º | 0.54% | 0.55% | - |
| HSV(B) | 278.1º | 0.62% | 0.79% | - |
| XYZ | 26.96 | 16.5 | 57.64 | - |
| YUV | 114.28 | 177.5 | 157.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 76 | 202 | 0.23 | 0.62 | 0 | 0.21 | 278.1 | 0.54 | 0.55 |
| Hex | 9C | 4C | CA | 17 | 3E | 0 | 15 | 116 | 36 | 37 |
| Octal | 234 | 114 | 312 | 27 | 76 | 0 | 25 | 426 | 66 | 67 |
| Binary | 10011100 | 1001100 | 11001010 | 10111 | 111110 | 0 | 10101 | 100010110 | 110110 | 110111 |
Color Harmonies of #9C4CCA
Complementary color
Monochromatic Colors of #9C4CCA
Black with #9C4CCA
Text Example
Text Example
White with #9C4CCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C4CCA; }
p { color: rgb(156,76,202); }
H1.HeaderClassName
{
color: #9C4CCA;
}
.AnyTagClassName
{
color: #9C4CCA;
}
</style>
background-color css
<style>
a { background-color: #9C4CCA; }
a { background-color: rgb(156,76,202); }
div.DivClassName
{
background-color: #9C4CCA;
}
.BgClassName
{
background-color: #9C4CCA;
}
</style>
border-color css
<style>
span { border-color: #9C4CCA; }
span { border-color: rgb(156,76,202); }
td.TdClassName
{
border-color: #9C4CCA;
}
.TagClassName
{
border-color: #9C4CCA;
}
</style>