Shades of Medium Red Violet #9F417D
Tints of Medium Red Violet #9F417D
RGB
CMYK
RGB Variations
Color information
#9F417D (or 0x9F417D) is known color: Medium Red Violet. HEX triplet: 9F, 41 and 7D. RGB value is (159,65,125). Sum of RGB (Red+Green+Blue) = 159+65+125=349 (46% of max value = 765). Red value is 159 (62.5% from 255 or 45.56% from 349); Green value is 65 (25.78% from 255 or 18.62% from 349); Blue value is 125 (49.22% from 255 or 35.82% from 349); Max value from RGB is 159 - color contains mainly: red. Hex color #9F417D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9F417D is #60BE82. Grayscale: #636363. Windows color (decimal): -6340227 or 8208799. OLE color: 8208799.
HSL color Cylindrical-coordinate representation of color #9F417D: hue angle of 321.7º 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 #9F417D is Cyan = 0, Magento = 0.59, Yellow = 0.21 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 65 | 125 | - |
| CMYK | 0 | 0.59 | 0.21 | 0.38 |
| HSL | 321.7º | 0.42% | 0.44% | - |
| HSV(B) | 321.7º | 0.59% | 0.62% | - |
| XYZ | 19.89 | 12.63 | 20.79 | - |
| YUV | 99.95 | 142.14 | 170.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 65 | 125 | 0 | 0.59 | 0.21 | 0.38 | 321.7 | 0.42 | 0.44 |
| Hex | 9F | 41 | 7D | 0 | 3B | 15 | 26 | 142 | 2A | 2C |
| Octal | 237 | 101 | 175 | 0 | 73 | 25 | 46 | 502 | 52 | 54 |
| Binary | 10011111 | 1000001 | 1111101 | 0 | 111011 | 10101 | 100110 | 101000010 | 101010 | 101100 |
Color Harmonies of #9F417D
Complementary color
Monochromatic Colors of #9F417D
Black with #9F417D
Text Example
Text Example
White with #9F417D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F417D; }
p { color: rgb(159,65,125); }
H1.HeaderClassName
{
color: #9F417D;
}
.AnyTagClassName
{
color: #9F417D;
}
</style>
background-color css
<style>
a { background-color: #9F417D; }
a { background-color: rgb(159,65,125); }
div.DivClassName
{
background-color: #9F417D;
}
.BgClassName
{
background-color: #9F417D;
}
</style>
border-color css
<style>
span { border-color: #9F417D; }
span { border-color: rgb(159,65,125); }
td.TdClassName
{
border-color: #9F417D;
}
.TagClassName
{
border-color: #9F417D;
}
</style>