Shades of Deep Lilac #9848B9
Tints of Deep Lilac #9848B9
RGB
CMYK
RGB Variations
Color information
#9848B9 (or 0x9848B9) is known color: Deep Lilac. HEX triplet: 98, 48 and B9. RGB value is (152,72,185). Sum of RGB (Red+Green+Blue) = 152+72+185=409 (54% of max value = 765). Red value is 152 (59.77% from 255 or 37.16% from 409); Green value is 72 (28.52% from 255 or 17.60% from 409); Blue value is 185 (72.66% from 255 or 45.23% from 409); Max value from RGB is 185 - color contains mainly: blue. Hex color #9848B9 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9848B9 is #67B746. Grayscale: #6C6C6C. Windows color (decimal): -6797127 or 12142744. OLE color: 12142744.
HSL color Cylindrical-coordinate representation of color #9848B9: hue angle of 282.48º degrees, saturation: 0.45, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #9848B9 is Cyan = 0.18, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 152 | 72 | 185 | - |
| CMYK | 0.18 | 0.61 | 0 | 0.27 |
| HSL | 282.48º | 0.45% | 0.5% | - |
| HSV(B) | 282.48º | 0.61% | 0.73% | - |
| XYZ | 24.02 | 14.81 | 47.49 | - |
| YUV | 108.8 | 171 | 158.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 72 | 185 | 0.18 | 0.61 | 0 | 0.27 | 282.48 | 0.45 | 0.5 |
| Hex | 98 | 48 | B9 | 12 | 3D | 0 | 1B | 11A | 2D | 32 |
| Octal | 230 | 110 | 271 | 22 | 75 | 0 | 33 | 432 | 55 | 62 |
| Binary | 10011000 | 1001000 | 10111001 | 10010 | 111101 | 0 | 11011 | 100011010 | 101101 | 110010 |
Color Harmonies of #9848B9
Complementary color
Monochromatic Colors of #9848B9
Black with #9848B9
Text Example
Text Example
White with #9848B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9848B9; }
p { color: rgb(152,72,185); }
H1.HeaderClassName
{
color: #9848B9;
}
.AnyTagClassName
{
color: #9848B9;
}
</style>
background-color css
<style>
a { background-color: #9848B9; }
a { background-color: rgb(152,72,185); }
div.DivClassName
{
background-color: #9848B9;
}
.BgClassName
{
background-color: #9848B9;
}
</style>
border-color css
<style>
span { border-color: #9848B9; }
span { border-color: rgb(152,72,185); }
td.TdClassName
{
border-color: #9848B9;
}
.TagClassName
{
border-color: #9848B9;
}
</style>