Shades of Medium Red Violet #9F4983
Tints of Medium Red Violet #9F4983
RGB
CMYK
RGB Variations
Color information
#9F4983 (or 0x9F4983) is known color: Medium Red Violet. HEX triplet: 9F, 49 and 83. RGB value is (159,73,131). Sum of RGB (Red+Green+Blue) = 159+73+131=363 (48% of max value = 765). Red value is 159 (62.5% from 255 or 43.80% from 363); Green value is 73 (28.91% from 255 or 20.11% from 363); Blue value is 131 (51.56% from 255 or 36.09% from 363); Max value from RGB is 159 - color contains mainly: red. Hex color #9F4983 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9F4983 is #60B67C. Grayscale: #696969. Windows color (decimal): -6338173 or 8604063. OLE color: 8604063.
HSL color Cylindrical-coordinate representation of color #9F4983: hue angle of 319.53º degrees, saturation: 0.37, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #9F4983 is Cyan = 0, Magento = 0.54, Yellow = 0.18 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 73 | 131 | - |
| CMYK | 0 | 0.54 | 0.18 | 0.38 |
| HSL | 319.53º | 0.37% | 0.45% | - |
| HSV(B) | 319.53º | 0.54% | 0.62% | - |
| XYZ | 20.78 | 13.77 | 23.04 | - |
| YUV | 105.33 | 142.49 | 166.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 73 | 131 | 0 | 0.54 | 0.18 | 0.38 | 319.53 | 0.37 | 0.45 |
| Hex | 9F | 49 | 83 | 0 | 36 | 12 | 26 | 140 | 25 | 2D |
| Octal | 237 | 111 | 203 | 0 | 66 | 22 | 46 | 500 | 45 | 55 |
| Binary | 10011111 | 1001001 | 10000011 | 0 | 110110 | 10010 | 100110 | 101000000 | 100101 | 101101 |
Color Harmonies of #9F4983
Complementary color
Monochromatic Colors of #9F4983
Black with #9F4983
Text Example
Text Example
White with #9F4983
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F4983; }
p { color: rgb(159,73,131); }
H1.HeaderClassName
{
color: #9F4983;
}
.AnyTagClassName
{
color: #9F4983;
}
</style>
background-color css
<style>
a { background-color: #9F4983; }
a { background-color: rgb(159,73,131); }
div.DivClassName
{
background-color: #9F4983;
}
.BgClassName
{
background-color: #9F4983;
}
</style>
border-color css
<style>
span { border-color: #9F4983; }
span { border-color: rgb(159,73,131); }
td.TdClassName
{
border-color: #9F4983;
}
.TagClassName
{
border-color: #9F4983;
}
</style>