Shades of Medium Red Violet #9F3587
Tints of Medium Red Violet #9F3587
RGB
CMYK
RGB Variations
Color information
#9F3587 (or 0x9F3587) is known color: Medium Red Violet. HEX triplet: 9F, 35 and 87. RGB value is (159,53,135). Sum of RGB (Red+Green+Blue) = 159+53+135=347 (45% of max value = 765). Red value is 159 (62.5% from 255 or 45.82% from 347); Green value is 53 (21.09% from 255 or 15.27% from 347); Blue value is 135 (53.12% from 255 or 38.90% from 347); Max value from RGB is 159 - color contains mainly: red. Hex color #9F3587 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9F3587 is #60CA78. Grayscale: #5D5D5D. Windows color (decimal): -6343289 or 8861087. OLE color: 8861087.
HSL color Cylindrical-coordinate representation of color #9F3587: hue angle of 313.58º 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 #9F3587 is Cyan = 0, Magento = 0.67, Yellow = 0.15 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 53 | 135 | - |
| CMYK | 0 | 0.67 | 0.15 | 0.38 |
| HSL | 313.58º | 0.5% | 0.42% | - |
| HSV(B) | 313.58º | 0.67% | 0.62% | - |
| XYZ | 19.94 | 11.67 | 24.12 | - |
| YUV | 94.04 | 151.12 | 174.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 53 | 135 | 0 | 0.67 | 0.15 | 0.38 | 313.58 | 0.5 | 0.42 |
| Hex | 9F | 35 | 87 | 0 | 43 | F | 26 | 13A | 32 | 2A |
| Octal | 237 | 65 | 207 | 0 | 103 | 17 | 46 | 472 | 62 | 52 |
| Binary | 10011111 | 110101 | 10000111 | 0 | 1000011 | 1111 | 100110 | 100111010 | 110010 | 101010 |
Color Harmonies of #9F3587
Complementary color
Monochromatic Colors of #9F3587
Black with #9F3587
Text Example
Text Example
White with #9F3587
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F3587; }
p { color: rgb(159,53,135); }
H1.HeaderClassName
{
color: #9F3587;
}
.AnyTagClassName
{
color: #9F3587;
}
</style>
background-color css
<style>
a { background-color: #9F3587; }
a { background-color: rgb(159,53,135); }
div.DivClassName
{
background-color: #9F3587;
}
.BgClassName
{
background-color: #9F3587;
}
</style>
border-color css
<style>
span { border-color: #9F3587; }
span { border-color: rgb(159,53,135); }
td.TdClassName
{
border-color: #9F3587;
}
.TagClassName
{
border-color: #9F3587;
}
</style>