Shades of Medium Red Violet #9D4083
Tints of Medium Red Violet #9D4083
RGB
CMYK
RGB Variations
Color information
#9D4083 (or 0x9D4083) is known color: Medium Red Violet. HEX triplet: 9D, 40 and 83. RGB value is (157,64,131). Sum of RGB (Red+Green+Blue) = 157+64+131=352 (46% of max value = 765). Red value is 157 (61.72% from 255 or 44.60% from 352); Green value is 64 (25.39% from 255 or 18.18% from 352); Blue value is 131 (51.56% from 255 or 37.22% from 352); Max value from RGB is 157 - color contains mainly: red. Hex color #9D4083 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9D4083 is #62BF7C. Grayscale: #636363. Windows color (decimal): -6471549 or 8601757. OLE color: 8601757.
HSL color Cylindrical-coordinate representation of color #9D4083: hue angle of 316.77º degrees, saturation: 0.42, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #9D4083 is Cyan = 0, Magento = 0.59, Yellow = 0.17 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 64 | 131 | - |
| CMYK | 0 | 0.59 | 0.17 | 0.38 |
| HSL | 316.77º | 0.42% | 0.43% | - |
| HSV(B) | 316.77º | 0.59% | 0.62% | - |
| XYZ | 19.83 | 12.47 | 22.83 | - |
| YUV | 99.45 | 145.81 | 169.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 64 | 131 | 0 | 0.59 | 0.17 | 0.38 | 316.77 | 0.42 | 0.43 |
| Hex | 9D | 40 | 83 | 0 | 3B | 11 | 26 | 13D | 2A | 2B |
| Octal | 235 | 100 | 203 | 0 | 73 | 21 | 46 | 475 | 52 | 53 |
| Binary | 10011101 | 1000000 | 10000011 | 0 | 111011 | 10001 | 100110 | 100111101 | 101010 | 101011 |
Color Harmonies of #9D4083
Complementary color
Monochromatic Colors of #9D4083
Black with #9D4083
Text Example
Text Example
White with #9D4083
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D4083; }
p { color: rgb(157,64,131); }
H1.HeaderClassName
{
color: #9D4083;
}
.AnyTagClassName
{
color: #9D4083;
}
</style>
background-color css
<style>
a { background-color: #9D4083; }
a { background-color: rgb(157,64,131); }
div.DivClassName
{
background-color: #9D4083;
}
.BgClassName
{
background-color: #9D4083;
}
</style>
border-color css
<style>
span { border-color: #9D4083; }
span { border-color: rgb(157,64,131); }
td.TdClassName
{
border-color: #9D4083;
}
.TagClassName
{
border-color: #9D4083;
}
</style>