Shades of Medium Red Violet #9E3B7A
Tints of Medium Red Violet #9E3B7A
RGB
CMYK
RGB Variations
Color information
#9E3B7A (or 0x9E3B7A) is known color: Medium Red Violet. HEX triplet: 9E, 3B and 7A. RGB value is (158,59,122). Sum of RGB (Red+Green+Blue) = 158+59+122=339 (44% of max value = 765). Red value is 158 (62.11% from 255 or 46.61% from 339); Green value is 59 (23.44% from 255 or 17.40% from 339); Blue value is 122 (48.05% from 255 or 35.99% from 339); Max value from RGB is 158 - color contains mainly: red. Hex color #9E3B7A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9E3B7A is #61C485. Grayscale: #5F5F5F. Windows color (decimal): -6407302 or 8010654. OLE color: 8010654.
HSL color Cylindrical-coordinate representation of color #9E3B7A: hue angle of 321.82º degrees, saturation: 0.46, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #9E3B7A is Cyan = 0, Magento = 0.63, Yellow = 0.23 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 59 | 122 | - |
| CMYK | 0 | 0.63 | 0.23 | 0.38 |
| HSL | 321.82º | 0.46% | 0.43% | - |
| HSV(B) | 321.82º | 0.63% | 0.62% | - |
| XYZ | 19.18 | 11.8 | 19.68 | - |
| YUV | 95.78 | 142.8 | 172.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 59 | 122 | 0 | 0.63 | 0.23 | 0.38 | 321.82 | 0.46 | 0.43 |
| Hex | 9E | 3B | 7A | 0 | 3F | 17 | 26 | 142 | 2E | 2B |
| Octal | 236 | 73 | 172 | 0 | 77 | 27 | 46 | 502 | 56 | 53 |
| Binary | 10011110 | 111011 | 1111010 | 0 | 111111 | 10111 | 100110 | 101000010 | 101110 | 101011 |
Color Harmonies of #9E3B7A
Complementary color
Monochromatic Colors of #9E3B7A
Black with #9E3B7A
Text Example
Text Example
White with #9E3B7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E3B7A; }
p { color: rgb(158,59,122); }
H1.HeaderClassName
{
color: #9E3B7A;
}
.AnyTagClassName
{
color: #9E3B7A;
}
</style>
background-color css
<style>
a { background-color: #9E3B7A; }
a { background-color: rgb(158,59,122); }
div.DivClassName
{
background-color: #9E3B7A;
}
.BgClassName
{
background-color: #9E3B7A;
}
</style>
border-color css
<style>
span { border-color: #9E3B7A; }
span { border-color: rgb(158,59,122); }
td.TdClassName
{
border-color: #9E3B7A;
}
.TagClassName
{
border-color: #9E3B7A;
}
</style>