Shades of Medium Red Violet #9F2F78
Tints of Medium Red Violet #9F2F78
RGB
CMYK
RGB Variations
Color information
#9F2F78 (or 0x9F2F78) is known color: Medium Red Violet. HEX triplet: 9F, 2F and 78. RGB value is (159,47,120). Sum of RGB (Red+Green+Blue) = 159+47+120=326 (43% of max value = 765). Red value is 159 (62.5% from 255 or 48.77% from 326); Green value is 47 (18.75% from 255 or 14.42% from 326); Blue value is 120 (47.27% from 255 or 36.81% from 326); Max value from RGB is 159 - color contains mainly: red. Hex color #9F2F78 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9F2F78 is #60D087. Grayscale: #585858. Windows color (decimal): -6344840 or 7876511. OLE color: 7876511.
HSL color Cylindrical-coordinate representation of color #9F2F78: hue angle of 320.89º 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 #9F2F78 is Cyan = 0, Magento = 0.70, Yellow = 0.25 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 47 | 120 | - |
| CMYK | 0 | 0.70 | 0.25 | 0.38 |
| HSL | 320.89º | 0.54% | 0.4% | - |
| HSV(B) | 320.89º | 0.7% | 0.62% | - |
| XYZ | 18.7 | 10.76 | 18.86 | - |
| YUV | 88.81 | 145.61 | 178.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 47 | 120 | 0 | 0.70 | 0.25 | 0.38 | 320.89 | 0.54 | 0.4 |
| Hex | 9F | 2F | 78 | 0 | 46 | 19 | 26 | 141 | 36 | 28 |
| Octal | 237 | 57 | 170 | 0 | 106 | 31 | 46 | 501 | 66 | 50 |
| Binary | 10011111 | 101111 | 1111000 | 0 | 1000110 | 11001 | 100110 | 101000001 | 110110 | 101000 |
Color Harmonies of #9F2F78
Complementary color
Monochromatic Colors of #9F2F78
Black with #9F2F78
Text Example
Text Example
White with #9F2F78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F2F78; }
p { color: rgb(159,47,120); }
H1.HeaderClassName
{
color: #9F2F78;
}
.AnyTagClassName
{
color: #9F2F78;
}
</style>
background-color css
<style>
a { background-color: #9F2F78; }
a { background-color: rgb(159,47,120); }
div.DivClassName
{
background-color: #9F2F78;
}
.BgClassName
{
background-color: #9F2F78;
}
</style>
border-color css
<style>
span { border-color: #9F2F78; }
span { border-color: rgb(159,47,120); }
td.TdClassName
{
border-color: #9F2F78;
}
.TagClassName
{
border-color: #9F2F78;
}
</style>