Shades of Medium Red Violet #9E357A
Tints of Medium Red Violet #9E357A
RGB
CMYK
RGB Variations
Color information
#9E357A (or 0x9E357A) is known color: Medium Red Violet. HEX triplet: 9E, 35 and 7A. RGB value is (158,53,122). Sum of RGB (Red+Green+Blue) = 158+53+122=333 (44% of max value = 765). Red value is 158 (62.11% from 255 or 47.45% from 333); Green value is 53 (21.09% from 255 or 15.92% from 333); Blue value is 122 (48.05% from 255 or 36.64% from 333); Max value from RGB is 158 - color contains mainly: red. Hex color #9E357A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9E357A is #61CA85. Grayscale: #5C5C5C. Windows color (decimal): -6408838 or 8009118. OLE color: 8009118.
HSL color Cylindrical-coordinate representation of color #9E357A: hue angle of 320.57º degrees, saturation: 0.5, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #9E357A is Cyan = 0, Magento = 0.66, Yellow = 0.23 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 53 | 122 | - |
| CMYK | 0 | 0.66 | 0.23 | 0.38 |
| HSL | 320.57º | 0.5% | 0.41% | - |
| HSV(B) | 320.57º | 0.66% | 0.62% | - |
| XYZ | 18.89 | 11.22 | 19.58 | - |
| YUV | 92.26 | 144.79 | 174.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 53 | 122 | 0 | 0.66 | 0.23 | 0.38 | 320.57 | 0.5 | 0.41 |
| Hex | 9E | 35 | 7A | 0 | 42 | 17 | 26 | 141 | 32 | 29 |
| Octal | 236 | 65 | 172 | 0 | 102 | 27 | 46 | 501 | 62 | 51 |
| Binary | 10011110 | 110101 | 1111010 | 0 | 1000010 | 10111 | 100110 | 101000001 | 110010 | 101001 |
Color Harmonies of #9E357A
Complementary color
Monochromatic Colors of #9E357A
Black with #9E357A
Text Example
Text Example
White with #9E357A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E357A; }
p { color: rgb(158,53,122); }
H1.HeaderClassName
{
color: #9E357A;
}
.AnyTagClassName
{
color: #9E357A;
}
</style>
background-color css
<style>
a { background-color: #9E357A; }
a { background-color: rgb(158,53,122); }
div.DivClassName
{
background-color: #9E357A;
}
.BgClassName
{
background-color: #9E357A;
}
</style>
border-color css
<style>
span { border-color: #9E357A; }
span { border-color: rgb(158,53,122); }
td.TdClassName
{
border-color: #9E357A;
}
.TagClassName
{
border-color: #9E357A;
}
</style>