Shades of Medium Red Violet #9F2F87
Tints of Medium Red Violet #9F2F87
RGB
CMYK
RGB Variations
Color information
#9F2F87 (or 0x9F2F87) is known color: Medium Red Violet. HEX triplet: 9F, 2F and 87. RGB value is (159,47,135). Sum of RGB (Red+Green+Blue) = 159+47+135=341 (45% of max value = 765). Red value is 159 (62.5% from 255 or 46.63% from 341); Green value is 47 (18.75% from 255 or 13.78% from 341); Blue value is 135 (53.12% from 255 or 39.59% from 341); Max value from RGB is 159 - color contains mainly: red. Hex color #9F2F87 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9F2F87 is #60D078. Grayscale: #5A5A5A. Windows color (decimal): -6344825 or 8859551. OLE color: 8859551.
HSL color Cylindrical-coordinate representation of color #9F2F87: hue angle of 312.86º degrees, saturation: 0.54, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #9F2F87 is Cyan = 0, Magento = 0.70, Yellow = 0.15 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 47 | 135 | - |
| CMYK | 0 | 0.70 | 0.15 | 0.38 |
| HSL | 312.86º | 0.54% | 0.4% | - |
| HSV(B) | 312.86º | 0.7% | 0.62% | - |
| XYZ | 19.69 | 11.15 | 24.04 | - |
| YUV | 90.52 | 153.11 | 176.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 47 | 135 | 0 | 0.70 | 0.15 | 0.38 | 312.86 | 0.54 | 0.4 |
| Hex | 9F | 2F | 87 | 0 | 46 | F | 26 | 139 | 36 | 28 |
| Octal | 237 | 57 | 207 | 0 | 106 | 17 | 46 | 471 | 66 | 50 |
| Binary | 10011111 | 101111 | 10000111 | 0 | 1000110 | 1111 | 100110 | 100111001 | 110110 | 101000 |
Color Harmonies of #9F2F87
Complementary color
Monochromatic Colors of #9F2F87
Black with #9F2F87
Text Example
Text Example
White with #9F2F87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F2F87; }
p { color: rgb(159,47,135); }
H1.HeaderClassName
{
color: #9F2F87;
}
.AnyTagClassName
{
color: #9F2F87;
}
</style>
background-color css
<style>
a { background-color: #9F2F87; }
a { background-color: rgb(159,47,135); }
div.DivClassName
{
background-color: #9F2F87;
}
.BgClassName
{
background-color: #9F2F87;
}
</style>
border-color css
<style>
span { border-color: #9F2F87; }
span { border-color: rgb(159,47,135); }
td.TdClassName
{
border-color: #9F2F87;
}
.TagClassName
{
border-color: #9F2F87;
}
</style>