Shades of Medium Red Violet #9D367C
Tints of Medium Red Violet #9D367C
RGB
CMYK
RGB Variations
Color information
#9D367C (or 0x9D367C) is known color: Medium Red Violet. HEX triplet: 9D, 36 and 7C. RGB value is (157,54,124). Sum of RGB (Red+Green+Blue) = 157+54+124=335 (44% of max value = 765). Red value is 157 (61.72% from 255 or 46.87% from 335); Green value is 54 (21.48% from 255 or 16.12% from 335); Blue value is 124 (48.83% from 255 or 37.01% from 335); Max value from RGB is 157 - color contains mainly: red. Hex color #9D367C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9D367C is #62C983. Grayscale: #5C5C5C. Windows color (decimal): -6474116 or 8140445. OLE color: 8140445.
HSL color Cylindrical-coordinate representation of color #9D367C: hue angle of 319.22º 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 #9D367C is Cyan = 0, Magento = 0.66, Yellow = 0.21 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 54 | 124 | - |
| CMYK | 0 | 0.66 | 0.21 | 0.38 |
| HSL | 319.22º | 0.49% | 0.41% | - |
| HSV(B) | 319.22º | 0.66% | 0.62% | - |
| XYZ | 18.86 | 11.26 | 20.25 | - |
| YUV | 92.78 | 145.62 | 173.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 54 | 124 | 0 | 0.66 | 0.21 | 0.38 | 319.22 | 0.49 | 0.41 |
| Hex | 9D | 36 | 7C | 0 | 42 | 15 | 26 | 13F | 31 | 29 |
| Octal | 235 | 66 | 174 | 0 | 102 | 25 | 46 | 477 | 61 | 51 |
| Binary | 10011101 | 110110 | 1111100 | 0 | 1000010 | 10101 | 100110 | 100111111 | 110001 | 101001 |
Color Harmonies of #9D367C
Complementary color
Monochromatic Colors of #9D367C
Black with #9D367C
Text Example
Text Example
White with #9D367C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D367C; }
p { color: rgb(157,54,124); }
H1.HeaderClassName
{
color: #9D367C;
}
.AnyTagClassName
{
color: #9D367C;
}
</style>
background-color css
<style>
a { background-color: #9D367C; }
a { background-color: rgb(157,54,124); }
div.DivClassName
{
background-color: #9D367C;
}
.BgClassName
{
background-color: #9D367C;
}
</style>
border-color css
<style>
span { border-color: #9D367C; }
span { border-color: rgb(157,54,124); }
td.TdClassName
{
border-color: #9D367C;
}
.TagClassName
{
border-color: #9D367C;
}
</style>