Shades of Medium Red Violet #9F4886
Tints of Medium Red Violet #9F4886
RGB
CMYK
RGB Variations
Color information
#9F4886 (or 0x9F4886) is known color: Medium Red Violet. HEX triplet: 9F, 48 and 86. RGB value is (159,72,134). Sum of RGB (Red+Green+Blue) = 159+72+134=365 (48% of max value = 765). Red value is 159 (62.5% from 255 or 43.56% from 365); Green value is 72 (28.52% from 255 or 19.73% from 365); Blue value is 134 (52.73% from 255 or 36.71% from 365); Max value from RGB is 159 - color contains mainly: red. Hex color #9F4886 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9F4886 is #60B779. Grayscale: #686868. Windows color (decimal): -6338426 or 8800415. OLE color: 8800415.
HSL color Cylindrical-coordinate representation of color #9F4886: hue angle of 317.24º degrees, saturation: 0.38, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #9F4886 is Cyan = 0, Magento = 0.55, Yellow = 0.16 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 72 | 134 | - |
| CMYK | 0 | 0.55 | 0.16 | 0.38 |
| HSL | 317.24º | 0.38% | 0.45% | - |
| HSV(B) | 317.24º | 0.55% | 0.62% | - |
| XYZ | 20.92 | 13.73 | 24.1 | - |
| YUV | 105.08 | 144.32 | 166.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 72 | 134 | 0 | 0.55 | 0.16 | 0.38 | 317.24 | 0.38 | 0.45 |
| Hex | 9F | 48 | 86 | 0 | 37 | 10 | 26 | 13D | 26 | 2D |
| Octal | 237 | 110 | 206 | 0 | 67 | 20 | 46 | 475 | 46 | 55 |
| Binary | 10011111 | 1001000 | 10000110 | 0 | 110111 | 10000 | 100110 | 100111101 | 100110 | 101101 |
Color Harmonies of #9F4886
Complementary color
Monochromatic Colors of #9F4886
Black with #9F4886
Text Example
Text Example
White with #9F4886
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F4886; }
p { color: rgb(159,72,134); }
H1.HeaderClassName
{
color: #9F4886;
}
.AnyTagClassName
{
color: #9F4886;
}
</style>
background-color css
<style>
a { background-color: #9F4886; }
a { background-color: rgb(159,72,134); }
div.DivClassName
{
background-color: #9F4886;
}
.BgClassName
{
background-color: #9F4886;
}
</style>
border-color css
<style>
span { border-color: #9F4886; }
span { border-color: rgb(159,72,134); }
td.TdClassName
{
border-color: #9F4886;
}
.TagClassName
{
border-color: #9F4886;
}
</style>