Shades of Medium Red Violet #9F2F7B
Tints of Medium Red Violet #9F2F7B
RGB
CMYK
RGB Variations
Color information
#9F2F7B (or 0x9F2F7B) is known color: Medium Red Violet. HEX triplet: 9F, 2F and 7B. RGB value is (159,47,123). Sum of RGB (Red+Green+Blue) = 159+47+123=329 (43% of max value = 765). Red value is 159 (62.5% from 255 or 48.33% from 329); Green value is 47 (18.75% from 255 or 14.29% from 329); Blue value is 123 (48.44% from 255 or 37.39% from 329); Max value from RGB is 159 - color contains mainly: red. Hex color #9F2F7B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9F2F7B is #60D084. Grayscale: #585858. Windows color (decimal): -6344837 or 8073119. OLE color: 8073119.
HSL color Cylindrical-coordinate representation of color #9F2F7B: hue angle of 319.29º 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 #9F2F7B is Cyan = 0, Magento = 0.70, Yellow = 0.23 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 47 | 123 | - |
| CMYK | 0 | 0.70 | 0.23 | 0.38 |
| HSL | 319.29º | 0.54% | 0.4% | - |
| HSV(B) | 319.29º | 0.7% | 0.62% | - |
| XYZ | 18.89 | 10.83 | 19.83 | - |
| YUV | 89.15 | 147.11 | 177.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 47 | 123 | 0 | 0.70 | 0.23 | 0.38 | 319.29 | 0.54 | 0.4 |
| Hex | 9F | 2F | 7B | 0 | 46 | 17 | 26 | 13F | 36 | 28 |
| Octal | 237 | 57 | 173 | 0 | 106 | 27 | 46 | 477 | 66 | 50 |
| Binary | 10011111 | 101111 | 1111011 | 0 | 1000110 | 10111 | 100110 | 100111111 | 110110 | 101000 |
Color Harmonies of #9F2F7B
Complementary color
Monochromatic Colors of #9F2F7B
Black with #9F2F7B
Text Example
Text Example
White with #9F2F7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F2F7B; }
p { color: rgb(159,47,123); }
H1.HeaderClassName
{
color: #9F2F7B;
}
.AnyTagClassName
{
color: #9F2F7B;
}
</style>
background-color css
<style>
a { background-color: #9F2F7B; }
a { background-color: rgb(159,47,123); }
div.DivClassName
{
background-color: #9F2F7B;
}
.BgClassName
{
background-color: #9F2F7B;
}
</style>
border-color css
<style>
span { border-color: #9F2F7B; }
span { border-color: rgb(159,47,123); }
td.TdClassName
{
border-color: #9F2F7B;
}
.TagClassName
{
border-color: #9F2F7B;
}
</style>