Shades of Medium Red Violet #9F3A80
Tints of Medium Red Violet #9F3A80
RGB
CMYK
RGB Variations
Color information
#9F3A80 (or 0x9F3A80) is known color: Medium Red Violet. HEX triplet: 9F, 3A and 80. RGB value is (159,58,128). Sum of RGB (Red+Green+Blue) = 159+58+128=345 (45% of max value = 765). Red value is 159 (62.5% from 255 or 46.09% from 345); Green value is 58 (23.05% from 255 or 16.81% from 345); Blue value is 128 (50.39% from 255 or 37.10% from 345); Max value from RGB is 159 - color contains mainly: red. Hex color #9F3A80 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9F3A80 is #60C57F. Grayscale: #5F5F5F. Windows color (decimal): -6342016 or 8403615. OLE color: 8403615.
HSL color Cylindrical-coordinate representation of color #9F3A80: hue angle of 318.42º degrees, saturation: 0.47, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #9F3A80 is Cyan = 0, Magento = 0.64, Yellow = 0.19 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 58 | 128 | - |
| CMYK | 0 | 0.64 | 0.19 | 0.38 |
| HSL | 318.42º | 0.47% | 0.43% | - |
| HSV(B) | 318.42º | 0.64% | 0.62% | - |
| XYZ | 19.71 | 11.96 | 21.69 | - |
| YUV | 96.18 | 145.96 | 172.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 58 | 128 | 0 | 0.64 | 0.19 | 0.38 | 318.42 | 0.47 | 0.43 |
| Hex | 9F | 3A | 80 | 0 | 40 | 13 | 26 | 13E | 2F | 2B |
| Octal | 237 | 72 | 200 | 0 | 100 | 23 | 46 | 476 | 57 | 53 |
| Binary | 10011111 | 111010 | 10000000 | 0 | 1000000 | 10011 | 100110 | 100111110 | 101111 | 101011 |
Color Harmonies of #9F3A80
Complementary color
Monochromatic Colors of #9F3A80
Black with #9F3A80
Text Example
Text Example
White with #9F3A80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F3A80; }
p { color: rgb(159,58,128); }
H1.HeaderClassName
{
color: #9F3A80;
}
.AnyTagClassName
{
color: #9F3A80;
}
</style>
background-color css
<style>
a { background-color: #9F3A80; }
a { background-color: rgb(159,58,128); }
div.DivClassName
{
background-color: #9F3A80;
}
.BgClassName
{
background-color: #9F3A80;
}
</style>
border-color css
<style>
span { border-color: #9F3A80; }
span { border-color: rgb(159,58,128); }
td.TdClassName
{
border-color: #9F3A80;
}
.TagClassName
{
border-color: #9F3A80;
}
</style>