Shades of Medium Red Violet #9E3591
Tints of Medium Red Violet #9E3591
RGB
CMYK
RGB Variations
Color information
#9E3591 (or 0x9E3591) is known color: Medium Red Violet. HEX triplet: 9E, 35 and 91. RGB value is (158,53,145). Sum of RGB (Red+Green+Blue) = 158+53+145=356 (47% of max value = 765). Red value is 158 (62.11% from 255 or 44.38% from 356); Green value is 53 (21.09% from 255 or 14.89% from 356); Blue value is 145 (57.03% from 255 or 40.73% from 356); Max value from RGB is 158 - color contains mainly: red. Hex color #9E3591 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9E3591 is #61CA6E. Grayscale: #5E5E5E. Windows color (decimal): -6408815 or 9516446. OLE color: 9516446.
HSL color Cylindrical-coordinate representation of color #9E3591: hue angle of 307.43º 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 #9E3591 is Cyan = 0, Magento = 0.66, Yellow = 0.08 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 53 | 145 | - |
| CMYK | 0 | 0.66 | 0.08 | 0.38 |
| HSL | 307.43º | 0.5% | 0.41% | - |
| HSV(B) | 307.43º | 0.66% | 0.62% | - |
| XYZ | 20.48 | 11.86 | 28 | - |
| YUV | 94.88 | 156.29 | 173.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 53 | 145 | 0 | 0.66 | 0.08 | 0.38 | 307.43 | 0.5 | 0.41 |
| Hex | 9E | 35 | 91 | 0 | 42 | 8 | 26 | 133 | 32 | 29 |
| Octal | 236 | 65 | 221 | 0 | 102 | 10 | 46 | 463 | 62 | 51 |
| Binary | 10011110 | 110101 | 10010001 | 0 | 1000010 | 1000 | 100110 | 100110011 | 110010 | 101001 |
Color Harmonies of #9E3591
Complementary color
Monochromatic Colors of #9E3591
Black with #9E3591
Text Example
Text Example
White with #9E3591
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E3591; }
p { color: rgb(158,53,145); }
H1.HeaderClassName
{
color: #9E3591;
}
.AnyTagClassName
{
color: #9E3591;
}
</style>
background-color css
<style>
a { background-color: #9E3591; }
a { background-color: rgb(158,53,145); }
div.DivClassName
{
background-color: #9E3591;
}
.BgClassName
{
background-color: #9E3591;
}
</style>
border-color css
<style>
span { border-color: #9E3591; }
span { border-color: rgb(158,53,145); }
td.TdClassName
{
border-color: #9E3591;
}
.TagClassName
{
border-color: #9E3591;
}
</style>