Shades of Medium Red Violet #9E317A
Tints of Medium Red Violet #9E317A
RGB
CMYK
RGB Variations
Color information
#9E317A (or 0x9E317A) is known color: Medium Red Violet. HEX triplet: 9E, 31 and 7A. RGB value is (158,49,122). Sum of RGB (Red+Green+Blue) = 158+49+122=329 (43% of max value = 765). Red value is 158 (62.11% from 255 or 48.02% from 329); Green value is 49 (19.53% from 255 or 14.89% from 329); Blue value is 122 (48.05% from 255 or 37.08% from 329); Max value from RGB is 158 - color contains mainly: red. Hex color #9E317A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9E317A is #61CE85. Grayscale: #595959. Windows color (decimal): -6409862 or 8008094. OLE color: 8008094.
HSL color Cylindrical-coordinate representation of color #9E317A: hue angle of 319.82º degrees, saturation: 0.53, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #9E317A is Cyan = 0, Magento = 0.69, Yellow = 0.23 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 49 | 122 | - |
| CMYK | 0 | 0.69 | 0.23 | 0.38 |
| HSL | 319.82º | 0.53% | 0.41% | - |
| HSV(B) | 319.82º | 0.69% | 0.62% | - |
| XYZ | 18.71 | 10.87 | 19.52 | - |
| YUV | 89.91 | 146.11 | 176.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 49 | 122 | 0 | 0.69 | 0.23 | 0.38 | 319.82 | 0.53 | 0.41 |
| Hex | 9E | 31 | 7A | 0 | 45 | 17 | 26 | 140 | 35 | 29 |
| Octal | 236 | 61 | 172 | 0 | 105 | 27 | 46 | 500 | 65 | 51 |
| Binary | 10011110 | 110001 | 1111010 | 0 | 1000101 | 10111 | 100110 | 101000000 | 110101 | 101001 |
Color Harmonies of #9E317A
Complementary color
Monochromatic Colors of #9E317A
Black with #9E317A
Text Example
Text Example
White with #9E317A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E317A; }
p { color: rgb(158,49,122); }
H1.HeaderClassName
{
color: #9E317A;
}
.AnyTagClassName
{
color: #9E317A;
}
</style>
background-color css
<style>
a { background-color: #9E317A; }
a { background-color: rgb(158,49,122); }
div.DivClassName
{
background-color: #9E317A;
}
.BgClassName
{
background-color: #9E317A;
}
</style>
border-color css
<style>
span { border-color: #9E317A; }
span { border-color: rgb(158,49,122); }
td.TdClassName
{
border-color: #9E317A;
}
.TagClassName
{
border-color: #9E317A;
}
</style>