Shades of Medium Red Violet #9E3A79
Tints of Medium Red Violet #9E3A79
RGB
CMYK
RGB Variations
Color information
#9E3A79 (or 0x9E3A79) is known color: Medium Red Violet. HEX triplet: 9E, 3A and 79. RGB value is (158,58,121). Sum of RGB (Red+Green+Blue) = 158+58+121=337 (44% of max value = 765). Red value is 158 (62.11% from 255 or 46.88% from 337); Green value is 58 (23.05% from 255 or 17.21% from 337); Blue value is 121 (47.66% from 255 or 35.91% from 337); Max value from RGB is 158 - color contains mainly: red. Hex color #9E3A79 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9E3A79 is #61C586. Grayscale: #5E5E5E. Windows color (decimal): -6407559 or 7944862. OLE color: 7944862.
HSL color Cylindrical-coordinate representation of color #9E3A79: hue angle of 322.2º degrees, saturation: 0.46, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #9E3A79 is Cyan = 0, Magento = 0.63, Yellow = 0.23 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 58 | 121 | - |
| CMYK | 0 | 0.63 | 0.23 | 0.38 |
| HSL | 322.2º | 0.46% | 0.42% | - |
| HSV(B) | 322.2º | 0.63% | 0.62% | - |
| XYZ | 19.06 | 11.68 | 19.34 | - |
| YUV | 95.08 | 142.63 | 172.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 58 | 121 | 0 | 0.63 | 0.23 | 0.38 | 322.2 | 0.46 | 0.42 |
| Hex | 9E | 3A | 79 | 0 | 3F | 17 | 26 | 142 | 2E | 2A |
| Octal | 236 | 72 | 171 | 0 | 77 | 27 | 46 | 502 | 56 | 52 |
| Binary | 10011110 | 111010 | 1111001 | 0 | 111111 | 10111 | 100110 | 101000010 | 101110 | 101010 |
Color Harmonies of #9E3A79
Complementary color
Monochromatic Colors of #9E3A79
Black with #9E3A79
Text Example
Text Example
White with #9E3A79
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E3A79; }
p { color: rgb(158,58,121); }
H1.HeaderClassName
{
color: #9E3A79;
}
.AnyTagClassName
{
color: #9E3A79;
}
</style>
background-color css
<style>
a { background-color: #9E3A79; }
a { background-color: rgb(158,58,121); }
div.DivClassName
{
background-color: #9E3A79;
}
.BgClassName
{
background-color: #9E3A79;
}
</style>
border-color css
<style>
span { border-color: #9E3A79; }
span { border-color: rgb(158,58,121); }
td.TdClassName
{
border-color: #9E3A79;
}
.TagClassName
{
border-color: #9E3A79;
}
</style>