Shades of Deep Lilac #9849CE
Tints of Deep Lilac #9849CE
RGB
CMYK
RGB Variations
Color information
#9849CE (or 0x9849CE) is known color: Deep Lilac. HEX triplet: 98, 49 and CE. RGB value is (152,73,206). Sum of RGB (Red+Green+Blue) = 152+73+206=431 (57% of max value = 765). Red value is 152 (59.77% from 255 or 35.27% from 431); Green value is 73 (28.91% from 255 or 16.94% from 431); Blue value is 206 (80.86% from 255 or 47.80% from 431); Max value from RGB is 206 - color contains mainly: blue. Hex color #9849CE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9849CE is #67B631. Grayscale: #6F6F6F. Windows color (decimal): -6796850 or 13519256. OLE color: 13519256.
HSL color Cylindrical-coordinate representation of color #9849CE: hue angle of 275.64º degrees, saturation: 0.58, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #9849CE is Cyan = 0.26, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 152 | 73 | 206 | - |
| CMYK | 0.26 | 0.65 | 0 | 0.19 |
| HSL | 275.64º | 0.58% | 0.55% | - |
| HSV(B) | 275.64º | 0.65% | 0.81% | - |
| XYZ | 26.47 | 15.9 | 60.07 | - |
| YUV | 111.78 | 181.17 | 156.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 73 | 206 | 0.26 | 0.65 | 0 | 0.19 | 275.64 | 0.58 | 0.55 |
| Hex | 98 | 49 | CE | 1A | 41 | 0 | 13 | 114 | 3A | 37 |
| Octal | 230 | 111 | 316 | 32 | 101 | 0 | 23 | 424 | 72 | 67 |
| Binary | 10011000 | 1001001 | 11001110 | 11010 | 1000001 | 0 | 10011 | 100010100 | 111010 | 110111 |
Color Harmonies of #9849CE
Complementary color
Monochromatic Colors of #9849CE
Black with #9849CE
Text Example
Text Example
White with #9849CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9849CE; }
p { color: rgb(152,73,206); }
H1.HeaderClassName
{
color: #9849CE;
}
.AnyTagClassName
{
color: #9849CE;
}
</style>
background-color css
<style>
a { background-color: #9849CE; }
a { background-color: rgb(152,73,206); }
div.DivClassName
{
background-color: #9849CE;
}
.BgClassName
{
background-color: #9849CE;
}
</style>
border-color css
<style>
span { border-color: #9849CE; }
span { border-color: rgb(152,73,206); }
td.TdClassName
{
border-color: #9849CE;
}
.TagClassName
{
border-color: #9849CE;
}
</style>