Shades of Medium Red Violet #9F3486
Tints of Medium Red Violet #9F3486
RGB
CMYK
RGB Variations
Color information
#9F3486 (or 0x9F3486) is known color: Medium Red Violet. HEX triplet: 9F, 34 and 86. RGB value is (159,52,134). Sum of RGB (Red+Green+Blue) = 159+52+134=345 (45% of max value = 765). Red value is 159 (62.5% from 255 or 46.09% from 345); Green value is 52 (20.70% from 255 or 15.07% from 345); Blue value is 134 (52.73% from 255 or 38.84% from 345); Max value from RGB is 159 - color contains mainly: red. Hex color #9F3486 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9F3486 is #60CB79. Grayscale: #5D5D5D. Windows color (decimal): -6343546 or 8795295. OLE color: 8795295.
HSL color Cylindrical-coordinate representation of color #9F3486: hue angle of 314.02º degrees, saturation: 0.51, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #9F3486 is Cyan = 0, Magento = 0.67, Yellow = 0.16 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 52 | 134 | - |
| CMYK | 0 | 0.67 | 0.16 | 0.38 |
| HSL | 314.02º | 0.51% | 0.41% | - |
| HSV(B) | 314.02º | 0.67% | 0.62% | - |
| XYZ | 19.83 | 11.55 | 23.74 | - |
| YUV | 93.34 | 150.95 | 174.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 52 | 134 | 0 | 0.67 | 0.16 | 0.38 | 314.02 | 0.51 | 0.41 |
| Hex | 9F | 34 | 86 | 0 | 43 | 10 | 26 | 13A | 33 | 29 |
| Octal | 237 | 64 | 206 | 0 | 103 | 20 | 46 | 472 | 63 | 51 |
| Binary | 10011111 | 110100 | 10000110 | 0 | 1000011 | 10000 | 100110 | 100111010 | 110011 | 101001 |
Color Harmonies of #9F3486
Complementary color
Monochromatic Colors of #9F3486
Black with #9F3486
Text Example
Text Example
White with #9F3486
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F3486; }
p { color: rgb(159,52,134); }
H1.HeaderClassName
{
color: #9F3486;
}
.AnyTagClassName
{
color: #9F3486;
}
</style>
background-color css
<style>
a { background-color: #9F3486; }
a { background-color: rgb(159,52,134); }
div.DivClassName
{
background-color: #9F3486;
}
.BgClassName
{
background-color: #9F3486;
}
</style>
border-color css
<style>
span { border-color: #9F3486; }
span { border-color: rgb(159,52,134); }
td.TdClassName
{
border-color: #9F3486;
}
.TagClassName
{
border-color: #9F3486;
}
</style>