Shades of Medium Red Violet #9E3A83
Tints of Medium Red Violet #9E3A83
RGB
CMYK
RGB Variations
Color information
#9E3A83 (or 0x9E3A83) is known color: Medium Red Violet. HEX triplet: 9E, 3A and 83. RGB value is (158,58,131). Sum of RGB (Red+Green+Blue) = 158+58+131=347 (45% of max value = 765). Red value is 158 (62.11% from 255 or 45.53% from 347); Green value is 58 (23.05% from 255 or 16.71% from 347); Blue value is 131 (51.56% from 255 or 37.75% from 347); Max value from RGB is 158 - color contains mainly: red. Hex color #9E3A83 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9E3A83 is #61C57C. Grayscale: #606060. Windows color (decimal): -6407549 or 8600222. OLE color: 8600222.
HSL color Cylindrical-coordinate representation of color #9E3A83: hue angle of 316.2º degrees, saturation: 0.46, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #9E3A83 is Cyan = 0, Magento = 0.63, Yellow = 0.17 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 58 | 131 | - |
| CMYK | 0 | 0.63 | 0.17 | 0.38 |
| HSL | 316.2º | 0.46% | 0.42% | - |
| HSV(B) | 316.2º | 0.63% | 0.62% | - |
| XYZ | 19.71 | 11.93 | 22.74 | - |
| YUV | 96.22 | 147.63 | 172.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 58 | 131 | 0 | 0.63 | 0.17 | 0.38 | 316.2 | 0.46 | 0.42 |
| Hex | 9E | 3A | 83 | 0 | 3F | 11 | 26 | 13C | 2E | 2A |
| Octal | 236 | 72 | 203 | 0 | 77 | 21 | 46 | 474 | 56 | 52 |
| Binary | 10011110 | 111010 | 10000011 | 0 | 111111 | 10001 | 100110 | 100111100 | 101110 | 101010 |
Color Harmonies of #9E3A83
Complementary color
Monochromatic Colors of #9E3A83
Black with #9E3A83
Text Example
Text Example
White with #9E3A83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E3A83; }
p { color: rgb(158,58,131); }
H1.HeaderClassName
{
color: #9E3A83;
}
.AnyTagClassName
{
color: #9E3A83;
}
</style>
background-color css
<style>
a { background-color: #9E3A83; }
a { background-color: rgb(158,58,131); }
div.DivClassName
{
background-color: #9E3A83;
}
.BgClassName
{
background-color: #9E3A83;
}
</style>
border-color css
<style>
span { border-color: #9E3A83; }
span { border-color: rgb(158,58,131); }
td.TdClassName
{
border-color: #9E3A83;
}
.TagClassName
{
border-color: #9E3A83;
}
</style>