Shades of Medium Red Violet #9D327D
Tints of Medium Red Violet #9D327D
RGB
CMYK
RGB Variations
Color information
#9D327D (or 0x9D327D) is known color: Medium Red Violet. HEX triplet: 9D, 32 and 7D. RGB value is (157,50,125). Sum of RGB (Red+Green+Blue) = 157+50+125=332 (43% of max value = 765). Red value is 157 (61.72% from 255 or 47.29% from 332); Green value is 50 (19.92% from 255 or 15.06% from 332); Blue value is 125 (49.22% from 255 or 37.65% from 332); Max value from RGB is 157 - color contains mainly: red. Hex color #9D327D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9D327D is #62CD82. Grayscale: #5A5A5A. Windows color (decimal): -6475139 or 8204957. OLE color: 8204957.
HSL color Cylindrical-coordinate representation of color #9D327D: hue angle of 317.94º degrees, saturation: 0.52, 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 #9D327D is Cyan = 0, Magento = 0.68, Yellow = 0.20 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 50 | 125 | - |
| CMYK | 0 | 0.68 | 0.20 | 0.38 |
| HSL | 317.94º | 0.52% | 0.41% | - |
| HSV(B) | 317.94º | 0.68% | 0.62% | - |
| XYZ | 18.75 | 10.93 | 20.52 | - |
| YUV | 90.54 | 147.45 | 175.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 50 | 125 | 0 | 0.68 | 0.20 | 0.38 | 317.94 | 0.52 | 0.41 |
| Hex | 9D | 32 | 7D | 0 | 44 | 14 | 26 | 13E | 34 | 29 |
| Octal | 235 | 62 | 175 | 0 | 104 | 24 | 46 | 476 | 64 | 51 |
| Binary | 10011101 | 110010 | 1111101 | 0 | 1000100 | 10100 | 100110 | 100111110 | 110100 | 101001 |
Color Harmonies of #9D327D
Complementary color
Monochromatic Colors of #9D327D
Black with #9D327D
Text Example
Text Example
White with #9D327D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D327D; }
p { color: rgb(157,50,125); }
H1.HeaderClassName
{
color: #9D327D;
}
.AnyTagClassName
{
color: #9D327D;
}
</style>
background-color css
<style>
a { background-color: #9D327D; }
a { background-color: rgb(157,50,125); }
div.DivClassName
{
background-color: #9D327D;
}
.BgClassName
{
background-color: #9D327D;
}
</style>
border-color css
<style>
span { border-color: #9D327D; }
span { border-color: rgb(157,50,125); }
td.TdClassName
{
border-color: #9D327D;
}
.TagClassName
{
border-color: #9D327D;
}
</style>