Shades of Deep Lilac #9848AD
Tints of Deep Lilac #9848AD
RGB
CMYK
RGB Variations
Color information
#9848AD (or 0x9848AD) is known color: Deep Lilac. HEX triplet: 98, 48 and AD. RGB value is (152,72,173). Sum of RGB (Red+Green+Blue) = 152+72+173=397 (52% of max value = 765). Red value is 152 (59.77% from 255 or 38.29% from 397); Green value is 72 (28.52% from 255 or 18.14% from 397); Blue value is 173 (67.97% from 255 or 43.58% from 397); Max value from RGB is 173 - color contains mainly: blue. Hex color #9848AD is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9848AD is #67B752. Grayscale: #6B6B6B. Windows color (decimal): -6797139 or 11356312. OLE color: 11356312.
HSL color Cylindrical-coordinate representation of color #9848AD: hue angle of 287.52º degrees, saturation: 0.41, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #9848AD is Cyan = 0.12, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 152 | 72 | 173 | - |
| CMYK | 0.12 | 0.58 | 0 | 0.32 |
| HSL | 287.52º | 0.41% | 0.48% | - |
| HSV(B) | 287.52º | 0.58% | 0.68% | - |
| XYZ | 22.81 | 14.33 | 41.1 | - |
| YUV | 107.43 | 165 | 159.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 72 | 173 | 0.12 | 0.58 | 0 | 0.32 | 287.52 | 0.41 | 0.48 |
| Hex | 98 | 48 | AD | C | 3A | 0 | 20 | 120 | 29 | 30 |
| Octal | 230 | 110 | 255 | 14 | 72 | 0 | 40 | 440 | 51 | 60 |
| Binary | 10011000 | 1001000 | 10101101 | 1100 | 111010 | 0 | 100000 | 100100000 | 101001 | 110000 |
Color Harmonies of #9848AD
Complementary color
Monochromatic Colors of #9848AD
Black with #9848AD
Text Example
Text Example
White with #9848AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9848AD; }
p { color: rgb(152,72,173); }
H1.HeaderClassName
{
color: #9848AD;
}
.AnyTagClassName
{
color: #9848AD;
}
</style>
background-color css
<style>
a { background-color: #9848AD; }
a { background-color: rgb(152,72,173); }
div.DivClassName
{
background-color: #9848AD;
}
.BgClassName
{
background-color: #9848AD;
}
</style>
border-color css
<style>
span { border-color: #9848AD; }
span { border-color: rgb(152,72,173); }
td.TdClassName
{
border-color: #9848AD;
}
.TagClassName
{
border-color: #9848AD;
}
</style>