Shades of Deep Lilac #9C54CD
Tints of Deep Lilac #9C54CD
RGB
CMYK
RGB Variations
Color information
#9C54CD (or 0x9C54CD) is known color: Deep Lilac. HEX triplet: 9C, 54 and CD. RGB value is (156,84,205). Sum of RGB (Red+Green+Blue) = 156+84+205=445 (58% of max value = 765). Red value is 156 (61.33% from 255 or 35.06% from 445); Green value is 84 (33.20% from 255 or 18.88% from 445); Blue value is 205 (80.47% from 255 or 46.07% from 445); Max value from RGB is 205 - color contains mainly: blue. Hex color #9C54CD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9C54CD is #63AB32. Grayscale: #767676. Windows color (decimal): -6531891 or 13456540. OLE color: 13456540.
HSL color Cylindrical-coordinate representation of color #9C54CD: hue angle of 275.7º degrees, saturation: 0.55, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #9C54CD is Cyan = 0.24, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 156 | 84 | 205 | - |
| CMYK | 0.24 | 0.59 | 0 | 0.20 |
| HSL | 275.7º | 0.55% | 0.57% | - |
| HSV(B) | 275.7º | 0.59% | 0.8% | - |
| XYZ | 27.9 | 17.82 | 59.73 | - |
| YUV | 119.32 | 176.35 | 154.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 84 | 205 | 0.24 | 0.59 | 0 | 0.20 | 275.7 | 0.55 | 0.57 |
| Hex | 9C | 54 | CD | 18 | 3B | 0 | 14 | 114 | 37 | 39 |
| Octal | 234 | 124 | 315 | 30 | 73 | 0 | 24 | 424 | 67 | 71 |
| Binary | 10011100 | 1010100 | 11001101 | 11000 | 111011 | 0 | 10100 | 100010100 | 110111 | 111001 |
Color Harmonies of #9C54CD
Complementary color
Monochromatic Colors of #9C54CD
Black with #9C54CD
Text Example
Text Example
White with #9C54CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C54CD; }
p { color: rgb(156,84,205); }
H1.HeaderClassName
{
color: #9C54CD;
}
.AnyTagClassName
{
color: #9C54CD;
}
</style>
background-color css
<style>
a { background-color: #9C54CD; }
a { background-color: rgb(156,84,205); }
div.DivClassName
{
background-color: #9C54CD;
}
.BgClassName
{
background-color: #9C54CD;
}
</style>
border-color css
<style>
span { border-color: #9C54CD; }
span { border-color: rgb(156,84,205); }
td.TdClassName
{
border-color: #9C54CD;
}
.TagClassName
{
border-color: #9C54CD;
}
</style>