Shades of Medium Red Violet #9D4185
Tints of Medium Red Violet #9D4185
RGB
CMYK
RGB Variations
Color information
#9D4185 (or 0x9D4185) is known color: Medium Red Violet. HEX triplet: 9D, 41 and 85. RGB value is (157,65,133). Sum of RGB (Red+Green+Blue) = 157+65+133=355 (47% of max value = 765). Red value is 157 (61.72% from 255 or 44.23% from 355); Green value is 65 (25.78% from 255 or 18.31% from 355); Blue value is 133 (52.34% from 255 or 37.46% from 355); Max value from RGB is 157 - color contains mainly: red. Hex color #9D4185 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9D4185 is #62BE7A. Grayscale: #646464. Windows color (decimal): -6471291 or 8733085. OLE color: 8733085.
HSL color Cylindrical-coordinate representation of color #9D4185: hue angle of 315.65º 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 #9D4185 is Cyan = 0, Magento = 0.59, Yellow = 0.15 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 65 | 133 | - |
| CMYK | 0 | 0.59 | 0.15 | 0.38 |
| HSL | 315.65º | 0.41% | 0.44% | - |
| HSV(B) | 315.65º | 0.59% | 0.62% | - |
| XYZ | 20.03 | 12.64 | 23.57 | - |
| YUV | 100.26 | 146.48 | 168.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 65 | 133 | 0 | 0.59 | 0.15 | 0.38 | 315.65 | 0.41 | 0.44 |
| Hex | 9D | 41 | 85 | 0 | 3B | F | 26 | 13C | 29 | 2C |
| Octal | 235 | 101 | 205 | 0 | 73 | 17 | 46 | 474 | 51 | 54 |
| Binary | 10011101 | 1000001 | 10000101 | 0 | 111011 | 1111 | 100110 | 100111100 | 101001 | 101100 |
Color Harmonies of #9D4185
Complementary color
Monochromatic Colors of #9D4185
Black with #9D4185
Text Example
Text Example
White with #9D4185
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D4185; }
p { color: rgb(157,65,133); }
H1.HeaderClassName
{
color: #9D4185;
}
.AnyTagClassName
{
color: #9D4185;
}
</style>
background-color css
<style>
a { background-color: #9D4185; }
a { background-color: rgb(157,65,133); }
div.DivClassName
{
background-color: #9D4185;
}
.BgClassName
{
background-color: #9D4185;
}
</style>
border-color css
<style>
span { border-color: #9D4185; }
span { border-color: rgb(157,65,133); }
td.TdClassName
{
border-color: #9D4185;
}
.TagClassName
{
border-color: #9D4185;
}
</style>