Shades of Deep Lilac #9948AD
Tints of Deep Lilac #9948AD
RGB
CMYK
RGB Variations
Color information
#9948AD (or 0x9948AD) is known color: Deep Lilac. HEX triplet: 99, 48 and AD. RGB value is (153,72,173). Sum of RGB (Red+Green+Blue) = 153+72+173=398 (52% of max value = 765). Red value is 153 (60.16% from 255 or 38.44% from 398); Green value is 72 (28.52% from 255 or 18.09% from 398); Blue value is 173 (67.97% from 255 or 43.47% from 398); Max value from RGB is 173 - color contains mainly: blue. Hex color #9948AD is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9948AD is #66B752. Grayscale: #6B6B6B. Windows color (decimal): -6731603 or 11356313. OLE color: 11356313.
HSL color Cylindrical-coordinate representation of color #9948AD: hue angle of 288.12º 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 #9948AD is Cyan = 0.12, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 153 | 72 | 173 | - |
| CMYK | 0.12 | 0.58 | 0 | 0.32 |
| HSL | 288.12º | 0.41% | 0.48% | - |
| HSV(B) | 288.12º | 0.58% | 0.68% | - |
| XYZ | 23 | 14.42 | 41.11 | - |
| YUV | 107.73 | 164.84 | 160.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 72 | 173 | 0.12 | 0.58 | 0 | 0.32 | 288.12 | 0.41 | 0.48 |
| Hex | 99 | 48 | AD | C | 3A | 0 | 20 | 120 | 29 | 30 |
| Octal | 231 | 110 | 255 | 14 | 72 | 0 | 40 | 440 | 51 | 60 |
| Binary | 10011001 | 1001000 | 10101101 | 1100 | 111010 | 0 | 100000 | 100100000 | 101001 | 110000 |
Color Harmonies of #9948AD
Complementary color
Monochromatic Colors of #9948AD
Black with #9948AD
Text Example
Text Example
White with #9948AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9948AD; }
p { color: rgb(153,72,173); }
H1.HeaderClassName
{
color: #9948AD;
}
.AnyTagClassName
{
color: #9948AD;
}
</style>
background-color css
<style>
a { background-color: #9948AD; }
a { background-color: rgb(153,72,173); }
div.DivClassName
{
background-color: #9948AD;
}
.BgClassName
{
background-color: #9948AD;
}
</style>
border-color css
<style>
span { border-color: #9948AD; }
span { border-color: rgb(153,72,173); }
td.TdClassName
{
border-color: #9948AD;
}
.TagClassName
{
border-color: #9948AD;
}
</style>