Shades of Deep Lilac #9849C0
Tints of Deep Lilac #9849C0
RGB
CMYK
RGB Variations
Color information
#9849C0 (or 0x9849C0) is known color: Deep Lilac. HEX triplet: 98, 49 and C0. RGB value is (152,73,192). Sum of RGB (Red+Green+Blue) = 152+73+192=417 (55% of max value = 765). Red value is 152 (59.77% from 255 or 36.45% from 417); Green value is 73 (28.91% from 255 or 17.51% from 417); Blue value is 192 (75.39% from 255 or 46.04% from 417); Max value from RGB is 192 - color contains mainly: blue. Hex color #9849C0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9849C0 is #67B63F. Grayscale: #6D6D6D. Windows color (decimal): -6796864 or 12601752. OLE color: 12601752.
HSL color Cylindrical-coordinate representation of color #9849C0: hue angle of 279.83º degrees, saturation: 0.49, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #9849C0 is Cyan = 0.21, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 152 | 73 | 192 | - |
| CMYK | 0.21 | 0.62 | 0 | 0.25 |
| HSL | 279.83º | 0.49% | 0.52% | - |
| HSV(B) | 279.83º | 0.62% | 0.75% | - |
| XYZ | 24.85 | 15.25 | 51.5 | - |
| YUV | 110.19 | 174.17 | 157.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 73 | 192 | 0.21 | 0.62 | 0 | 0.25 | 279.83 | 0.49 | 0.52 |
| Hex | 98 | 49 | C0 | 15 | 3E | 0 | 19 | 118 | 31 | 34 |
| Octal | 230 | 111 | 300 | 25 | 76 | 0 | 31 | 430 | 61 | 64 |
| Binary | 10011000 | 1001001 | 11000000 | 10101 | 111110 | 0 | 11001 | 100011000 | 110001 | 110100 |
Color Harmonies of #9849C0
Complementary color
Monochromatic Colors of #9849C0
Black with #9849C0
Text Example
Text Example
White with #9849C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9849C0; }
p { color: rgb(152,73,192); }
H1.HeaderClassName
{
color: #9849C0;
}
.AnyTagClassName
{
color: #9849C0;
}
</style>
background-color css
<style>
a { background-color: #9849C0; }
a { background-color: rgb(152,73,192); }
div.DivClassName
{
background-color: #9849C0;
}
.BgClassName
{
background-color: #9849C0;
}
</style>
border-color css
<style>
span { border-color: #9849C0; }
span { border-color: rgb(152,73,192); }
td.TdClassName
{
border-color: #9849C0;
}
.TagClassName
{
border-color: #9849C0;
}
</style>