Shades of Medium Red Violet #9F357F
Tints of Medium Red Violet #9F357F
RGB
CMYK
RGB Variations
Color information
#9F357F (or 0x9F357F) is known color: Medium Red Violet. HEX triplet: 9F, 35 and 7F. RGB value is (159,53,127). Sum of RGB (Red+Green+Blue) = 159+53+127=339 (44% of max value = 765). Red value is 159 (62.5% from 255 or 46.90% from 339); Green value is 53 (21.09% from 255 or 15.63% from 339); Blue value is 127 (50% from 255 or 37.46% from 339); Max value from RGB is 159 - color contains mainly: red. Hex color #9F357F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9F357F is #60CA80. Grayscale: #5C5C5C. Windows color (decimal): -6343297 or 8336799. OLE color: 8336799.
HSL color Cylindrical-coordinate representation of color #9F357F: hue angle of 318.11º degrees, saturation: 0.5, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #9F357F is Cyan = 0, Magento = 0.67, Yellow = 0.20 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 53 | 127 | - |
| CMYK | 0 | 0.67 | 0.20 | 0.38 |
| HSL | 318.11º | 0.5% | 0.42% | - |
| HSV(B) | 318.11º | 0.67% | 0.62% | - |
| XYZ | 19.4 | 11.45 | 21.27 | - |
| YUV | 93.13 | 147.12 | 174.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 53 | 127 | 0 | 0.67 | 0.20 | 0.38 | 318.11 | 0.5 | 0.42 |
| Hex | 9F | 35 | 7F | 0 | 43 | 14 | 26 | 13E | 32 | 2A |
| Octal | 237 | 65 | 177 | 0 | 103 | 24 | 46 | 476 | 62 | 52 |
| Binary | 10011111 | 110101 | 1111111 | 0 | 1000011 | 10100 | 100110 | 100111110 | 110010 | 101010 |
Color Harmonies of #9F357F
Complementary color
Monochromatic Colors of #9F357F
Black with #9F357F
Text Example
Text Example
White with #9F357F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F357F; }
p { color: rgb(159,53,127); }
H1.HeaderClassName
{
color: #9F357F;
}
.AnyTagClassName
{
color: #9F357F;
}
</style>
background-color css
<style>
a { background-color: #9F357F; }
a { background-color: rgb(159,53,127); }
div.DivClassName
{
background-color: #9F357F;
}
.BgClassName
{
background-color: #9F357F;
}
</style>
border-color css
<style>
span { border-color: #9F357F; }
span { border-color: rgb(159,53,127); }
td.TdClassName
{
border-color: #9F357F;
}
.TagClassName
{
border-color: #9F357F;
}
</style>