Shades of Medium Red Violet #9F347D
Tints of Medium Red Violet #9F347D
RGB
CMYK
RGB Variations
Color information
#9F347D (or 0x9F347D) is known color: Medium Red Violet. HEX triplet: 9F, 34 and 7D. RGB value is (159,52,125). Sum of RGB (Red+Green+Blue) = 159+52+125=336 (44% of max value = 765). Red value is 159 (62.5% from 255 or 47.32% from 336); Green value is 52 (20.70% from 255 or 15.48% from 336); Blue value is 125 (49.22% from 255 or 37.20% from 336); Max value from RGB is 159 - color contains mainly: red. Hex color #9F347D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9F347D is #60CB82. Grayscale: #5C5C5C. Windows color (decimal): -6343555 or 8205471. OLE color: 8205471.
HSL color Cylindrical-coordinate representation of color #9F347D: hue angle of 319.07º 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 #9F347D is Cyan = 0, Magento = 0.67, Yellow = 0.21 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 52 | 125 | - |
| CMYK | 0 | 0.67 | 0.21 | 0.38 |
| HSL | 319.07º | 0.51% | 0.41% | - |
| HSV(B) | 319.07º | 0.67% | 0.62% | - |
| XYZ | 19.23 | 11.31 | 20.57 | - |
| YUV | 92.32 | 146.45 | 175.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 52 | 125 | 0 | 0.67 | 0.21 | 0.38 | 319.07 | 0.51 | 0.41 |
| Hex | 9F | 34 | 7D | 0 | 43 | 15 | 26 | 13F | 33 | 29 |
| Octal | 237 | 64 | 175 | 0 | 103 | 25 | 46 | 477 | 63 | 51 |
| Binary | 10011111 | 110100 | 1111101 | 0 | 1000011 | 10101 | 100110 | 100111111 | 110011 | 101001 |
Color Harmonies of #9F347D
Complementary color
Monochromatic Colors of #9F347D
Black with #9F347D
Text Example
Text Example
White with #9F347D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F347D; }
p { color: rgb(159,52,125); }
H1.HeaderClassName
{
color: #9F347D;
}
.AnyTagClassName
{
color: #9F347D;
}
</style>
background-color css
<style>
a { background-color: #9F347D; }
a { background-color: rgb(159,52,125); }
div.DivClassName
{
background-color: #9F347D;
}
.BgClassName
{
background-color: #9F347D;
}
</style>
border-color css
<style>
span { border-color: #9F347D; }
span { border-color: rgb(159,52,125); }
td.TdClassName
{
border-color: #9F347D;
}
.TagClassName
{
border-color: #9F347D;
}
</style>