Shades of Medium Red Violet #9D4183
Tints of Medium Red Violet #9D4183
RGB
CMYK
RGB Variations
Color information
#9D4183 (or 0x9D4183) is known color: Medium Red Violet. HEX triplet: 9D, 41 and 83. RGB value is (157,65,131). Sum of RGB (Red+Green+Blue) = 157+65+131=353 (46% of max value = 765). Red value is 157 (61.72% from 255 or 44.48% from 353); Green value is 65 (25.78% from 255 or 18.41% from 353); Blue value is 131 (51.56% from 255 or 37.11% from 353); Max value from RGB is 157 - color contains mainly: red. Hex color #9D4183 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9D4183 is #62BE7C. Grayscale: #636363. Windows color (decimal): -6471293 or 8602013. OLE color: 8602013.
HSL color Cylindrical-coordinate representation of color #9D4183: hue angle of 316.96º degrees, saturation: 0.41, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #9D4183 is Cyan = 0, Magento = 0.59, Yellow = 0.17 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 65 | 131 | - |
| CMYK | 0 | 0.59 | 0.17 | 0.38 |
| HSL | 316.96º | 0.41% | 0.44% | - |
| HSV(B) | 316.96º | 0.59% | 0.62% | - |
| XYZ | 19.89 | 12.59 | 22.85 | - |
| YUV | 100.03 | 145.48 | 168.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 65 | 131 | 0 | 0.59 | 0.17 | 0.38 | 316.96 | 0.41 | 0.44 |
| Hex | 9D | 41 | 83 | 0 | 3B | 11 | 26 | 13D | 29 | 2C |
| Octal | 235 | 101 | 203 | 0 | 73 | 21 | 46 | 475 | 51 | 54 |
| Binary | 10011101 | 1000001 | 10000011 | 0 | 111011 | 10001 | 100110 | 100111101 | 101001 | 101100 |
Color Harmonies of #9D4183
Complementary color
Monochromatic Colors of #9D4183
Black with #9D4183
Text Example
Text Example
White with #9D4183
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D4183; }
p { color: rgb(157,65,131); }
H1.HeaderClassName
{
color: #9D4183;
}
.AnyTagClassName
{
color: #9D4183;
}
</style>
background-color css
<style>
a { background-color: #9D4183; }
a { background-color: rgb(157,65,131); }
div.DivClassName
{
background-color: #9D4183;
}
.BgClassName
{
background-color: #9D4183;
}
</style>
border-color css
<style>
span { border-color: #9D4183; }
span { border-color: rgb(157,65,131); }
td.TdClassName
{
border-color: #9D4183;
}
.TagClassName
{
border-color: #9D4183;
}
</style>