Shades of Deep Lilac #9F47BA
Tints of Deep Lilac #9F47BA
RGB
CMYK
RGB Variations
Color information
#9F47BA (or 0x9F47BA) is known color: Deep Lilac. HEX triplet: 9F, 47 and BA. RGB value is (159,71,186). Sum of RGB (Red+Green+Blue) = 159+71+186=416 (55% of max value = 765). Red value is 159 (62.5% from 255 or 38.22% from 416); Green value is 71 (28.12% from 255 or 17.07% from 416); Blue value is 186 (73.05% from 255 or 44.71% from 416); Max value from RGB is 186 - color contains mainly: blue. Hex color #9F47BA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9F47BA is #60B845. Grayscale: #6E6E6E. Windows color (decimal): -6338630 or 12208031. OLE color: 12208031.
HSL color Cylindrical-coordinate representation of color #9F47BA: hue angle of 285.91º degrees, saturation: 0.45, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #9F47BA is Cyan = 0.15, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 159 | 71 | 186 | - |
| CMYK | 0.15 | 0.62 | 0 | 0.27 |
| HSL | 285.91º | 0.45% | 0.5% | - |
| HSV(B) | 285.91º | 0.62% | 0.73% | - |
| XYZ | 25.41 | 15.42 | 48.09 | - |
| YUV | 110.42 | 170.65 | 162.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 71 | 186 | 0.15 | 0.62 | 0 | 0.27 | 285.91 | 0.45 | 0.5 |
| Hex | 9F | 47 | BA | F | 3E | 0 | 1B | 11E | 2D | 32 |
| Octal | 237 | 107 | 272 | 17 | 76 | 0 | 33 | 436 | 55 | 62 |
| Binary | 10011111 | 1000111 | 10111010 | 1111 | 111110 | 0 | 11011 | 100011110 | 101101 | 110010 |
Color Harmonies of #9F47BA
Complementary color
Monochromatic Colors of #9F47BA
Black with #9F47BA
Text Example
Text Example
White with #9F47BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F47BA; }
p { color: rgb(159,71,186); }
H1.HeaderClassName
{
color: #9F47BA;
}
.AnyTagClassName
{
color: #9F47BA;
}
</style>
background-color css
<style>
a { background-color: #9F47BA; }
a { background-color: rgb(159,71,186); }
div.DivClassName
{
background-color: #9F47BA;
}
.BgClassName
{
background-color: #9F47BA;
}
</style>
border-color css
<style>
span { border-color: #9F47BA; }
span { border-color: rgb(159,71,186); }
td.TdClassName
{
border-color: #9F47BA;
}
.TagClassName
{
border-color: #9F47BA;
}
</style>