Shades of Deep Lilac #9D52CA
Tints of Deep Lilac #9D52CA
RGB
CMYK
RGB Variations
Color information
#9D52CA (or 0x9D52CA) is known color: Deep Lilac. HEX triplet: 9D, 52 and CA. RGB value is (157,82,202). Sum of RGB (Red+Green+Blue) = 157+82+202=441 (58% of max value = 765). Red value is 157 (61.72% from 255 or 35.60% from 441); Green value is 82 (32.42% from 255 or 18.59% from 441); Blue value is 202 (79.30% from 255 or 45.80% from 441); Max value from RGB is 202 - color contains mainly: blue. Hex color #9D52CA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9D52CA is #62AD35. Grayscale: #757575. Windows color (decimal): -6466870 or 13259421. OLE color: 13259421.
HSL color Cylindrical-coordinate representation of color #9D52CA: hue angle of 277.5º degrees, saturation: 0.53, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #9D52CA is Cyan = 0.22, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 157 | 82 | 202 | - |
| CMYK | 0.22 | 0.59 | 0 | 0.21 |
| HSL | 277.5º | 0.53% | 0.56% | - |
| HSV(B) | 277.5º | 0.59% | 0.79% | - |
| XYZ | 27.58 | 17.47 | 57.79 | - |
| YUV | 118.11 | 175.35 | 155.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 82 | 202 | 0.22 | 0.59 | 0 | 0.21 | 277.5 | 0.53 | 0.56 |
| Hex | 9D | 52 | CA | 16 | 3B | 0 | 15 | 116 | 35 | 38 |
| Octal | 235 | 122 | 312 | 26 | 73 | 0 | 25 | 426 | 65 | 70 |
| Binary | 10011101 | 1010010 | 11001010 | 10110 | 111011 | 0 | 10101 | 100010110 | 110101 | 111000 |
Color Harmonies of #9D52CA
Complementary color
Monochromatic Colors of #9D52CA
Black with #9D52CA
Text Example
Text Example
White with #9D52CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D52CA; }
p { color: rgb(157,82,202); }
H1.HeaderClassName
{
color: #9D52CA;
}
.AnyTagClassName
{
color: #9D52CA;
}
</style>
background-color css
<style>
a { background-color: #9D52CA; }
a { background-color: rgb(157,82,202); }
div.DivClassName
{
background-color: #9D52CA;
}
.BgClassName
{
background-color: #9D52CA;
}
</style>
border-color css
<style>
span { border-color: #9D52CA; }
span { border-color: rgb(157,82,202); }
td.TdClassName
{
border-color: #9D52CA;
}
.TagClassName
{
border-color: #9D52CA;
}
</style>