Shades of Medium Red Violet #9D4080
Tints of Medium Red Violet #9D4080
RGB
CMYK
RGB Variations
Color information
#9D4080 (or 0x9D4080) is known color: Medium Red Violet. HEX triplet: 9D, 40 and 80. RGB value is (157,64,128). Sum of RGB (Red+Green+Blue) = 157+64+128=349 (46% of max value = 765). Red value is 157 (61.72% from 255 or 44.99% from 349); Green value is 64 (25.39% from 255 or 18.34% from 349); Blue value is 128 (50.39% from 255 or 36.68% from 349); Max value from RGB is 157 - color contains mainly: red. Hex color #9D4080 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9D4080 is #62BF7F. Grayscale: #626262. Windows color (decimal): -6471552 or 8405149. OLE color: 8405149.
HSL color Cylindrical-coordinate representation of color #9D4080: hue angle of 318.71º 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 #9D4080 is Cyan = 0, Magento = 0.59, Yellow = 0.18 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 64 | 128 | - |
| CMYK | 0 | 0.59 | 0.18 | 0.38 |
| HSL | 318.71º | 0.42% | 0.43% | - |
| HSV(B) | 318.71º | 0.59% | 0.62% | - |
| XYZ | 19.63 | 12.39 | 21.78 | - |
| YUV | 99.1 | 144.31 | 169.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 64 | 128 | 0 | 0.59 | 0.18 | 0.38 | 318.71 | 0.42 | 0.43 |
| Hex | 9D | 40 | 80 | 0 | 3B | 12 | 26 | 13F | 2A | 2B |
| Octal | 235 | 100 | 200 | 0 | 73 | 22 | 46 | 477 | 52 | 53 |
| Binary | 10011101 | 1000000 | 10000000 | 0 | 111011 | 10010 | 100110 | 100111111 | 101010 | 101011 |
Color Harmonies of #9D4080
Complementary color
Monochromatic Colors of #9D4080
Black with #9D4080
Text Example
Text Example
White with #9D4080
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D4080; }
p { color: rgb(157,64,128); }
H1.HeaderClassName
{
color: #9D4080;
}
.AnyTagClassName
{
color: #9D4080;
}
</style>
background-color css
<style>
a { background-color: #9D4080; }
a { background-color: rgb(157,64,128); }
div.DivClassName
{
background-color: #9D4080;
}
.BgClassName
{
background-color: #9D4080;
}
</style>
border-color css
<style>
span { border-color: #9D4080; }
span { border-color: rgb(157,64,128); }
td.TdClassName
{
border-color: #9D4080;
}
.TagClassName
{
border-color: #9D4080;
}
</style>