Shades of Medium Red Violet #9D3680
Tints of Medium Red Violet #9D3680
RGB
CMYK
RGB Variations
Color information
#9D3680 (or 0x9D3680) is known color: Medium Red Violet. HEX triplet: 9D, 36 and 80. RGB value is (157,54,128). Sum of RGB (Red+Green+Blue) = 157+54+128=339 (44% of max value = 765). Red value is 157 (61.72% from 255 or 46.31% from 339); Green value is 54 (21.48% from 255 or 15.93% from 339); Blue value is 128 (50.39% from 255 or 37.76% from 339); Max value from RGB is 157 - color contains mainly: red. Hex color #9D3680 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9D3680 is #62C97F. Grayscale: #5D5D5D. Windows color (decimal): -6474112 or 8402589. OLE color: 8402589.
HSL color Cylindrical-coordinate representation of color #9D3680: hue angle of 316.89º 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 #9D3680 is Cyan = 0, Magento = 0.66, Yellow = 0.18 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 54 | 128 | - |
| CMYK | 0 | 0.66 | 0.18 | 0.38 |
| HSL | 316.89º | 0.49% | 0.41% | - |
| HSV(B) | 316.89º | 0.66% | 0.62% | - |
| XYZ | 19.12 | 11.36 | 21.61 | - |
| YUV | 93.23 | 147.62 | 173.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 54 | 128 | 0 | 0.66 | 0.18 | 0.38 | 316.89 | 0.49 | 0.41 |
| Hex | 9D | 36 | 80 | 0 | 42 | 12 | 26 | 13D | 31 | 29 |
| Octal | 235 | 66 | 200 | 0 | 102 | 22 | 46 | 475 | 61 | 51 |
| Binary | 10011101 | 110110 | 10000000 | 0 | 1000010 | 10010 | 100110 | 100111101 | 110001 | 101001 |
Color Harmonies of #9D3680
Complementary color
Monochromatic Colors of #9D3680
Black with #9D3680
Text Example
Text Example
White with #9D3680
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D3680; }
p { color: rgb(157,54,128); }
H1.HeaderClassName
{
color: #9D3680;
}
.AnyTagClassName
{
color: #9D3680;
}
</style>
background-color css
<style>
a { background-color: #9D3680; }
a { background-color: rgb(157,54,128); }
div.DivClassName
{
background-color: #9D3680;
}
.BgClassName
{
background-color: #9D3680;
}
</style>
border-color css
<style>
span { border-color: #9D3680; }
span { border-color: rgb(157,54,128); }
td.TdClassName
{
border-color: #9D3680;
}
.TagClassName
{
border-color: #9D3680;
}
</style>