Shades of Medium Red Violet #9F347F
Tints of Medium Red Violet #9F347F
RGB
CMYK
RGB Variations
Color information
#9F347F (or 0x9F347F) is known color: Medium Red Violet. HEX triplet: 9F, 34 and 7F. RGB value is (159,52,127). Sum of RGB (Red+Green+Blue) = 159+52+127=338 (44% of max value = 765). Red value is 159 (62.5% from 255 or 47.04% from 338); Green value is 52 (20.70% from 255 or 15.38% from 338); Blue value is 127 (50% from 255 or 37.57% from 338); Max value from RGB is 159 - color contains mainly: red. Hex color #9F347F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9F347F is #60CB80. Grayscale: #5C5C5C. Windows color (decimal): -6343553 or 8336543. OLE color: 8336543.
HSL color Cylindrical-coordinate representation of color #9F347F: hue angle of 317.94º degrees, saturation: 0.51, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #9F347F is Cyan = 0, Magento = 0.67, Yellow = 0.20 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 52 | 127 | - |
| CMYK | 0 | 0.67 | 0.20 | 0.38 |
| HSL | 317.94º | 0.51% | 0.41% | - |
| HSV(B) | 317.94º | 0.67% | 0.62% | - |
| XYZ | 19.36 | 11.36 | 21.25 | - |
| YUV | 92.54 | 147.45 | 175.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 52 | 127 | 0 | 0.67 | 0.20 | 0.38 | 317.94 | 0.51 | 0.41 |
| Hex | 9F | 34 | 7F | 0 | 43 | 14 | 26 | 13E | 33 | 29 |
| Octal | 237 | 64 | 177 | 0 | 103 | 24 | 46 | 476 | 63 | 51 |
| Binary | 10011111 | 110100 | 1111111 | 0 | 1000011 | 10100 | 100110 | 100111110 | 110011 | 101001 |
Color Harmonies of #9F347F
Complementary color
Monochromatic Colors of #9F347F
Black with #9F347F
Text Example
Text Example
White with #9F347F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F347F; }
p { color: rgb(159,52,127); }
H1.HeaderClassName
{
color: #9F347F;
}
.AnyTagClassName
{
color: #9F347F;
}
</style>
background-color css
<style>
a { background-color: #9F347F; }
a { background-color: rgb(159,52,127); }
div.DivClassName
{
background-color: #9F347F;
}
.BgClassName
{
background-color: #9F347F;
}
</style>
border-color css
<style>
span { border-color: #9F347F; }
span { border-color: rgb(159,52,127); }
td.TdClassName
{
border-color: #9F347F;
}
.TagClassName
{
border-color: #9F347F;
}
</style>