Shades of Medium Red Violet #9F3586
Tints of Medium Red Violet #9F3586
RGB
CMYK
RGB Variations
Color information
#9F3586 (or 0x9F3586) is known color: Medium Red Violet. HEX triplet: 9F, 35 and 86. RGB value is (159,53,134). Sum of RGB (Red+Green+Blue) = 159+53+134=346 (45% of max value = 765). Red value is 159 (62.5% from 255 or 45.95% from 346); Green value is 53 (21.09% from 255 or 15.32% from 346); Blue value is 134 (52.73% from 255 or 38.73% from 346); Max value from RGB is 159 - color contains mainly: red. Hex color #9F3586 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9F3586 is #60CA79. Grayscale: #5D5D5D. Windows color (decimal): -6343290 or 8795551. OLE color: 8795551.
HSL color Cylindrical-coordinate representation of color #9F3586: hue angle of 314.15º degrees, saturation: 0.5, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #9F3586 is Cyan = 0, Magento = 0.67, Yellow = 0.16 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 53 | 134 | - |
| CMYK | 0 | 0.67 | 0.16 | 0.38 |
| HSL | 314.15º | 0.5% | 0.42% | - |
| HSV(B) | 314.15º | 0.67% | 0.62% | - |
| XYZ | 19.87 | 11.64 | 23.75 | - |
| YUV | 93.93 | 150.62 | 174.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 53 | 134 | 0 | 0.67 | 0.16 | 0.38 | 314.15 | 0.5 | 0.42 |
| Hex | 9F | 35 | 86 | 0 | 43 | 10 | 26 | 13A | 32 | 2A |
| Octal | 237 | 65 | 206 | 0 | 103 | 20 | 46 | 472 | 62 | 52 |
| Binary | 10011111 | 110101 | 10000110 | 0 | 1000011 | 10000 | 100110 | 100111010 | 110010 | 101010 |
Color Harmonies of #9F3586
Complementary color
Monochromatic Colors of #9F3586
Black with #9F3586
Text Example
Text Example
White with #9F3586
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F3586; }
p { color: rgb(159,53,134); }
H1.HeaderClassName
{
color: #9F3586;
}
.AnyTagClassName
{
color: #9F3586;
}
</style>
background-color css
<style>
a { background-color: #9F3586; }
a { background-color: rgb(159,53,134); }
div.DivClassName
{
background-color: #9F3586;
}
.BgClassName
{
background-color: #9F3586;
}
</style>
border-color css
<style>
span { border-color: #9F3586; }
span { border-color: rgb(159,53,134); }
td.TdClassName
{
border-color: #9F3586;
}
.TagClassName
{
border-color: #9F3586;
}
</style>