Shades of Medium Red Violet #9F3086
Tints of Medium Red Violet #9F3086
RGB
CMYK
RGB Variations
Color information
#9F3086 (or 0x9F3086) is known color: Medium Red Violet. HEX triplet: 9F, 30 and 86. RGB value is (159,48,134). Sum of RGB (Red+Green+Blue) = 159+48+134=341 (45% of max value = 765). Red value is 159 (62.5% from 255 or 46.63% from 341); Green value is 48 (19.14% from 255 or 14.08% from 341); Blue value is 134 (52.73% from 255 or 39.30% from 341); Max value from RGB is 159 - color contains mainly: red. Hex color #9F3086 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9F3086 is #60CF79. Grayscale: #5A5A5A. Windows color (decimal): -6344570 or 8794271. OLE color: 8794271.
HSL color Cylindrical-coordinate representation of color #9F3086: hue angle of 313.51º degrees, saturation: 0.54, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #9F3086 is Cyan = 0, Magento = 0.70, Yellow = 0.16 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 48 | 134 | - |
| CMYK | 0 | 0.70 | 0.16 | 0.38 |
| HSL | 313.51º | 0.54% | 0.41% | - |
| HSV(B) | 313.51º | 0.7% | 0.62% | - |
| XYZ | 19.66 | 11.21 | 23.68 | - |
| YUV | 90.99 | 152.27 | 176.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 48 | 134 | 0 | 0.70 | 0.16 | 0.38 | 313.51 | 0.54 | 0.41 |
| Hex | 9F | 30 | 86 | 0 | 46 | 10 | 26 | 13A | 36 | 29 |
| Octal | 237 | 60 | 206 | 0 | 106 | 20 | 46 | 472 | 66 | 51 |
| Binary | 10011111 | 110000 | 10000110 | 0 | 1000110 | 10000 | 100110 | 100111010 | 110110 | 101001 |
Color Harmonies of #9F3086
Complementary color
Monochromatic Colors of #9F3086
Black with #9F3086
Text Example
Text Example
White with #9F3086
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F3086; }
p { color: rgb(159,48,134); }
H1.HeaderClassName
{
color: #9F3086;
}
.AnyTagClassName
{
color: #9F3086;
}
</style>
background-color css
<style>
a { background-color: #9F3086; }
a { background-color: rgb(159,48,134); }
div.DivClassName
{
background-color: #9F3086;
}
.BgClassName
{
background-color: #9F3086;
}
</style>
border-color css
<style>
span { border-color: #9F3086; }
span { border-color: rgb(159,48,134); }
td.TdClassName
{
border-color: #9F3086;
}
.TagClassName
{
border-color: #9F3086;
}
</style>