Shades of Medium Red Violet #9F2E7B
Tints of Medium Red Violet #9F2E7B
RGB
CMYK
RGB Variations
Color information
#9F2E7B (or 0x9F2E7B) is known color: Medium Red Violet. HEX triplet: 9F, 2E and 7B. RGB value is (159,46,123). Sum of RGB (Red+Green+Blue) = 159+46+123=328 (43% of max value = 765). Red value is 159 (62.5% from 255 or 48.48% from 328); Green value is 46 (18.36% from 255 or 14.02% from 328); Blue value is 123 (48.44% from 255 or 37.5% from 328); Max value from RGB is 159 - color contains mainly: red. Hex color #9F2E7B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9F2E7B is #60D184. Grayscale: #585858. Windows color (decimal): -6345093 or 8072863. OLE color: 8072863.
HSL color Cylindrical-coordinate representation of color #9F2E7B: hue angle of 319.12º 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 #9F2E7B is Cyan = 0, Magento = 0.71, Yellow = 0.23 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 46 | 123 | - |
| CMYK | 0 | 0.71 | 0.23 | 0.38 |
| HSL | 319.12º | 0.55% | 0.4% | - |
| HSV(B) | 319.12º | 0.71% | 0.62% | - |
| XYZ | 18.85 | 10.75 | 19.82 | - |
| YUV | 88.57 | 147.44 | 178.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 46 | 123 | 0 | 0.71 | 0.23 | 0.38 | 319.12 | 0.55 | 0.4 |
| Hex | 9F | 2E | 7B | 0 | 47 | 17 | 26 | 13F | 37 | 28 |
| Octal | 237 | 56 | 173 | 0 | 107 | 27 | 46 | 477 | 67 | 50 |
| Binary | 10011111 | 101110 | 1111011 | 0 | 1000111 | 10111 | 100110 | 100111111 | 110111 | 101000 |
Color Harmonies of #9F2E7B
Complementary color
Monochromatic Colors of #9F2E7B
Black with #9F2E7B
Text Example
Text Example
White with #9F2E7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F2E7B; }
p { color: rgb(159,46,123); }
H1.HeaderClassName
{
color: #9F2E7B;
}
.AnyTagClassName
{
color: #9F2E7B;
}
</style>
background-color css
<style>
a { background-color: #9F2E7B; }
a { background-color: rgb(159,46,123); }
div.DivClassName
{
background-color: #9F2E7B;
}
.BgClassName
{
background-color: #9F2E7B;
}
</style>
border-color css
<style>
span { border-color: #9F2E7B; }
span { border-color: rgb(159,46,123); }
td.TdClassName
{
border-color: #9F2E7B;
}
.TagClassName
{
border-color: #9F2E7B;
}
</style>