Shades of Medium Red Violet #9F3180
Tints of Medium Red Violet #9F3180
RGB
CMYK
RGB Variations
Color information
#9F3180 (or 0x9F3180) is known color: Medium Red Violet. HEX triplet: 9F, 31 and 80. RGB value is (159,49,128). Sum of RGB (Red+Green+Blue) = 159+49+128=336 (44% of max value = 765). Red value is 159 (62.5% from 255 or 47.32% from 336); Green value is 49 (19.53% from 255 or 14.58% from 336); Blue value is 128 (50.39% from 255 or 38.10% from 336); Max value from RGB is 159 - color contains mainly: red. Hex color #9F3180 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9F3180 is #60CE7F. Grayscale: #5A5A5A. Windows color (decimal): -6344320 or 8401311. OLE color: 8401311.
HSL color Cylindrical-coordinate representation of color #9F3180: hue angle of 316.91º 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 #9F3180 is Cyan = 0, Magento = 0.69, Yellow = 0.19 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 49 | 128 | - |
| CMYK | 0 | 0.69 | 0.19 | 0.38 |
| HSL | 316.91º | 0.53% | 0.41% | - |
| HSV(B) | 316.91º | 0.69% | 0.62% | - |
| XYZ | 19.29 | 11.13 | 21.55 | - |
| YUV | 90.9 | 148.94 | 176.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 49 | 128 | 0 | 0.69 | 0.19 | 0.38 | 316.91 | 0.53 | 0.41 |
| Hex | 9F | 31 | 80 | 0 | 45 | 13 | 26 | 13D | 35 | 29 |
| Octal | 237 | 61 | 200 | 0 | 105 | 23 | 46 | 475 | 65 | 51 |
| Binary | 10011111 | 110001 | 10000000 | 0 | 1000101 | 10011 | 100110 | 100111101 | 110101 | 101001 |
Color Harmonies of #9F3180
Complementary color
Monochromatic Colors of #9F3180
Black with #9F3180
Text Example
Text Example
White with #9F3180
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F3180; }
p { color: rgb(159,49,128); }
H1.HeaderClassName
{
color: #9F3180;
}
.AnyTagClassName
{
color: #9F3180;
}
</style>
background-color css
<style>
a { background-color: #9F3180; }
a { background-color: rgb(159,49,128); }
div.DivClassName
{
background-color: #9F3180;
}
.BgClassName
{
background-color: #9F3180;
}
</style>
border-color css
<style>
span { border-color: #9F3180; }
span { border-color: rgb(159,49,128); }
td.TdClassName
{
border-color: #9F3180;
}
.TagClassName
{
border-color: #9F3180;
}
</style>