Shades of Deep Lilac #9F51B9
Tints of Deep Lilac #9F51B9
RGB
CMYK
RGB Variations
Color information
#9F51B9 (or 0x9F51B9) is known color: Deep Lilac. HEX triplet: 9F, 51 and B9. RGB value is (159,81,185). Sum of RGB (Red+Green+Blue) = 159+81+185=425 (56% of max value = 765). Red value is 159 (62.5% from 255 or 37.41% from 425); Green value is 81 (32.03% from 255 or 19.06% from 425); Blue value is 185 (72.66% from 255 or 43.53% from 425); Max value from RGB is 185 - color contains mainly: blue. Hex color #9F51B9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9F51B9 is #60AE46. Grayscale: #737373. Windows color (decimal): -6336071 or 12145055. OLE color: 12145055.
HSL color Cylindrical-coordinate representation of color #9F51B9: hue angle of 285º degrees, saturation: 0.43, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #9F51B9 is Cyan = 0.14, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 159 | 81 | 185 | - |
| CMYK | 0.14 | 0.56 | 0 | 0.27 |
| HSL | 285º | 0.43% | 0.52% | - |
| HSV(B) | 285º | 0.56% | 0.73% | - |
| XYZ | 26 | 16.76 | 47.76 | - |
| YUV | 116.18 | 166.84 | 158.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 81 | 185 | 0.14 | 0.56 | 0 | 0.27 | 285 | 0.43 | 0.52 |
| Hex | 9F | 51 | B9 | E | 38 | 0 | 1B | 11D | 2B | 34 |
| Octal | 237 | 121 | 271 | 16 | 70 | 0 | 33 | 435 | 53 | 64 |
| Binary | 10011111 | 1010001 | 10111001 | 1110 | 111000 | 0 | 11011 | 100011101 | 101011 | 110100 |
Color Harmonies of #9F51B9
Complementary color
Monochromatic Colors of #9F51B9
Black with #9F51B9
Text Example
Text Example
White with #9F51B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F51B9; }
p { color: rgb(159,81,185); }
H1.HeaderClassName
{
color: #9F51B9;
}
.AnyTagClassName
{
color: #9F51B9;
}
</style>
background-color css
<style>
a { background-color: #9F51B9; }
a { background-color: rgb(159,81,185); }
div.DivClassName
{
background-color: #9F51B9;
}
.BgClassName
{
background-color: #9F51B9;
}
</style>
border-color css
<style>
span { border-color: #9F51B9; }
span { border-color: rgb(159,81,185); }
td.TdClassName
{
border-color: #9F51B9;
}
.TagClassName
{
border-color: #9F51B9;
}
</style>