Shades of Medium Red Violet #9D367F
Tints of Medium Red Violet #9D367F
RGB
CMYK
RGB Variations
Color information
#9D367F (or 0x9D367F) is known color: Medium Red Violet. HEX triplet: 9D, 36 and 7F. RGB value is (157,54,127). Sum of RGB (Red+Green+Blue) = 157+54+127=338 (44% of max value = 765). Red value is 157 (61.72% from 255 or 46.45% from 338); Green value is 54 (21.48% from 255 or 15.98% from 338); Blue value is 127 (50% from 255 or 37.57% from 338); Max value from RGB is 157 - color contains mainly: red. Hex color #9D367F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9D367F is #62C980. Grayscale: #5C5C5C. Windows color (decimal): -6474113 or 8337053. OLE color: 8337053.
HSL color Cylindrical-coordinate representation of color #9D367F: hue angle of 317.48º degrees, saturation: 0.49, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #9D367F is Cyan = 0, Magento = 0.66, Yellow = 0.19 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 54 | 127 | - |
| CMYK | 0 | 0.66 | 0.19 | 0.38 |
| HSL | 317.48º | 0.49% | 0.41% | - |
| HSV(B) | 317.48º | 0.66% | 0.62% | - |
| XYZ | 19.05 | 11.34 | 21.26 | - |
| YUV | 93.12 | 147.12 | 173.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 54 | 127 | 0 | 0.66 | 0.19 | 0.38 | 317.48 | 0.49 | 0.41 |
| Hex | 9D | 36 | 7F | 0 | 42 | 13 | 26 | 13D | 31 | 29 |
| Octal | 235 | 66 | 177 | 0 | 102 | 23 | 46 | 475 | 61 | 51 |
| Binary | 10011101 | 110110 | 1111111 | 0 | 1000010 | 10011 | 100110 | 100111101 | 110001 | 101001 |
Color Harmonies of #9D367F
Complementary color
Monochromatic Colors of #9D367F
Black with #9D367F
Text Example
Text Example
White with #9D367F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D367F; }
p { color: rgb(157,54,127); }
H1.HeaderClassName
{
color: #9D367F;
}
.AnyTagClassName
{
color: #9D367F;
}
</style>
background-color css
<style>
a { background-color: #9D367F; }
a { background-color: rgb(157,54,127); }
div.DivClassName
{
background-color: #9D367F;
}
.BgClassName
{
background-color: #9D367F;
}
</style>
border-color css
<style>
span { border-color: #9D367F; }
span { border-color: rgb(157,54,127); }
td.TdClassName
{
border-color: #9D367F;
}
.TagClassName
{
border-color: #9D367F;
}
</style>