Shades of Deep Lilac #9D52CC
Tints of Deep Lilac #9D52CC
RGB
CMYK
RGB Variations
Color information
#9D52CC (or 0x9D52CC) is known color: Deep Lilac. HEX triplet: 9D, 52 and CC. RGB value is (157,82,204). Sum of RGB (Red+Green+Blue) = 157+82+204=443 (58% of max value = 765). Red value is 157 (61.72% from 255 or 35.44% from 443); Green value is 82 (32.42% from 255 or 18.51% from 443); Blue value is 204 (80.08% from 255 or 46.05% from 443); Max value from RGB is 204 - color contains mainly: blue. Hex color #9D52CC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9D52CC is #62AD33. Grayscale: #757575. Windows color (decimal): -6466868 or 13390493. OLE color: 13390493.
HSL color Cylindrical-coordinate representation of color #9D52CC: hue angle of 276.89º degrees, saturation: 0.54, 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 #9D52CC is Cyan = 0.23, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 157 | 82 | 204 | - |
| CMYK | 0.23 | 0.60 | 0 | 0.2 |
| HSL | 276.89º | 0.54% | 0.56% | - |
| HSV(B) | 276.89º | 0.6% | 0.8% | - |
| XYZ | 27.82 | 17.56 | 59.05 | - |
| YUV | 118.33 | 176.35 | 155.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 82 | 204 | 0.23 | 0.60 | 0 | 0.2 | 276.89 | 0.54 | 0.56 |
| Hex | 9D | 52 | CC | 17 | 3C | 0 | 14 | 115 | 36 | 38 |
| Octal | 235 | 122 | 314 | 27 | 74 | 0 | 24 | 425 | 66 | 70 |
| Binary | 10011101 | 1010010 | 11001100 | 10111 | 111100 | 0 | 10100 | 100010101 | 110110 | 111000 |
Color Harmonies of #9D52CC
Complementary color
Monochromatic Colors of #9D52CC
Black with #9D52CC
Text Example
Text Example
White with #9D52CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D52CC; }
p { color: rgb(157,82,204); }
H1.HeaderClassName
{
color: #9D52CC;
}
.AnyTagClassName
{
color: #9D52CC;
}
</style>
background-color css
<style>
a { background-color: #9D52CC; }
a { background-color: rgb(157,82,204); }
div.DivClassName
{
background-color: #9D52CC;
}
.BgClassName
{
background-color: #9D52CC;
}
</style>
border-color css
<style>
span { border-color: #9D52CC; }
span { border-color: rgb(157,82,204); }
td.TdClassName
{
border-color: #9D52CC;
}
.TagClassName
{
border-color: #9D52CC;
}
</style>