Shades of Medium Red Violet #9E4786
Tints of Medium Red Violet #9E4786
RGB
CMYK
RGB Variations
Color information
#9E4786 (or 0x9E4786) is known color: Medium Red Violet. HEX triplet: 9E, 47 and 86. RGB value is (158,71,134). Sum of RGB (Red+Green+Blue) = 158+71+134=363 (48% of max value = 765). Red value is 158 (62.11% from 255 or 43.53% from 363); Green value is 71 (28.12% from 255 or 19.56% from 363); Blue value is 134 (52.73% from 255 or 36.91% from 363); Max value from RGB is 158 - color contains mainly: red. Hex color #9E4786 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9E4786 is #61B879. Grayscale: #686868. Windows color (decimal): -6404218 or 8800158. OLE color: 8800158.
HSL color Cylindrical-coordinate representation of color #9E4786: hue angle of 316.55º degrees, saturation: 0.38, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #9E4786 is Cyan = 0, Magento = 0.55, Yellow = 0.15 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 71 | 134 | - |
| CMYK | 0 | 0.55 | 0.15 | 0.38 |
| HSL | 316.55º | 0.38% | 0.45% | - |
| HSV(B) | 316.55º | 0.55% | 0.62% | - |
| XYZ | 20.66 | 13.5 | 24.07 | - |
| YUV | 104.2 | 144.82 | 166.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 71 | 134 | 0 | 0.55 | 0.15 | 0.38 | 316.55 | 0.38 | 0.45 |
| Hex | 9E | 47 | 86 | 0 | 37 | F | 26 | 13D | 26 | 2D |
| Octal | 236 | 107 | 206 | 0 | 67 | 17 | 46 | 475 | 46 | 55 |
| Binary | 10011110 | 1000111 | 10000110 | 0 | 110111 | 1111 | 100110 | 100111101 | 100110 | 101101 |
Color Harmonies of #9E4786
Complementary color
Monochromatic Colors of #9E4786
Black with #9E4786
Text Example
Text Example
White with #9E4786
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E4786; }
p { color: rgb(158,71,134); }
H1.HeaderClassName
{
color: #9E4786;
}
.AnyTagClassName
{
color: #9E4786;
}
</style>
background-color css
<style>
a { background-color: #9E4786; }
a { background-color: rgb(158,71,134); }
div.DivClassName
{
background-color: #9E4786;
}
.BgClassName
{
background-color: #9E4786;
}
</style>
border-color css
<style>
span { border-color: #9E4786; }
span { border-color: rgb(158,71,134); }
td.TdClassName
{
border-color: #9E4786;
}
.TagClassName
{
border-color: #9E4786;
}
</style>