Shades of Deep Lilac #9C55AD
Tints of Deep Lilac #9C55AD
RGB
CMYK
RGB Variations
Color information
#9C55AD (or 0x9C55AD) is known color: Deep Lilac. HEX triplet: 9C, 55 and AD. RGB value is (156,85,173). Sum of RGB (Red+Green+Blue) = 156+85+173=414 (54% of max value = 765). Red value is 156 (61.33% from 255 or 37.68% from 414); Green value is 85 (33.59% from 255 or 20.53% from 414); Blue value is 173 (67.97% from 255 or 41.79% from 414); Max value from RGB is 173 - color contains mainly: blue. Hex color #9C55AD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9C55AD is #63AA52. Grayscale: #737373. Windows color (decimal): -6531667 or 11359644. OLE color: 11359644.
HSL color Cylindrical-coordinate representation of color #9C55AD: hue angle of 288.41º degrees, saturation: 0.35, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #9C55AD is Cyan = 0.10, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 156 | 85 | 173 | - |
| CMYK | 0.10 | 0.51 | 0 | 0.32 |
| HSL | 288.41º | 0.35% | 0.51% | - |
| HSV(B) | 288.41º | 0.51% | 0.68% | - |
| XYZ | 24.5 | 16.58 | 41.44 | - |
| YUV | 116.26 | 160.02 | 156.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 85 | 173 | 0.10 | 0.51 | 0 | 0.32 | 288.41 | 0.35 | 0.51 |
| Hex | 9C | 55 | AD | A | 33 | 0 | 20 | 120 | 23 | 33 |
| Octal | 234 | 125 | 255 | 12 | 63 | 0 | 40 | 440 | 43 | 63 |
| Binary | 10011100 | 1010101 | 10101101 | 1010 | 110011 | 0 | 100000 | 100100000 | 100011 | 110011 |
Color Harmonies of #9C55AD
Complementary color
Monochromatic Colors of #9C55AD
Black with #9C55AD
Text Example
Text Example
White with #9C55AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C55AD; }
p { color: rgb(156,85,173); }
H1.HeaderClassName
{
color: #9C55AD;
}
.AnyTagClassName
{
color: #9C55AD;
}
</style>
background-color css
<style>
a { background-color: #9C55AD; }
a { background-color: rgb(156,85,173); }
div.DivClassName
{
background-color: #9C55AD;
}
.BgClassName
{
background-color: #9C55AD;
}
</style>
border-color css
<style>
span { border-color: #9C55AD; }
span { border-color: rgb(156,85,173); }
td.TdClassName
{
border-color: #9C55AD;
}
.TagClassName
{
border-color: #9C55AD;
}
</style>