Shades of Deep Lilac #9852CA
Tints of Deep Lilac #9852CA
RGB
CMYK
RGB Variations
Color information
#9852CA (or 0x9852CA) is known color: Deep Lilac. HEX triplet: 98, 52 and CA. RGB value is (152,82,202). Sum of RGB (Red+Green+Blue) = 152+82+202=436 (57% of max value = 765). Red value is 152 (59.77% from 255 or 34.86% from 436); Green value is 82 (32.42% from 255 or 18.81% from 436); Blue value is 202 (79.30% from 255 or 46.33% from 436); Max value from RGB is 202 - color contains mainly: blue. Hex color #9852CA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9852CA is #67AD35. Grayscale: #747474. Windows color (decimal): -6794550 or 13259416. OLE color: 13259416.
HSL color Cylindrical-coordinate representation of color #9852CA: hue angle of 275º 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 #9852CA is Cyan = 0.25, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 152 | 82 | 202 | - |
| CMYK | 0.25 | 0.59 | 0 | 0.21 |
| HSL | 275º | 0.53% | 0.56% | - |
| HSV(B) | 275º | 0.59% | 0.79% | - |
| XYZ | 26.63 | 16.97 | 57.75 | - |
| YUV | 116.61 | 176.19 | 153.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 82 | 202 | 0.25 | 0.59 | 0 | 0.21 | 275 | 0.53 | 0.56 |
| Hex | 98 | 52 | CA | 19 | 3B | 0 | 15 | 113 | 35 | 38 |
| Octal | 230 | 122 | 312 | 31 | 73 | 0 | 25 | 423 | 65 | 70 |
| Binary | 10011000 | 1010010 | 11001010 | 11001 | 111011 | 0 | 10101 | 100010011 | 110101 | 111000 |
Color Harmonies of #9852CA
Complementary color
Monochromatic Colors of #9852CA
Black with #9852CA
Text Example
Text Example
White with #9852CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9852CA; }
p { color: rgb(152,82,202); }
H1.HeaderClassName
{
color: #9852CA;
}
.AnyTagClassName
{
color: #9852CA;
}
</style>
background-color css
<style>
a { background-color: #9852CA; }
a { background-color: rgb(152,82,202); }
div.DivClassName
{
background-color: #9852CA;
}
.BgClassName
{
background-color: #9852CA;
}
</style>
border-color css
<style>
span { border-color: #9852CA; }
span { border-color: rgb(152,82,202); }
td.TdClassName
{
border-color: #9852CA;
}
.TagClassName
{
border-color: #9852CA;
}
</style>