Shades of Medium Red Violet #9D4584
Tints of Medium Red Violet #9D4584
RGB
CMYK
RGB Variations
Color information
#9D4584 (or 0x9D4584) is known color: Medium Red Violet. HEX triplet: 9D, 45 and 84. RGB value is (157,69,132). Sum of RGB (Red+Green+Blue) = 157+69+132=358 (47% of max value = 765). Red value is 157 (61.72% from 255 or 43.85% from 358); Green value is 69 (27.34% from 255 or 19.27% from 358); Blue value is 132 (51.95% from 255 or 36.87% from 358); Max value from RGB is 157 - color contains mainly: red. Hex color #9D4584 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9D4584 is #62BA7B. Grayscale: #666666. Windows color (decimal): -6470268 or 8668573. OLE color: 8668573.
HSL color Cylindrical-coordinate representation of color #9D4584: hue angle of 317.05º degrees, saturation: 0.39, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #9D4584 is Cyan = 0, Magento = 0.56, Yellow = 0.16 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 69 | 132 | - |
| CMYK | 0 | 0.56 | 0.16 | 0.38 |
| HSL | 317.05º | 0.39% | 0.44% | - |
| HSV(B) | 317.05º | 0.56% | 0.62% | - |
| XYZ | 20.2 | 13.09 | 23.29 | - |
| YUV | 102.49 | 144.65 | 166.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 69 | 132 | 0 | 0.56 | 0.16 | 0.38 | 317.05 | 0.39 | 0.44 |
| Hex | 9D | 45 | 84 | 0 | 38 | 10 | 26 | 13D | 27 | 2C |
| Octal | 235 | 105 | 204 | 0 | 70 | 20 | 46 | 475 | 47 | 54 |
| Binary | 10011101 | 1000101 | 10000100 | 0 | 111000 | 10000 | 100110 | 100111101 | 100111 | 101100 |
Color Harmonies of #9D4584
Complementary color
Monochromatic Colors of #9D4584
Black with #9D4584
Text Example
Text Example
White with #9D4584
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D4584; }
p { color: rgb(157,69,132); }
H1.HeaderClassName
{
color: #9D4584;
}
.AnyTagClassName
{
color: #9D4584;
}
</style>
background-color css
<style>
a { background-color: #9D4584; }
a { background-color: rgb(157,69,132); }
div.DivClassName
{
background-color: #9D4584;
}
.BgClassName
{
background-color: #9D4584;
}
</style>
border-color css
<style>
span { border-color: #9D4584; }
span { border-color: rgb(157,69,132); }
td.TdClassName
{
border-color: #9D4584;
}
.TagClassName
{
border-color: #9D4584;
}
</style>