Shades of Deep Lilac #9F49BF
Tints of Deep Lilac #9F49BF
RGB
CMYK
RGB Variations
Color information
#9F49BF (or 0x9F49BF) is known color: Deep Lilac. HEX triplet: 9F, 49 and BF. RGB value is (159,73,191). Sum of RGB (Red+Green+Blue) = 159+73+191=423 (56% of max value = 765). Red value is 159 (62.5% from 255 or 37.59% from 423); Green value is 73 (28.91% from 255 or 17.26% from 423); Blue value is 191 (75% from 255 or 45.15% from 423); Max value from RGB is 191 - color contains mainly: blue. Hex color #9F49BF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9F49BF is #60B640. Grayscale: #6F6F6F. Windows color (decimal): -6338113 or 12536223. OLE color: 12536223.
HSL color Cylindrical-coordinate representation of color #9F49BF: hue angle of 283.73º degrees, saturation: 0.48, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #9F49BF is Cyan = 0.17, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 159 | 73 | 191 | - |
| CMYK | 0.17 | 0.62 | 0 | 0.25 |
| HSL | 283.73º | 0.48% | 0.52% | - |
| HSV(B) | 283.73º | 0.62% | 0.75% | - |
| XYZ | 26.08 | 15.9 | 50.98 | - |
| YUV | 112.17 | 172.49 | 161.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 73 | 191 | 0.17 | 0.62 | 0 | 0.25 | 283.73 | 0.48 | 0.52 |
| Hex | 9F | 49 | BF | 11 | 3E | 0 | 19 | 11C | 30 | 34 |
| Octal | 237 | 111 | 277 | 21 | 76 | 0 | 31 | 434 | 60 | 64 |
| Binary | 10011111 | 1001001 | 10111111 | 10001 | 111110 | 0 | 11001 | 100011100 | 110000 | 110100 |
Color Harmonies of #9F49BF
Complementary color
Monochromatic Colors of #9F49BF
Black with #9F49BF
Text Example
Text Example
White with #9F49BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F49BF; }
p { color: rgb(159,73,191); }
H1.HeaderClassName
{
color: #9F49BF;
}
.AnyTagClassName
{
color: #9F49BF;
}
</style>
background-color css
<style>
a { background-color: #9F49BF; }
a { background-color: rgb(159,73,191); }
div.DivClassName
{
background-color: #9F49BF;
}
.BgClassName
{
background-color: #9F49BF;
}
</style>
border-color css
<style>
span { border-color: #9F49BF; }
span { border-color: rgb(159,73,191); }
td.TdClassName
{
border-color: #9F49BF;
}
.TagClassName
{
border-color: #9F49BF;
}
</style>