Shades of Medium Red Violet #9E337A
Tints of Medium Red Violet #9E337A
RGB
CMYK
RGB Variations
Color information
#9E337A (or 0x9E337A) is known color: Medium Red Violet. HEX triplet: 9E, 33 and 7A. RGB value is (158,51,122). Sum of RGB (Red+Green+Blue) = 158+51+122=331 (43% of max value = 765). Red value is 158 (62.11% from 255 or 47.73% from 331); Green value is 51 (20.31% from 255 or 15.41% from 331); Blue value is 122 (48.05% from 255 or 36.86% from 331); Max value from RGB is 158 - color contains mainly: red. Hex color #9E337A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9E337A is #61CC85. Grayscale: #5A5A5A. Windows color (decimal): -6409350 or 8008606. OLE color: 8008606.
HSL color Cylindrical-coordinate representation of color #9E337A: hue angle of 320.19º degrees, saturation: 0.51, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #9E337A is Cyan = 0, Magento = 0.68, Yellow = 0.23 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 51 | 122 | - |
| CMYK | 0 | 0.68 | 0.23 | 0.38 |
| HSL | 320.19º | 0.51% | 0.41% | - |
| HSV(B) | 320.19º | 0.68% | 0.62% | - |
| XYZ | 18.8 | 11.04 | 19.55 | - |
| YUV | 91.09 | 145.45 | 175.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 51 | 122 | 0 | 0.68 | 0.23 | 0.38 | 320.19 | 0.51 | 0.41 |
| Hex | 9E | 33 | 7A | 0 | 44 | 17 | 26 | 140 | 33 | 29 |
| Octal | 236 | 63 | 172 | 0 | 104 | 27 | 46 | 500 | 63 | 51 |
| Binary | 10011110 | 110011 | 1111010 | 0 | 1000100 | 10111 | 100110 | 101000000 | 110011 | 101001 |
Color Harmonies of #9E337A
Complementary color
Monochromatic Colors of #9E337A
Black with #9E337A
Text Example
Text Example
White with #9E337A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E337A; }
p { color: rgb(158,51,122); }
H1.HeaderClassName
{
color: #9E337A;
}
.AnyTagClassName
{
color: #9E337A;
}
</style>
background-color css
<style>
a { background-color: #9E337A; }
a { background-color: rgb(158,51,122); }
div.DivClassName
{
background-color: #9E337A;
}
.BgClassName
{
background-color: #9E337A;
}
</style>
border-color css
<style>
span { border-color: #9E337A; }
span { border-color: rgb(158,51,122); }
td.TdClassName
{
border-color: #9E337A;
}
.TagClassName
{
border-color: #9E337A;
}
</style>