Shades of Medium Red Violet #9F337D
Tints of Medium Red Violet #9F337D
RGB
CMYK
RGB Variations
Color information
#9F337D (or 0x9F337D) is known color: Medium Red Violet. HEX triplet: 9F, 33 and 7D. RGB value is (159,51,125). Sum of RGB (Red+Green+Blue) = 159+51+125=335 (44% of max value = 765). Red value is 159 (62.5% from 255 or 47.46% from 335); Green value is 51 (20.31% from 255 or 15.22% from 335); Blue value is 125 (49.22% from 255 or 37.31% from 335); Max value from RGB is 159 - color contains mainly: red. Hex color #9F337D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9F337D is #60CC82. Grayscale: #5B5B5B. Windows color (decimal): -6343811 or 8205215. OLE color: 8205215.
HSL color Cylindrical-coordinate representation of color #9F337D: hue angle of 318.89º 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 #9F337D is Cyan = 0, Magento = 0.68, Yellow = 0.21 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 51 | 125 | - |
| CMYK | 0 | 0.68 | 0.21 | 0.38 |
| HSL | 318.89º | 0.51% | 0.41% | - |
| HSV(B) | 318.89º | 0.68% | 0.62% | - |
| XYZ | 19.18 | 11.22 | 20.56 | - |
| YUV | 91.73 | 146.78 | 175.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 51 | 125 | 0 | 0.68 | 0.21 | 0.38 | 318.89 | 0.51 | 0.41 |
| Hex | 9F | 33 | 7D | 0 | 44 | 15 | 26 | 13F | 33 | 29 |
| Octal | 237 | 63 | 175 | 0 | 104 | 25 | 46 | 477 | 63 | 51 |
| Binary | 10011111 | 110011 | 1111101 | 0 | 1000100 | 10101 | 100110 | 100111111 | 110011 | 101001 |
Color Harmonies of #9F337D
Complementary color
Monochromatic Colors of #9F337D
Black with #9F337D
Text Example
Text Example
White with #9F337D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F337D; }
p { color: rgb(159,51,125); }
H1.HeaderClassName
{
color: #9F337D;
}
.AnyTagClassName
{
color: #9F337D;
}
</style>
background-color css
<style>
a { background-color: #9F337D; }
a { background-color: rgb(159,51,125); }
div.DivClassName
{
background-color: #9F337D;
}
.BgClassName
{
background-color: #9F337D;
}
</style>
border-color css
<style>
span { border-color: #9F337D; }
span { border-color: rgb(159,51,125); }
td.TdClassName
{
border-color: #9F337D;
}
.TagClassName
{
border-color: #9F337D;
}
</style>