Shades of Medium Red Violet #9F3189
Tints of Medium Red Violet #9F3189
RGB
CMYK
RGB Variations
Color information
#9F3189 (or 0x9F3189) is known color: Medium Red Violet. HEX triplet: 9F, 31 and 89. RGB value is (159,49,137). Sum of RGB (Red+Green+Blue) = 159+49+137=345 (45% of max value = 765). Red value is 159 (62.5% from 255 or 46.09% from 345); Green value is 49 (19.53% from 255 or 14.20% from 345); Blue value is 137 (53.91% from 255 or 39.71% from 345); Max value from RGB is 159 - color contains mainly: red. Hex color #9F3189 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9F3189 is #60CE76. Grayscale: #5B5B5B. Windows color (decimal): -6344311 or 8991135. OLE color: 8991135.
HSL color Cylindrical-coordinate representation of color #9F3189: hue angle of 312º degrees, saturation: 0.53, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #9F3189 is Cyan = 0, Magento = 0.69, Yellow = 0.14 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 49 | 137 | - |
| CMYK | 0 | 0.69 | 0.14 | 0.38 |
| HSL | 312º | 0.53% | 0.41% | - |
| HSV(B) | 312º | 0.69% | 0.62% | - |
| XYZ | 19.91 | 11.37 | 24.81 | - |
| YUV | 91.92 | 153.44 | 175.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 49 | 137 | 0 | 0.69 | 0.14 | 0.38 | 312 | 0.53 | 0.41 |
| Hex | 9F | 31 | 89 | 0 | 45 | E | 26 | 138 | 35 | 29 |
| Octal | 237 | 61 | 211 | 0 | 105 | 16 | 46 | 470 | 65 | 51 |
| Binary | 10011111 | 110001 | 10001001 | 0 | 1000101 | 1110 | 100110 | 100111000 | 110101 | 101001 |
Color Harmonies of #9F3189
Complementary color
Monochromatic Colors of #9F3189
Black with #9F3189
Text Example
Text Example
White with #9F3189
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F3189; }
p { color: rgb(159,49,137); }
H1.HeaderClassName
{
color: #9F3189;
}
.AnyTagClassName
{
color: #9F3189;
}
</style>
background-color css
<style>
a { background-color: #9F3189; }
a { background-color: rgb(159,49,137); }
div.DivClassName
{
background-color: #9F3189;
}
.BgClassName
{
background-color: #9F3189;
}
</style>
border-color css
<style>
span { border-color: #9F3189; }
span { border-color: rgb(159,49,137); }
td.TdClassName
{
border-color: #9F3189;
}
.TagClassName
{
border-color: #9F3189;
}
</style>