Shades of Medium Red Violet #9D367D
Tints of Medium Red Violet #9D367D
RGB
CMYK
RGB Variations
Color information
#9D367D (or 0x9D367D) is known color: Medium Red Violet. HEX triplet: 9D, 36 and 7D. RGB value is (157,54,125). Sum of RGB (Red+Green+Blue) = 157+54+125=336 (44% of max value = 765). Red value is 157 (61.72% from 255 or 46.73% from 336); Green value is 54 (21.48% from 255 or 16.07% from 336); Blue value is 125 (49.22% from 255 or 37.20% from 336); Max value from RGB is 157 - color contains mainly: red. Hex color #9D367D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9D367D is #62C982. Grayscale: #5C5C5C. Windows color (decimal): -6474115 or 8205981. OLE color: 8205981.
HSL color Cylindrical-coordinate representation of color #9D367D: hue angle of 318.64º 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 #9D367D is Cyan = 0, Magento = 0.66, Yellow = 0.20 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 54 | 125 | - |
| CMYK | 0 | 0.66 | 0.20 | 0.38 |
| HSL | 318.64º | 0.49% | 0.41% | - |
| HSV(B) | 318.64º | 0.66% | 0.62% | - |
| XYZ | 18.93 | 11.29 | 20.58 | - |
| YUV | 92.89 | 146.12 | 173.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 54 | 125 | 0 | 0.66 | 0.20 | 0.38 | 318.64 | 0.49 | 0.41 |
| Hex | 9D | 36 | 7D | 0 | 42 | 14 | 26 | 13F | 31 | 29 |
| Octal | 235 | 66 | 175 | 0 | 102 | 24 | 46 | 477 | 61 | 51 |
| Binary | 10011101 | 110110 | 1111101 | 0 | 1000010 | 10100 | 100110 | 100111111 | 110001 | 101001 |
Color Harmonies of #9D367D
Complementary color
Monochromatic Colors of #9D367D
Black with #9D367D
Text Example
Text Example
White with #9D367D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D367D; }
p { color: rgb(157,54,125); }
H1.HeaderClassName
{
color: #9D367D;
}
.AnyTagClassName
{
color: #9D367D;
}
</style>
background-color css
<style>
a { background-color: #9D367D; }
a { background-color: rgb(157,54,125); }
div.DivClassName
{
background-color: #9D367D;
}
.BgClassName
{
background-color: #9D367D;
}
</style>
border-color css
<style>
span { border-color: #9D367D; }
span { border-color: rgb(157,54,125); }
td.TdClassName
{
border-color: #9D367D;
}
.TagClassName
{
border-color: #9D367D;
}
</style>