Shades of Deep Lilac #9F48AD
Tints of Deep Lilac #9F48AD
RGB
CMYK
RGB Variations
Color information
#9F48AD (or 0x9F48AD) is known color: Deep Lilac. HEX triplet: 9F, 48 and AD. RGB value is (159,72,173). Sum of RGB (Red+Green+Blue) = 159+72+173=404 (53% of max value = 765). Red value is 159 (62.5% from 255 or 39.36% from 404); Green value is 72 (28.52% from 255 or 17.82% from 404); Blue value is 173 (67.97% from 255 or 42.82% from 404); Max value from RGB is 173 - color contains mainly: blue. Hex color #9F48AD is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9F48AD is #60B752. Grayscale: #6D6D6D. Windows color (decimal): -6338387 or 11356319. OLE color: 11356319.
HSL color Cylindrical-coordinate representation of color #9F48AD: hue angle of 291.68º 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 #9F48AD is Cyan = 0.08, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 159 | 72 | 173 | - |
| CMYK | 0.08 | 0.58 | 0 | 0.32 |
| HSL | 291.68º | 0.41% | 0.48% | - |
| HSV(B) | 291.68º | 0.58% | 0.68% | - |
| XYZ | 24.16 | 15.02 | 41.16 | - |
| YUV | 109.53 | 163.82 | 163.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 72 | 173 | 0.08 | 0.58 | 0 | 0.32 | 291.68 | 0.41 | 0.48 |
| Hex | 9F | 48 | AD | 8 | 3A | 0 | 20 | 124 | 29 | 30 |
| Octal | 237 | 110 | 255 | 10 | 72 | 0 | 40 | 444 | 51 | 60 |
| Binary | 10011111 | 1001000 | 10101101 | 1000 | 111010 | 0 | 100000 | 100100100 | 101001 | 110000 |
Color Harmonies of #9F48AD
Complementary color
Monochromatic Colors of #9F48AD
Black with #9F48AD
Text Example
Text Example
White with #9F48AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F48AD; }
p { color: rgb(159,72,173); }
H1.HeaderClassName
{
color: #9F48AD;
}
.AnyTagClassName
{
color: #9F48AD;
}
</style>
background-color css
<style>
a { background-color: #9F48AD; }
a { background-color: rgb(159,72,173); }
div.DivClassName
{
background-color: #9F48AD;
}
.BgClassName
{
background-color: #9F48AD;
}
</style>
border-color css
<style>
span { border-color: #9F48AD; }
span { border-color: rgb(159,72,173); }
td.TdClassName
{
border-color: #9F48AD;
}
.TagClassName
{
border-color: #9F48AD;
}
</style>