Shades of Deep Lilac #9C49C7
Tints of Deep Lilac #9C49C7
RGB
CMYK
RGB Variations
Color information
#9C49C7 (or 0x9C49C7) is known color: Deep Lilac. HEX triplet: 9C, 49 and C7. RGB value is (156,73,199). Sum of RGB (Red+Green+Blue) = 156+73+199=428 (56% of max value = 765). Red value is 156 (61.33% from 255 or 36.45% from 428); Green value is 73 (28.91% from 255 or 17.06% from 428); Blue value is 199 (78.12% from 255 or 46.50% from 428); Max value from RGB is 199 - color contains mainly: blue. Hex color #9C49C7 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9C49C7 is #63B638. Grayscale: #6F6F6F. Windows color (decimal): -6534713 or 13060508. OLE color: 13060508.
HSL color Cylindrical-coordinate representation of color #9C49C7: hue angle of 279.52º degrees, saturation: 0.53, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #9C49C7 is Cyan = 0.22, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 156 | 73 | 199 | - |
| CMYK | 0.22 | 0.63 | 0 | 0.22 |
| HSL | 279.52º | 0.53% | 0.53% | - |
| HSV(B) | 279.52º | 0.63% | 0.78% | - |
| XYZ | 26.4 | 15.96 | 55.72 | - |
| YUV | 112.18 | 177 | 159.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 73 | 199 | 0.22 | 0.63 | 0 | 0.22 | 279.52 | 0.53 | 0.53 |
| Hex | 9C | 49 | C7 | 16 | 3F | 0 | 16 | 118 | 35 | 35 |
| Octal | 234 | 111 | 307 | 26 | 77 | 0 | 26 | 430 | 65 | 65 |
| Binary | 10011100 | 1001001 | 11000111 | 10110 | 111111 | 0 | 10110 | 100011000 | 110101 | 110101 |
Color Harmonies of #9C49C7
Complementary color
Monochromatic Colors of #9C49C7
Black with #9C49C7
Text Example
Text Example
White with #9C49C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C49C7; }
p { color: rgb(156,73,199); }
H1.HeaderClassName
{
color: #9C49C7;
}
.AnyTagClassName
{
color: #9C49C7;
}
</style>
background-color css
<style>
a { background-color: #9C49C7; }
a { background-color: rgb(156,73,199); }
div.DivClassName
{
background-color: #9C49C7;
}
.BgClassName
{
background-color: #9C49C7;
}
</style>
border-color css
<style>
span { border-color: #9C49C7; }
span { border-color: rgb(156,73,199); }
td.TdClassName
{
border-color: #9C49C7;
}
.TagClassName
{
border-color: #9C49C7;
}
</style>