Shades of Medium Red Violet #9F3079
Tints of Medium Red Violet #9F3079
RGB
CMYK
RGB Variations
Color information
#9F3079 (or 0x9F3079) is known color: Medium Red Violet. HEX triplet: 9F, 30 and 79. RGB value is (159,48,121). Sum of RGB (Red+Green+Blue) = 159+48+121=328 (43% of max value = 765). Red value is 159 (62.5% from 255 or 48.48% from 328); Green value is 48 (19.14% from 255 or 14.63% from 328); Blue value is 121 (47.66% from 255 or 36.89% from 328); Max value from RGB is 159 - color contains mainly: red. Hex color #9F3079 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9F3079 is #60CF86. Grayscale: #595959. Windows color (decimal): -6344583 or 7942303. OLE color: 7942303.
HSL color Cylindrical-coordinate representation of color #9F3079: hue angle of 320.54º degrees, saturation: 0.54, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #9F3079 is Cyan = 0, Magento = 0.70, Yellow = 0.24 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 48 | 121 | - |
| CMYK | 0 | 0.70 | 0.24 | 0.38 |
| HSL | 320.54º | 0.54% | 0.41% | - |
| HSV(B) | 320.54º | 0.7% | 0.62% | - |
| XYZ | 18.81 | 10.87 | 19.2 | - |
| YUV | 89.51 | 145.77 | 177.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 48 | 121 | 0 | 0.70 | 0.24 | 0.38 | 320.54 | 0.54 | 0.41 |
| Hex | 9F | 30 | 79 | 0 | 46 | 18 | 26 | 141 | 36 | 29 |
| Octal | 237 | 60 | 171 | 0 | 106 | 30 | 46 | 501 | 66 | 51 |
| Binary | 10011111 | 110000 | 1111001 | 0 | 1000110 | 11000 | 100110 | 101000001 | 110110 | 101001 |
Color Harmonies of #9F3079
Complementary color
Monochromatic Colors of #9F3079
Black with #9F3079
Text Example
Text Example
White with #9F3079
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F3079; }
p { color: rgb(159,48,121); }
H1.HeaderClassName
{
color: #9F3079;
}
.AnyTagClassName
{
color: #9F3079;
}
</style>
background-color css
<style>
a { background-color: #9F3079; }
a { background-color: rgb(159,48,121); }
div.DivClassName
{
background-color: #9F3079;
}
.BgClassName
{
background-color: #9F3079;
}
</style>
border-color css
<style>
span { border-color: #9F3079; }
span { border-color: rgb(159,48,121); }
td.TdClassName
{
border-color: #9F3079;
}
.TagClassName
{
border-color: #9F3079;
}
</style>