Shades of Deep Lilac #9C52CD
Tints of Deep Lilac #9C52CD
RGB
CMYK
RGB Variations
Color information
#9C52CD (or 0x9C52CD) is known color: Deep Lilac. HEX triplet: 9C, 52 and CD. RGB value is (156,82,205). Sum of RGB (Red+Green+Blue) = 156+82+205=443 (58% of max value = 765). Red value is 156 (61.33% from 255 or 35.21% from 443); Green value is 82 (32.42% from 255 or 18.51% from 443); Blue value is 205 (80.47% from 255 or 46.28% from 443); Max value from RGB is 205 - color contains mainly: blue. Hex color #9C52CD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9C52CD is #63AD32. Grayscale: #757575. Windows color (decimal): -6532403 or 13456028. OLE color: 13456028.
HSL color Cylindrical-coordinate representation of color #9C52CD: hue angle of 276.1º degrees, saturation: 0.55, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #9C52CD is Cyan = 0.24, Magento = 0.6, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 156 | 82 | 205 | - |
| CMYK | 0.24 | 0.6 | 0 | 0.20 |
| HSL | 276.1º | 0.55% | 0.56% | - |
| HSV(B) | 276.1º | 0.6% | 0.8% | - |
| XYZ | 27.75 | 17.51 | 59.68 | - |
| YUV | 118.15 | 177.02 | 155 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 82 | 205 | 0.24 | 0.6 | 0 | 0.20 | 276.1 | 0.55 | 0.56 |
| Hex | 9C | 52 | CD | 18 | 3C | 0 | 14 | 114 | 37 | 38 |
| Octal | 234 | 122 | 315 | 30 | 74 | 0 | 24 | 424 | 67 | 70 |
| Binary | 10011100 | 1010010 | 11001101 | 11000 | 111100 | 0 | 10100 | 100010100 | 110111 | 111000 |
Color Harmonies of #9C52CD
Complementary color
Monochromatic Colors of #9C52CD
Black with #9C52CD
Text Example
Text Example
White with #9C52CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C52CD; }
p { color: rgb(156,82,205); }
H1.HeaderClassName
{
color: #9C52CD;
}
.AnyTagClassName
{
color: #9C52CD;
}
</style>
background-color css
<style>
a { background-color: #9C52CD; }
a { background-color: rgb(156,82,205); }
div.DivClassName
{
background-color: #9C52CD;
}
.BgClassName
{
background-color: #9C52CD;
}
</style>
border-color css
<style>
span { border-color: #9C52CD; }
span { border-color: rgb(156,82,205); }
td.TdClassName
{
border-color: #9C52CD;
}
.TagClassName
{
border-color: #9C52CD;
}
</style>