Shades of Medium Red Violet #9F347C
Tints of Medium Red Violet #9F347C
RGB
CMYK
RGB Variations
Color information
#9F347C (or 0x9F347C) is known color: Medium Red Violet. HEX triplet: 9F, 34 and 7C. RGB value is (159,52,124). Sum of RGB (Red+Green+Blue) = 159+52+124=335 (44% of max value = 765). Red value is 159 (62.5% from 255 or 47.46% from 335); Green value is 52 (20.70% from 255 or 15.52% from 335); Blue value is 124 (48.83% from 255 or 37.01% from 335); Max value from RGB is 159 - color contains mainly: red. Hex color #9F347C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9F347C is #60CB83. Grayscale: #5C5C5C. Windows color (decimal): -6343556 or 8139935. OLE color: 8139935.
HSL color Cylindrical-coordinate representation of color #9F347C: hue angle of 319.63º 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 #9F347C is Cyan = 0, Magento = 0.67, Yellow = 0.22 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 52 | 124 | - |
| CMYK | 0 | 0.67 | 0.22 | 0.38 |
| HSL | 319.63º | 0.51% | 0.41% | - |
| HSV(B) | 319.63º | 0.67% | 0.62% | - |
| XYZ | 19.16 | 11.28 | 20.24 | - |
| YUV | 92.2 | 145.95 | 175.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 52 | 124 | 0 | 0.67 | 0.22 | 0.38 | 319.63 | 0.51 | 0.41 |
| Hex | 9F | 34 | 7C | 0 | 43 | 16 | 26 | 140 | 33 | 29 |
| Octal | 237 | 64 | 174 | 0 | 103 | 26 | 46 | 500 | 63 | 51 |
| Binary | 10011111 | 110100 | 1111100 | 0 | 1000011 | 10110 | 100110 | 101000000 | 110011 | 101001 |
Color Harmonies of #9F347C
Complementary color
Monochromatic Colors of #9F347C
Black with #9F347C
Text Example
Text Example
White with #9F347C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F347C; }
p { color: rgb(159,52,124); }
H1.HeaderClassName
{
color: #9F347C;
}
.AnyTagClassName
{
color: #9F347C;
}
</style>
background-color css
<style>
a { background-color: #9F347C; }
a { background-color: rgb(159,52,124); }
div.DivClassName
{
background-color: #9F347C;
}
.BgClassName
{
background-color: #9F347C;
}
</style>
border-color css
<style>
span { border-color: #9F347C; }
span { border-color: rgb(159,52,124); }
td.TdClassName
{
border-color: #9F347C;
}
.TagClassName
{
border-color: #9F347C;
}
</style>