Shades of Medium Red Violet #9D327C
Tints of Medium Red Violet #9D327C
RGB
CMYK
RGB Variations
Color information
#9D327C (or 0x9D327C) is known color: Medium Red Violet. HEX triplet: 9D, 32 and 7C. RGB value is (157,50,124). Sum of RGB (Red+Green+Blue) = 157+50+124=331 (43% of max value = 765). Red value is 157 (61.72% from 255 or 47.43% from 331); Green value is 50 (19.92% from 255 or 15.11% from 331); Blue value is 124 (48.83% from 255 or 37.46% from 331); Max value from RGB is 157 - color contains mainly: red. Hex color #9D327C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9D327C is #62CD83. Grayscale: #5A5A5A. Windows color (decimal): -6475140 or 8139421. OLE color: 8139421.
HSL color Cylindrical-coordinate representation of color #9D327C: hue angle of 318.5º 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 #9D327C is Cyan = 0, Magento = 0.68, Yellow = 0.21 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 50 | 124 | - |
| CMYK | 0 | 0.68 | 0.21 | 0.38 |
| HSL | 318.5º | 0.52% | 0.41% | - |
| HSV(B) | 318.5º | 0.68% | 0.62% | - |
| XYZ | 18.68 | 10.9 | 20.19 | - |
| YUV | 90.43 | 146.95 | 175.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 50 | 124 | 0 | 0.68 | 0.21 | 0.38 | 318.5 | 0.52 | 0.41 |
| Hex | 9D | 32 | 7C | 0 | 44 | 15 | 26 | 13F | 34 | 29 |
| Octal | 235 | 62 | 174 | 0 | 104 | 25 | 46 | 477 | 64 | 51 |
| Binary | 10011101 | 110010 | 1111100 | 0 | 1000100 | 10101 | 100110 | 100111111 | 110100 | 101001 |
Color Harmonies of #9D327C
Complementary color
Monochromatic Colors of #9D327C
Black with #9D327C
Text Example
Text Example
White with #9D327C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D327C; }
p { color: rgb(157,50,124); }
H1.HeaderClassName
{
color: #9D327C;
}
.AnyTagClassName
{
color: #9D327C;
}
</style>
background-color css
<style>
a { background-color: #9D327C; }
a { background-color: rgb(157,50,124); }
div.DivClassName
{
background-color: #9D327C;
}
.BgClassName
{
background-color: #9D327C;
}
</style>
border-color css
<style>
span { border-color: #9D327C; }
span { border-color: rgb(157,50,124); }
td.TdClassName
{
border-color: #9D327C;
}
.TagClassName
{
border-color: #9D327C;
}
</style>