Shades of Deep Lilac #9C53CE
Tints of Deep Lilac #9C53CE
RGB
CMYK
RGB Variations
Color information
#9C53CE (or 0x9C53CE) is known color: Deep Lilac. HEX triplet: 9C, 53 and CE. RGB value is (156,83,206). Sum of RGB (Red+Green+Blue) = 156+83+206=445 (58% of max value = 765). Red value is 156 (61.33% from 255 or 35.06% from 445); Green value is 83 (32.81% from 255 or 18.65% from 445); Blue value is 206 (80.86% from 255 or 46.29% from 445); Max value from RGB is 206 - color contains mainly: blue. Hex color #9C53CE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9C53CE is #63AC31. Grayscale: #767676. Windows color (decimal): -6532146 or 13521820. OLE color: 13521820.
HSL color Cylindrical-coordinate representation of color #9C53CE: hue angle of 275.61º degrees, saturation: 0.56, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #9C53CE is Cyan = 0.24, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 156 | 83 | 206 | - |
| CMYK | 0.24 | 0.60 | 0 | 0.19 |
| HSL | 275.61º | 0.56% | 0.57% | - |
| HSV(B) | 275.61º | 0.6% | 0.81% | - |
| XYZ | 27.94 | 17.71 | 60.34 | - |
| YUV | 118.85 | 177.18 | 154.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 83 | 206 | 0.24 | 0.60 | 0 | 0.19 | 275.61 | 0.56 | 0.57 |
| Hex | 9C | 53 | CE | 18 | 3C | 0 | 13 | 114 | 38 | 39 |
| Octal | 234 | 123 | 316 | 30 | 74 | 0 | 23 | 424 | 70 | 71 |
| Binary | 10011100 | 1010011 | 11001110 | 11000 | 111100 | 0 | 10011 | 100010100 | 111000 | 111001 |
Color Harmonies of #9C53CE
Complementary color
Monochromatic Colors of #9C53CE
Black with #9C53CE
Text Example
Text Example
White with #9C53CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C53CE; }
p { color: rgb(156,83,206); }
H1.HeaderClassName
{
color: #9C53CE;
}
.AnyTagClassName
{
color: #9C53CE;
}
</style>
background-color css
<style>
a { background-color: #9C53CE; }
a { background-color: rgb(156,83,206); }
div.DivClassName
{
background-color: #9C53CE;
}
.BgClassName
{
background-color: #9C53CE;
}
</style>
border-color css
<style>
span { border-color: #9C53CE; }
span { border-color: rgb(156,83,206); }
td.TdClassName
{
border-color: #9C53CE;
}
.TagClassName
{
border-color: #9C53CE;
}
</style>