Shades of Medium Red Violet #9F2E77
Tints of Medium Red Violet #9F2E77
RGB
CMYK
RGB Variations
Color information
#9F2E77 (or 0x9F2E77) is known color: Medium Red Violet. HEX triplet: 9F, 2E and 77. RGB value is (159,46,119). Sum of RGB (Red+Green+Blue) = 159+46+119=324 (42% of max value = 765). Red value is 159 (62.5% from 255 or 49.07% from 324); Green value is 46 (18.36% from 255 or 14.20% from 324); Blue value is 119 (46.88% from 255 or 36.73% from 324); Max value from RGB is 159 - color contains mainly: red. Hex color #9F2E77 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9F2E77 is #60D188. Grayscale: #575757. Windows color (decimal): -6345097 or 7810719. OLE color: 7810719.
HSL color Cylindrical-coordinate representation of color #9F2E77: hue angle of 321.24º degrees, saturation: 0.55, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #9F2E77 is Cyan = 0, Magento = 0.71, Yellow = 0.25 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 46 | 119 | - |
| CMYK | 0 | 0.71 | 0.25 | 0.38 |
| HSL | 321.24º | 0.55% | 0.4% | - |
| HSV(B) | 321.24º | 0.71% | 0.62% | - |
| XYZ | 18.6 | 10.66 | 18.53 | - |
| YUV | 88.11 | 145.44 | 178.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 46 | 119 | 0 | 0.71 | 0.25 | 0.38 | 321.24 | 0.55 | 0.4 |
| Hex | 9F | 2E | 77 | 0 | 47 | 19 | 26 | 141 | 37 | 28 |
| Octal | 237 | 56 | 167 | 0 | 107 | 31 | 46 | 501 | 67 | 50 |
| Binary | 10011111 | 101110 | 1110111 | 0 | 1000111 | 11001 | 100110 | 101000001 | 110111 | 101000 |
Color Harmonies of #9F2E77
Complementary color
Monochromatic Colors of #9F2E77
Black with #9F2E77
Text Example
Text Example
White with #9F2E77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F2E77; }
p { color: rgb(159,46,119); }
H1.HeaderClassName
{
color: #9F2E77;
}
.AnyTagClassName
{
color: #9F2E77;
}
</style>
background-color css
<style>
a { background-color: #9F2E77; }
a { background-color: rgb(159,46,119); }
div.DivClassName
{
background-color: #9F2E77;
}
.BgClassName
{
background-color: #9F2E77;
}
</style>
border-color css
<style>
span { border-color: #9F2E77; }
span { border-color: rgb(159,46,119); }
td.TdClassName
{
border-color: #9F2E77;
}
.TagClassName
{
border-color: #9F2E77;
}
</style>