Shades of Medium Red Violet #9F407F
Tints of Medium Red Violet #9F407F
RGB
CMYK
RGB Variations
Color information
#9F407F (or 0x9F407F) is known color: Medium Red Violet. HEX triplet: 9F, 40 and 7F. RGB value is (159,64,127). Sum of RGB (Red+Green+Blue) = 159+64+127=350 (46% of max value = 765). Red value is 159 (62.5% from 255 or 45.43% from 350); Green value is 64 (25.39% from 255 or 18.29% from 350); Blue value is 127 (50% from 255 or 36.29% from 350); Max value from RGB is 159 - color contains mainly: red. Hex color #9F407F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9F407F is #60BF80. Grayscale: #636363. Windows color (decimal): -6340481 or 8339615. OLE color: 8339615.
HSL color Cylindrical-coordinate representation of color #9F407F: hue angle of 320.21º degrees, saturation: 0.43, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #9F407F is Cyan = 0, Magento = 0.60, Yellow = 0.20 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 64 | 127 | - |
| CMYK | 0 | 0.60 | 0.20 | 0.38 |
| HSL | 320.21º | 0.43% | 0.44% | - |
| HSV(B) | 320.21º | 0.6% | 0.62% | - |
| XYZ | 19.96 | 12.57 | 21.45 | - |
| YUV | 99.59 | 143.47 | 170.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 64 | 127 | 0 | 0.60 | 0.20 | 0.38 | 320.21 | 0.43 | 0.44 |
| Hex | 9F | 40 | 7F | 0 | 3C | 14 | 26 | 140 | 2B | 2C |
| Octal | 237 | 100 | 177 | 0 | 74 | 24 | 46 | 500 | 53 | 54 |
| Binary | 10011111 | 1000000 | 1111111 | 0 | 111100 | 10100 | 100110 | 101000000 | 101011 | 101100 |
Color Harmonies of #9F407F
Complementary color
Monochromatic Colors of #9F407F
Black with #9F407F
Text Example
Text Example
White with #9F407F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F407F; }
p { color: rgb(159,64,127); }
H1.HeaderClassName
{
color: #9F407F;
}
.AnyTagClassName
{
color: #9F407F;
}
</style>
background-color css
<style>
a { background-color: #9F407F; }
a { background-color: rgb(159,64,127); }
div.DivClassName
{
background-color: #9F407F;
}
.BgClassName
{
background-color: #9F407F;
}
</style>
border-color css
<style>
span { border-color: #9F407F; }
span { border-color: rgb(159,64,127); }
td.TdClassName
{
border-color: #9F407F;
}
.TagClassName
{
border-color: #9F407F;
}
</style>