Shades of Deep Lilac #9C4FCD
Tints of Deep Lilac #9C4FCD
RGB
CMYK
RGB Variations
Color information
#9C4FCD (or 0x9C4FCD) is known color: Deep Lilac. HEX triplet: 9C, 4F and CD. RGB value is (156,79,205). Sum of RGB (Red+Green+Blue) = 156+79+205=440 (58% of max value = 765). Red value is 156 (61.33% from 255 or 35.45% from 440); Green value is 79 (31.25% from 255 or 17.95% from 440); Blue value is 205 (80.47% from 255 or 46.59% from 440); Max value from RGB is 205 - color contains mainly: blue. Hex color #9C4FCD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9C4FCD is #63B032. Grayscale: #737373. Windows color (decimal): -6533171 or 13455260. OLE color: 13455260.
HSL color Cylindrical-coordinate representation of color #9C4FCD: hue angle of 276.67º degrees, saturation: 0.56, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #9C4FCD is Cyan = 0.24, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 156 | 79 | 205 | - |
| CMYK | 0.24 | 0.61 | 0 | 0.20 |
| HSL | 276.67º | 0.56% | 0.56% | - |
| HSV(B) | 276.67º | 0.61% | 0.8% | - |
| XYZ | 27.53 | 17.07 | 59.6 | - |
| YUV | 116.39 | 178.01 | 156.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 79 | 205 | 0.24 | 0.61 | 0 | 0.20 | 276.67 | 0.56 | 0.56 |
| Hex | 9C | 4F | CD | 18 | 3D | 0 | 14 | 115 | 38 | 38 |
| Octal | 234 | 117 | 315 | 30 | 75 | 0 | 24 | 425 | 70 | 70 |
| Binary | 10011100 | 1001111 | 11001101 | 11000 | 111101 | 0 | 10100 | 100010101 | 111000 | 111000 |
Color Harmonies of #9C4FCD
Complementary color
Monochromatic Colors of #9C4FCD
Black with #9C4FCD
Text Example
Text Example
White with #9C4FCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C4FCD; }
p { color: rgb(156,79,205); }
H1.HeaderClassName
{
color: #9C4FCD;
}
.AnyTagClassName
{
color: #9C4FCD;
}
</style>
background-color css
<style>
a { background-color: #9C4FCD; }
a { background-color: rgb(156,79,205); }
div.DivClassName
{
background-color: #9C4FCD;
}
.BgClassName
{
background-color: #9C4FCD;
}
</style>
border-color css
<style>
span { border-color: #9C4FCD; }
span { border-color: rgb(156,79,205); }
td.TdClassName
{
border-color: #9C4FCD;
}
.TagClassName
{
border-color: #9C4FCD;
}
</style>