Shades of Medium Red Violet #9E3991
Tints of Medium Red Violet #9E3991
RGB
CMYK
RGB Variations
Color information
#9E3991 (or 0x9E3991) is known color: Medium Red Violet. HEX triplet: 9E, 39 and 91. RGB value is (158,57,145). Sum of RGB (Red+Green+Blue) = 158+57+145=360 (47% of max value = 765). Red value is 158 (62.11% from 255 or 43.89% from 360); Green value is 57 (22.66% from 255 or 15.83% from 360); Blue value is 145 (57.03% from 255 or 40.28% from 360); Max value from RGB is 158 - color contains mainly: red. Hex color #9E3991 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9E3991 is #61C66E. Grayscale: #606060. Windows color (decimal): -6407791 or 9517470. OLE color: 9517470.
HSL color Cylindrical-coordinate representation of color #9E3991: hue angle of 307.72º degrees, saturation: 0.47, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #9E3991 is Cyan = 0, Magento = 0.64, Yellow = 0.08 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 57 | 145 | - |
| CMYK | 0 | 0.64 | 0.08 | 0.38 |
| HSL | 307.72º | 0.47% | 0.42% | - |
| HSV(B) | 307.72º | 0.64% | 0.62% | - |
| XYZ | 20.67 | 12.24 | 28.06 | - |
| YUV | 97.23 | 154.96 | 171.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 57 | 145 | 0 | 0.64 | 0.08 | 0.38 | 307.72 | 0.47 | 0.42 |
| Hex | 9E | 39 | 91 | 0 | 40 | 8 | 26 | 134 | 2F | 2A |
| Octal | 236 | 71 | 221 | 0 | 100 | 10 | 46 | 464 | 57 | 52 |
| Binary | 10011110 | 111001 | 10010001 | 0 | 1000000 | 1000 | 100110 | 100110100 | 101111 | 101010 |
Color Harmonies of #9E3991
Complementary color
Monochromatic Colors of #9E3991
Black with #9E3991
Text Example
Text Example
White with #9E3991
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E3991; }
p { color: rgb(158,57,145); }
H1.HeaderClassName
{
color: #9E3991;
}
.AnyTagClassName
{
color: #9E3991;
}
</style>
background-color css
<style>
a { background-color: #9E3991; }
a { background-color: rgb(158,57,145); }
div.DivClassName
{
background-color: #9E3991;
}
.BgClassName
{
background-color: #9E3991;
}
</style>
border-color css
<style>
span { border-color: #9E3991; }
span { border-color: rgb(158,57,145); }
td.TdClassName
{
border-color: #9E3991;
}
.TagClassName
{
border-color: #9E3991;
}
</style>