Shades of Medium Red Violet #9D3276
Tints of Medium Red Violet #9D3276
RGB
CMYK
RGB Variations
Color information
#9D3276 (or 0x9D3276) is known color: Medium Red Violet. HEX triplet: 9D, 32 and 76. RGB value is (157,50,118). Sum of RGB (Red+Green+Blue) = 157+50+118=325 (43% of max value = 765). Red value is 157 (61.72% from 255 or 48.31% from 325); Green value is 50 (19.92% from 255 or 15.38% from 325); Blue value is 118 (46.48% from 255 or 36.31% from 325); Max value from RGB is 157 - color contains mainly: red. Hex color #9D3276 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9D3276 is #62CD89. Grayscale: #595959. Windows color (decimal): -6475146 or 7746205. OLE color: 7746205.
HSL color Cylindrical-coordinate representation of color #9D3276: hue angle of 321.87º 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 #9D3276 is Cyan = 0, Magento = 0.68, Yellow = 0.25 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 50 | 118 | - |
| CMYK | 0 | 0.68 | 0.25 | 0.38 |
| HSL | 321.87º | 0.52% | 0.41% | - |
| HSV(B) | 321.87º | 0.68% | 0.62% | - |
| XYZ | 18.32 | 10.76 | 18.25 | - |
| YUV | 89.75 | 143.95 | 175.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 50 | 118 | 0 | 0.68 | 0.25 | 0.38 | 321.87 | 0.52 | 0.41 |
| Hex | 9D | 32 | 76 | 0 | 44 | 19 | 26 | 142 | 34 | 29 |
| Octal | 235 | 62 | 166 | 0 | 104 | 31 | 46 | 502 | 64 | 51 |
| Binary | 10011101 | 110010 | 1110110 | 0 | 1000100 | 11001 | 100110 | 101000010 | 110100 | 101001 |
Color Harmonies of #9D3276
Complementary color
Monochromatic Colors of #9D3276
Black with #9D3276
Text Example
Text Example
White with #9D3276
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D3276; }
p { color: rgb(157,50,118); }
H1.HeaderClassName
{
color: #9D3276;
}
.AnyTagClassName
{
color: #9D3276;
}
</style>
background-color css
<style>
a { background-color: #9D3276; }
a { background-color: rgb(157,50,118); }
div.DivClassName
{
background-color: #9D3276;
}
.BgClassName
{
background-color: #9D3276;
}
</style>
border-color css
<style>
span { border-color: #9D3276; }
span { border-color: rgb(157,50,118); }
td.TdClassName
{
border-color: #9D3276;
}
.TagClassName
{
border-color: #9D3276;
}
</style>