Shades of Medium Red Violet #9F2E7A
Tints of Medium Red Violet #9F2E7A
RGB
CMYK
RGB Variations
Color information
#9F2E7A (or 0x9F2E7A) is known color: Medium Red Violet. HEX triplet: 9F, 2E and 7A. RGB value is (159,46,122). Sum of RGB (Red+Green+Blue) = 159+46+122=327 (43% of max value = 765). Red value is 159 (62.5% from 255 or 48.62% from 327); Green value is 46 (18.36% from 255 or 14.07% from 327); Blue value is 122 (48.05% from 255 or 37.31% from 327); Max value from RGB is 159 - color contains mainly: red. Hex color #9F2E7A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9F2E7A is #60D185. Grayscale: #585858. Windows color (decimal): -6345094 or 8007327. OLE color: 8007327.
HSL color Cylindrical-coordinate representation of color #9F2E7A: hue angle of 319.65º 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 #9F2E7A is Cyan = 0, Magento = 0.71, Yellow = 0.23 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 46 | 122 | - |
| CMYK | 0 | 0.71 | 0.23 | 0.38 |
| HSL | 319.65º | 0.55% | 0.4% | - |
| HSV(B) | 319.65º | 0.71% | 0.62% | - |
| XYZ | 18.79 | 10.73 | 19.49 | - |
| YUV | 88.45 | 146.94 | 178.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 46 | 122 | 0 | 0.71 | 0.23 | 0.38 | 319.65 | 0.55 | 0.4 |
| Hex | 9F | 2E | 7A | 0 | 47 | 17 | 26 | 140 | 37 | 28 |
| Octal | 237 | 56 | 172 | 0 | 107 | 27 | 46 | 500 | 67 | 50 |
| Binary | 10011111 | 101110 | 1111010 | 0 | 1000111 | 10111 | 100110 | 101000000 | 110111 | 101000 |
Color Harmonies of #9F2E7A
Complementary color
Monochromatic Colors of #9F2E7A
Black with #9F2E7A
Text Example
Text Example
White with #9F2E7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F2E7A; }
p { color: rgb(159,46,122); }
H1.HeaderClassName
{
color: #9F2E7A;
}
.AnyTagClassName
{
color: #9F2E7A;
}
</style>
background-color css
<style>
a { background-color: #9F2E7A; }
a { background-color: rgb(159,46,122); }
div.DivClassName
{
background-color: #9F2E7A;
}
.BgClassName
{
background-color: #9F2E7A;
}
</style>
border-color css
<style>
span { border-color: #9F2E7A; }
span { border-color: rgb(159,46,122); }
td.TdClassName
{
border-color: #9F2E7A;
}
.TagClassName
{
border-color: #9F2E7A;
}
</style>