Shades of Medium Red Violet #9D407B
Tints of Medium Red Violet #9D407B
RGB
CMYK
RGB Variations
Color information
#9D407B (or 0x9D407B) is known color: Medium Red Violet. HEX triplet: 9D, 40 and 7B. RGB value is (157,64,123). Sum of RGB (Red+Green+Blue) = 157+64+123=344 (45% of max value = 765). Red value is 157 (61.72% from 255 or 45.64% from 344); Green value is 64 (25.39% from 255 or 18.60% from 344); Blue value is 123 (48.44% from 255 or 35.76% from 344); Max value from RGB is 157 - color contains mainly: red. Hex color #9D407B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9D407B is #62BF84. Grayscale: #626262. Windows color (decimal): -6471557 or 8077469. OLE color: 8077469.
HSL color Cylindrical-coordinate representation of color #9D407B: hue angle of 321.94º 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 #9D407B is Cyan = 0, Magento = 0.59, Yellow = 0.22 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 64 | 123 | - |
| CMYK | 0 | 0.59 | 0.22 | 0.38 |
| HSL | 321.94º | 0.42% | 0.43% | - |
| HSV(B) | 321.94º | 0.59% | 0.62% | - |
| XYZ | 19.31 | 12.26 | 20.09 | - |
| YUV | 98.53 | 141.81 | 169.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 64 | 123 | 0 | 0.59 | 0.22 | 0.38 | 321.94 | 0.42 | 0.43 |
| Hex | 9D | 40 | 7B | 0 | 3B | 16 | 26 | 142 | 2A | 2B |
| Octal | 235 | 100 | 173 | 0 | 73 | 26 | 46 | 502 | 52 | 53 |
| Binary | 10011101 | 1000000 | 1111011 | 0 | 111011 | 10110 | 100110 | 101000010 | 101010 | 101011 |
Color Harmonies of #9D407B
Complementary color
Monochromatic Colors of #9D407B
Black with #9D407B
Text Example
Text Example
White with #9D407B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D407B; }
p { color: rgb(157,64,123); }
H1.HeaderClassName
{
color: #9D407B;
}
.AnyTagClassName
{
color: #9D407B;
}
</style>
background-color css
<style>
a { background-color: #9D407B; }
a { background-color: rgb(157,64,123); }
div.DivClassName
{
background-color: #9D407B;
}
.BgClassName
{
background-color: #9D407B;
}
</style>
border-color css
<style>
span { border-color: #9D407B; }
span { border-color: rgb(157,64,123); }
td.TdClassName
{
border-color: #9D407B;
}
.TagClassName
{
border-color: #9D407B;
}
</style>