Shades of Medium Red Violet #9F4988
Tints of Medium Red Violet #9F4988
RGB
CMYK
RGB Variations
Color information
#9F4988 (or 0x9F4988) is known color: Medium Red Violet. HEX triplet: 9F, 49 and 88. RGB value is (159,73,136). Sum of RGB (Red+Green+Blue) = 159+73+136=368 (48% of max value = 765). Red value is 159 (62.5% from 255 or 43.21% from 368); Green value is 73 (28.91% from 255 or 19.84% from 368); Blue value is 136 (53.52% from 255 or 36.96% from 368); Max value from RGB is 159 - color contains mainly: red. Hex color #9F4988 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9F4988 is #60B677. Grayscale: #696969. Windows color (decimal): -6338168 or 8931743. OLE color: 8931743.
HSL color Cylindrical-coordinate representation of color #9F4988: hue angle of 316.05º 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 #9F4988 is Cyan = 0, Magento = 0.54, Yellow = 0.14 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 73 | 136 | - |
| CMYK | 0 | 0.54 | 0.14 | 0.38 |
| HSL | 316.05º | 0.37% | 0.45% | - |
| HSV(B) | 316.05º | 0.54% | 0.62% | - |
| XYZ | 21.12 | 13.91 | 24.86 | - |
| YUV | 105.9 | 144.99 | 165.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 73 | 136 | 0 | 0.54 | 0.14 | 0.38 | 316.05 | 0.37 | 0.45 |
| Hex | 9F | 49 | 88 | 0 | 36 | E | 26 | 13C | 25 | 2D |
| Octal | 237 | 111 | 210 | 0 | 66 | 16 | 46 | 474 | 45 | 55 |
| Binary | 10011111 | 1001001 | 10001000 | 0 | 110110 | 1110 | 100110 | 100111100 | 100101 | 101101 |
Color Harmonies of #9F4988
Complementary color
Monochromatic Colors of #9F4988
Black with #9F4988
Text Example
Text Example
White with #9F4988
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F4988; }
p { color: rgb(159,73,136); }
H1.HeaderClassName
{
color: #9F4988;
}
.AnyTagClassName
{
color: #9F4988;
}
</style>
background-color css
<style>
a { background-color: #9F4988; }
a { background-color: rgb(159,73,136); }
div.DivClassName
{
background-color: #9F4988;
}
.BgClassName
{
background-color: #9F4988;
}
</style>
border-color css
<style>
span { border-color: #9F4988; }
span { border-color: rgb(159,73,136); }
td.TdClassName
{
border-color: #9F4988;
}
.TagClassName
{
border-color: #9F4988;
}
</style>