Shades of Medium Red Violet #9E3979
Tints of Medium Red Violet #9E3979
RGB
CMYK
RGB Variations
Color information
#9E3979 (or 0x9E3979) is known color: Medium Red Violet. HEX triplet: 9E, 39 and 79. RGB value is (158,57,121). Sum of RGB (Red+Green+Blue) = 158+57+121=336 (44% of max value = 765). Red value is 158 (62.11% from 255 or 47.02% from 336); Green value is 57 (22.66% from 255 or 16.96% from 336); Blue value is 121 (47.66% from 255 or 36.01% from 336); Max value from RGB is 158 - color contains mainly: red. Hex color #9E3979 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9E3979 is #61C686. Grayscale: #5E5E5E. Windows color (decimal): -6407815 or 7944606. OLE color: 7944606.
HSL color Cylindrical-coordinate representation of color #9E3979: hue angle of 321.98º degrees, saturation: 0.47, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #9E3979 is Cyan = 0, Magento = 0.64, Yellow = 0.23 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 57 | 121 | - |
| CMYK | 0 | 0.64 | 0.23 | 0.38 |
| HSL | 321.98º | 0.47% | 0.42% | - |
| HSV(B) | 321.98º | 0.64% | 0.62% | - |
| XYZ | 19.01 | 11.58 | 19.32 | - |
| YUV | 94.5 | 142.96 | 173.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 57 | 121 | 0 | 0.64 | 0.23 | 0.38 | 321.98 | 0.47 | 0.42 |
| Hex | 9E | 39 | 79 | 0 | 40 | 17 | 26 | 142 | 2F | 2A |
| Octal | 236 | 71 | 171 | 0 | 100 | 27 | 46 | 502 | 57 | 52 |
| Binary | 10011110 | 111001 | 1111001 | 0 | 1000000 | 10111 | 100110 | 101000010 | 101111 | 101010 |
Color Harmonies of #9E3979
Complementary color
Monochromatic Colors of #9E3979
Black with #9E3979
Text Example
Text Example
White with #9E3979
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E3979; }
p { color: rgb(158,57,121); }
H1.HeaderClassName
{
color: #9E3979;
}
.AnyTagClassName
{
color: #9E3979;
}
</style>
background-color css
<style>
a { background-color: #9E3979; }
a { background-color: rgb(158,57,121); }
div.DivClassName
{
background-color: #9E3979;
}
.BgClassName
{
background-color: #9E3979;
}
</style>
border-color css
<style>
span { border-color: #9E3979; }
span { border-color: rgb(158,57,121); }
td.TdClassName
{
border-color: #9E3979;
}
.TagClassName
{
border-color: #9E3979;
}
</style>