Shades of Deep Lilac #9C49BE
Tints of Deep Lilac #9C49BE
RGB
CMYK
RGB Variations
Color information
#9C49BE (or 0x9C49BE) is known color: Deep Lilac. HEX triplet: 9C, 49 and BE. RGB value is (156,73,190). Sum of RGB (Red+Green+Blue) = 156+73+190=419 (55% of max value = 765). Red value is 156 (61.33% from 255 or 37.23% from 419); Green value is 73 (28.91% from 255 or 17.42% from 419); Blue value is 190 (74.61% from 255 or 45.35% from 419); Max value from RGB is 190 - color contains mainly: blue. Hex color #9C49BE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9C49BE is #63B641. Grayscale: #6E6E6E. Windows color (decimal): -6534722 or 12470684. OLE color: 12470684.
HSL color Cylindrical-coordinate representation of color #9C49BE: hue angle of 282.56º degrees, saturation: 0.47, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #9C49BE is Cyan = 0.18, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 156 | 73 | 190 | - |
| CMYK | 0.18 | 0.62 | 0 | 0.25 |
| HSL | 282.56º | 0.47% | 0.52% | - |
| HSV(B) | 282.56º | 0.62% | 0.75% | - |
| XYZ | 25.39 | 15.55 | 50.38 | - |
| YUV | 111.16 | 172.5 | 159.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 73 | 190 | 0.18 | 0.62 | 0 | 0.25 | 282.56 | 0.47 | 0.52 |
| Hex | 9C | 49 | BE | 12 | 3E | 0 | 19 | 11B | 2F | 34 |
| Octal | 234 | 111 | 276 | 22 | 76 | 0 | 31 | 433 | 57 | 64 |
| Binary | 10011100 | 1001001 | 10111110 | 10010 | 111110 | 0 | 11001 | 100011011 | 101111 | 110100 |
Color Harmonies of #9C49BE
Complementary color
Monochromatic Colors of #9C49BE
Black with #9C49BE
Text Example
Text Example
White with #9C49BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C49BE; }
p { color: rgb(156,73,190); }
H1.HeaderClassName
{
color: #9C49BE;
}
.AnyTagClassName
{
color: #9C49BE;
}
</style>
background-color css
<style>
a { background-color: #9C49BE; }
a { background-color: rgb(156,73,190); }
div.DivClassName
{
background-color: #9C49BE;
}
.BgClassName
{
background-color: #9C49BE;
}
</style>
border-color css
<style>
span { border-color: #9C49BE; }
span { border-color: rgb(156,73,190); }
td.TdClassName
{
border-color: #9C49BE;
}
.TagClassName
{
border-color: #9C49BE;
}
</style>