Shades of Medium Red Violet #9D407F
Tints of Medium Red Violet #9D407F
RGB
CMYK
RGB Variations
Color information
#9D407F (or 0x9D407F) is known color: Medium Red Violet. HEX triplet: 9D, 40 and 7F. RGB value is (157,64,127). Sum of RGB (Red+Green+Blue) = 157+64+127=348 (46% of max value = 765). Red value is 157 (61.72% from 255 or 45.11% from 348); Green value is 64 (25.39% from 255 or 18.39% from 348); Blue value is 127 (50% from 255 or 36.49% from 348); Max value from RGB is 157 - color contains mainly: red. Hex color #9D407F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9D407F is #62BF80. Grayscale: #626262. Windows color (decimal): -6471553 or 8339613. OLE color: 8339613.
HSL color Cylindrical-coordinate representation of color #9D407F: hue angle of 319.35º 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 #9D407F is Cyan = 0, Magento = 0.59, Yellow = 0.19 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 64 | 127 | - |
| CMYK | 0 | 0.59 | 0.19 | 0.38 |
| HSL | 319.35º | 0.42% | 0.43% | - |
| HSV(B) | 319.35º | 0.59% | 0.62% | - |
| XYZ | 19.57 | 12.37 | 21.43 | - |
| YUV | 98.99 | 143.81 | 169.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 64 | 127 | 0 | 0.59 | 0.19 | 0.38 | 319.35 | 0.42 | 0.43 |
| Hex | 9D | 40 | 7F | 0 | 3B | 13 | 26 | 13F | 2A | 2B |
| Octal | 235 | 100 | 177 | 0 | 73 | 23 | 46 | 477 | 52 | 53 |
| Binary | 10011101 | 1000000 | 1111111 | 0 | 111011 | 10011 | 100110 | 100111111 | 101010 | 101011 |
Color Harmonies of #9D407F
Complementary color
Monochromatic Colors of #9D407F
Black with #9D407F
Text Example
Text Example
White with #9D407F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D407F; }
p { color: rgb(157,64,127); }
H1.HeaderClassName
{
color: #9D407F;
}
.AnyTagClassName
{
color: #9D407F;
}
</style>
background-color css
<style>
a { background-color: #9D407F; }
a { background-color: rgb(157,64,127); }
div.DivClassName
{
background-color: #9D407F;
}
.BgClassName
{
background-color: #9D407F;
}
</style>
border-color css
<style>
span { border-color: #9D407F; }
span { border-color: rgb(157,64,127); }
td.TdClassName
{
border-color: #9D407F;
}
.TagClassName
{
border-color: #9D407F;
}
</style>