Shades of Deep Lilac #9F47BB
Tints of Deep Lilac #9F47BB
RGB
CMYK
RGB Variations
Color information
#9F47BB (or 0x9F47BB) is known color: Deep Lilac. HEX triplet: 9F, 47 and BB. RGB value is (159,71,187). Sum of RGB (Red+Green+Blue) = 159+71+187=417 (55% of max value = 765). Red value is 159 (62.5% from 255 or 38.13% from 417); Green value is 71 (28.12% from 255 or 17.03% from 417); Blue value is 187 (73.44% from 255 or 44.84% from 417); Max value from RGB is 187 - color contains mainly: blue. Hex color #9F47BB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9F47BB is #60B844. Grayscale: #6E6E6E. Windows color (decimal): -6338629 or 12273567. OLE color: 12273567.
HSL color Cylindrical-coordinate representation of color #9F47BB: hue angle of 285.52º degrees, saturation: 0.46, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #9F47BB is Cyan = 0.15, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 159 | 71 | 187 | - |
| CMYK | 0.15 | 0.62 | 0 | 0.27 |
| HSL | 285.52º | 0.46% | 0.51% | - |
| HSV(B) | 285.52º | 0.62% | 0.73% | - |
| XYZ | 25.52 | 15.47 | 48.65 | - |
| YUV | 110.54 | 171.15 | 162.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 71 | 187 | 0.15 | 0.62 | 0 | 0.27 | 285.52 | 0.46 | 0.51 |
| Hex | 9F | 47 | BB | F | 3E | 0 | 1B | 11E | 2E | 33 |
| Octal | 237 | 107 | 273 | 17 | 76 | 0 | 33 | 436 | 56 | 63 |
| Binary | 10011111 | 1000111 | 10111011 | 1111 | 111110 | 0 | 11011 | 100011110 | 101110 | 110011 |
Color Harmonies of #9F47BB
Complementary color
Monochromatic Colors of #9F47BB
Black with #9F47BB
Text Example
Text Example
White with #9F47BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F47BB; }
p { color: rgb(159,71,187); }
H1.HeaderClassName
{
color: #9F47BB;
}
.AnyTagClassName
{
color: #9F47BB;
}
</style>
background-color css
<style>
a { background-color: #9F47BB; }
a { background-color: rgb(159,71,187); }
div.DivClassName
{
background-color: #9F47BB;
}
.BgClassName
{
background-color: #9F47BB;
}
</style>
border-color css
<style>
span { border-color: #9F47BB; }
span { border-color: rgb(159,71,187); }
td.TdClassName
{
border-color: #9F47BB;
}
.TagClassName
{
border-color: #9F47BB;
}
</style>