Shades of Deep Lilac #9852C9
Tints of Deep Lilac #9852C9
RGB
CMYK
RGB Variations
Color information
#9852C9 (or 0x9852C9) is known color: Deep Lilac. HEX triplet: 98, 52 and C9. RGB value is (152,82,201). Sum of RGB (Red+Green+Blue) = 152+82+201=435 (57% of max value = 765). Red value is 152 (59.77% from 255 or 34.94% from 435); Green value is 82 (32.42% from 255 or 18.85% from 435); Blue value is 201 (78.91% from 255 or 46.21% from 435); Max value from RGB is 201 - color contains mainly: blue. Hex color #9852C9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9852C9 is #67AD36. Grayscale: #747474. Windows color (decimal): -6794551 or 13193880. OLE color: 13193880.
HSL color Cylindrical-coordinate representation of color #9852C9: hue angle of 275.29º degrees, saturation: 0.52, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #9852C9 is Cyan = 0.24, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 152 | 82 | 201 | - |
| CMYK | 0.24 | 0.59 | 0 | 0.21 |
| HSL | 275.29º | 0.52% | 0.55% | - |
| HSV(B) | 275.29º | 0.59% | 0.79% | - |
| XYZ | 26.51 | 16.93 | 57.13 | - |
| YUV | 116.5 | 175.69 | 153.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 82 | 201 | 0.24 | 0.59 | 0 | 0.21 | 275.29 | 0.52 | 0.55 |
| Hex | 98 | 52 | C9 | 18 | 3B | 0 | 15 | 113 | 34 | 37 |
| Octal | 230 | 122 | 311 | 30 | 73 | 0 | 25 | 423 | 64 | 67 |
| Binary | 10011000 | 1010010 | 11001001 | 11000 | 111011 | 0 | 10101 | 100010011 | 110100 | 110111 |
Color Harmonies of #9852C9
Complementary color
Monochromatic Colors of #9852C9
Black with #9852C9
Text Example
Text Example
White with #9852C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9852C9; }
p { color: rgb(152,82,201); }
H1.HeaderClassName
{
color: #9852C9;
}
.AnyTagClassName
{
color: #9852C9;
}
</style>
background-color css
<style>
a { background-color: #9852C9; }
a { background-color: rgb(152,82,201); }
div.DivClassName
{
background-color: #9852C9;
}
.BgClassName
{
background-color: #9852C9;
}
</style>
border-color css
<style>
span { border-color: #9852C9; }
span { border-color: rgb(152,82,201); }
td.TdClassName
{
border-color: #9852C9;
}
.TagClassName
{
border-color: #9852C9;
}
</style>