Shades of Medium Red Violet #9F417F
Tints of Medium Red Violet #9F417F
RGB
CMYK
RGB Variations
Color information
#9F417F (or 0x9F417F) is known color: Medium Red Violet. HEX triplet: 9F, 41 and 7F. RGB value is (159,65,127). Sum of RGB (Red+Green+Blue) = 159+65+127=351 (46% of max value = 765). Red value is 159 (62.5% from 255 or 45.30% from 351); Green value is 65 (25.78% from 255 or 18.52% from 351); Blue value is 127 (50% from 255 or 36.18% from 351); Max value from RGB is 159 - color contains mainly: red. Hex color #9F417F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9F417F is #60BE80. Grayscale: #646464. Windows color (decimal): -6340225 or 8339871. OLE color: 8339871.
HSL color Cylindrical-coordinate representation of color #9F417F: hue angle of 320.43º degrees, saturation: 0.42, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #9F417F is Cyan = 0, Magento = 0.59, Yellow = 0.20 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 65 | 127 | - |
| CMYK | 0 | 0.59 | 0.20 | 0.38 |
| HSL | 320.43º | 0.42% | 0.44% | - |
| HSV(B) | 320.43º | 0.59% | 0.62% | - |
| XYZ | 20.02 | 12.68 | 21.47 | - |
| YUV | 100.17 | 143.14 | 169.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 65 | 127 | 0 | 0.59 | 0.20 | 0.38 | 320.43 | 0.42 | 0.44 |
| Hex | 9F | 41 | 7F | 0 | 3B | 14 | 26 | 140 | 2A | 2C |
| Octal | 237 | 101 | 177 | 0 | 73 | 24 | 46 | 500 | 52 | 54 |
| Binary | 10011111 | 1000001 | 1111111 | 0 | 111011 | 10100 | 100110 | 101000000 | 101010 | 101100 |
Color Harmonies of #9F417F
Complementary color
Monochromatic Colors of #9F417F
Black with #9F417F
Text Example
Text Example
White with #9F417F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F417F; }
p { color: rgb(159,65,127); }
H1.HeaderClassName
{
color: #9F417F;
}
.AnyTagClassName
{
color: #9F417F;
}
</style>
background-color css
<style>
a { background-color: #9F417F; }
a { background-color: rgb(159,65,127); }
div.DivClassName
{
background-color: #9F417F;
}
.BgClassName
{
background-color: #9F417F;
}
</style>
border-color css
<style>
span { border-color: #9F417F; }
span { border-color: rgb(159,65,127); }
td.TdClassName
{
border-color: #9F417F;
}
.TagClassName
{
border-color: #9F417F;
}
</style>