Shades of Medium Red Violet #9F337F
Tints of Medium Red Violet #9F337F
RGB
CMYK
RGB Variations
Color information
#9F337F (or 0x9F337F) is known color: Medium Red Violet. HEX triplet: 9F, 33 and 7F. RGB value is (159,51,127). Sum of RGB (Red+Green+Blue) = 159+51+127=337 (44% of max value = 765). Red value is 159 (62.5% from 255 or 47.18% from 337); Green value is 51 (20.31% from 255 or 15.13% from 337); Blue value is 127 (50% from 255 or 37.69% from 337); Max value from RGB is 159 - color contains mainly: red. Hex color #9F337F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9F337F is #60CC80. Grayscale: #5B5B5B. Windows color (decimal): -6343809 or 8336287. OLE color: 8336287.
HSL color Cylindrical-coordinate representation of color #9F337F: hue angle of 317.78º degrees, saturation: 0.51, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #9F337F is Cyan = 0, Magento = 0.68, Yellow = 0.20 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 51 | 127 | - |
| CMYK | 0 | 0.68 | 0.20 | 0.38 |
| HSL | 317.78º | 0.51% | 0.41% | - |
| HSV(B) | 317.78º | 0.68% | 0.62% | - |
| XYZ | 19.31 | 11.27 | 21.24 | - |
| YUV | 91.96 | 147.78 | 175.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 51 | 127 | 0 | 0.68 | 0.20 | 0.38 | 317.78 | 0.51 | 0.41 |
| Hex | 9F | 33 | 7F | 0 | 44 | 14 | 26 | 13E | 33 | 29 |
| Octal | 237 | 63 | 177 | 0 | 104 | 24 | 46 | 476 | 63 | 51 |
| Binary | 10011111 | 110011 | 1111111 | 0 | 1000100 | 10100 | 100110 | 100111110 | 110011 | 101001 |
Color Harmonies of #9F337F
Complementary color
Monochromatic Colors of #9F337F
Black with #9F337F
Text Example
Text Example
White with #9F337F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F337F; }
p { color: rgb(159,51,127); }
H1.HeaderClassName
{
color: #9F337F;
}
.AnyTagClassName
{
color: #9F337F;
}
</style>
background-color css
<style>
a { background-color: #9F337F; }
a { background-color: rgb(159,51,127); }
div.DivClassName
{
background-color: #9F337F;
}
.BgClassName
{
background-color: #9F337F;
}
</style>
border-color css
<style>
span { border-color: #9F337F; }
span { border-color: rgb(159,51,127); }
td.TdClassName
{
border-color: #9F337F;
}
.TagClassName
{
border-color: #9F337F;
}
</style>