Shades of Deep Lilac #9248AD
Tints of Deep Lilac #9248AD
RGB
CMYK
RGB Variations
Color information
#9248AD (or 0x9248AD) is known color: Deep Lilac. HEX triplet: 92, 48 and AD. RGB value is (146,72,173). Sum of RGB (Red+Green+Blue) = 146+72+173=391 (51% of max value = 765). Red value is 146 (57.42% from 255 or 37.34% from 391); Green value is 72 (28.52% from 255 or 18.41% from 391); Blue value is 173 (67.97% from 255 or 44.25% from 391); Max value from RGB is 173 - color contains mainly: blue. Hex color #9248AD is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9248AD is #6DB752. Grayscale: #696969. Windows color (decimal): -7190355 or 11356306. OLE color: 11356306.
HSL color Cylindrical-coordinate representation of color #9248AD: hue angle of 283.96º 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 #9248AD is Cyan = 0.16, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 146 | 72 | 173 | - |
| CMYK | 0.16 | 0.58 | 0 | 0.32 |
| HSL | 283.96º | 0.41% | 0.48% | - |
| HSV(B) | 283.96º | 0.58% | 0.68% | - |
| XYZ | 21.71 | 13.76 | 41.05 | - |
| YUV | 105.64 | 166.02 | 156.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 72 | 173 | 0.16 | 0.58 | 0 | 0.32 | 283.96 | 0.41 | 0.48 |
| Hex | 92 | 48 | AD | 10 | 3A | 0 | 20 | 11C | 29 | 30 |
| Octal | 222 | 110 | 255 | 20 | 72 | 0 | 40 | 434 | 51 | 60 |
| Binary | 10010010 | 1001000 | 10101101 | 10000 | 111010 | 0 | 100000 | 100011100 | 101001 | 110000 |
Color Harmonies of #9248AD
Complementary color
Monochromatic Colors of #9248AD
Black with #9248AD
Text Example
Text Example
White with #9248AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9248AD; }
p { color: rgb(146,72,173); }
H1.HeaderClassName
{
color: #9248AD;
}
.AnyTagClassName
{
color: #9248AD;
}
</style>
background-color css
<style>
a { background-color: #9248AD; }
a { background-color: rgb(146,72,173); }
div.DivClassName
{
background-color: #9248AD;
}
.BgClassName
{
background-color: #9248AD;
}
</style>
border-color css
<style>
span { border-color: #9248AD; }
span { border-color: rgb(146,72,173); }
td.TdClassName
{
border-color: #9248AD;
}
.TagClassName
{
border-color: #9248AD;
}
</style>