Shades of Medium Red Violet #9F3A8E
Tints of Medium Red Violet #9F3A8E
RGB
CMYK
RGB Variations
Color information
#9F3A8E (or 0x9F3A8E) is known color: Medium Red Violet. HEX triplet: 9F, 3A and 8E. RGB value is (159,58,142). Sum of RGB (Red+Green+Blue) = 159+58+142=359 (47% of max value = 765). Red value is 159 (62.5% from 255 or 44.29% from 359); Green value is 58 (23.05% from 255 or 16.16% from 359); Blue value is 142 (55.86% from 255 or 39.55% from 359); Max value from RGB is 159 - color contains mainly: red. Hex color #9F3A8E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9F3A8E is #60C571. Grayscale: #616161. Windows color (decimal): -6342002 or 9321119. OLE color: 9321119.
HSL color Cylindrical-coordinate representation of color #9F3A8E: hue angle of 310.1º 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 #9F3A8E is Cyan = 0, Magento = 0.64, Yellow = 0.11 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 58 | 142 | - |
| CMYK | 0 | 0.64 | 0.11 | 0.38 |
| HSL | 310.1º | 0.47% | 0.43% | - |
| HSV(B) | 310.1º | 0.64% | 0.62% | - |
| XYZ | 20.69 | 12.35 | 26.88 | - |
| YUV | 97.78 | 152.96 | 171.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 58 | 142 | 0 | 0.64 | 0.11 | 0.38 | 310.1 | 0.47 | 0.43 |
| Hex | 9F | 3A | 8E | 0 | 40 | B | 26 | 136 | 2F | 2B |
| Octal | 237 | 72 | 216 | 0 | 100 | 13 | 46 | 466 | 57 | 53 |
| Binary | 10011111 | 111010 | 10001110 | 0 | 1000000 | 1011 | 100110 | 100110110 | 101111 | 101011 |
Color Harmonies of #9F3A8E
Complementary color
Monochromatic Colors of #9F3A8E
Black with #9F3A8E
Text Example
Text Example
White with #9F3A8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F3A8E; }
p { color: rgb(159,58,142); }
H1.HeaderClassName
{
color: #9F3A8E;
}
.AnyTagClassName
{
color: #9F3A8E;
}
</style>
background-color css
<style>
a { background-color: #9F3A8E; }
a { background-color: rgb(159,58,142); }
div.DivClassName
{
background-color: #9F3A8E;
}
.BgClassName
{
background-color: #9F3A8E;
}
</style>
border-color css
<style>
span { border-color: #9F3A8E; }
span { border-color: rgb(159,58,142); }
td.TdClassName
{
border-color: #9F3A8E;
}
.TagClassName
{
border-color: #9F3A8E;
}
</style>