Shades of Medium Red Violet #9E3B78
Tints of Medium Red Violet #9E3B78
RGB
CMYK
RGB Variations
Color information
#9E3B78 (or 0x9E3B78) is known color: Medium Red Violet. HEX triplet: 9E, 3B and 78. RGB value is (158,59,120). Sum of RGB (Red+Green+Blue) = 158+59+120=337 (44% of max value = 765). Red value is 158 (62.11% from 255 or 46.88% from 337); Green value is 59 (23.44% from 255 or 17.51% from 337); Blue value is 120 (47.27% from 255 or 35.61% from 337); Max value from RGB is 158 - color contains mainly: red. Hex color #9E3B78 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9E3B78 is #61C487. Grayscale: #5F5F5F. Windows color (decimal): -6407304 or 7879582. OLE color: 7879582.
HSL color Cylindrical-coordinate representation of color #9E3B78: hue angle of 323.03º 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 #9E3B78 is Cyan = 0, Magento = 0.63, Yellow = 0.24 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 59 | 120 | - |
| CMYK | 0 | 0.63 | 0.24 | 0.38 |
| HSL | 323.03º | 0.46% | 0.43% | - |
| HSV(B) | 323.03º | 0.63% | 0.62% | - |
| XYZ | 19.05 | 11.75 | 19.03 | - |
| YUV | 95.56 | 141.8 | 172.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 59 | 120 | 0 | 0.63 | 0.24 | 0.38 | 323.03 | 0.46 | 0.43 |
| Hex | 9E | 3B | 78 | 0 | 3F | 18 | 26 | 143 | 2E | 2B |
| Octal | 236 | 73 | 170 | 0 | 77 | 30 | 46 | 503 | 56 | 53 |
| Binary | 10011110 | 111011 | 1111000 | 0 | 111111 | 11000 | 100110 | 101000011 | 101110 | 101011 |
Color Harmonies of #9E3B78
Complementary color
Monochromatic Colors of #9E3B78
Black with #9E3B78
Text Example
Text Example
White with #9E3B78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E3B78; }
p { color: rgb(158,59,120); }
H1.HeaderClassName
{
color: #9E3B78;
}
.AnyTagClassName
{
color: #9E3B78;
}
</style>
background-color css
<style>
a { background-color: #9E3B78; }
a { background-color: rgb(158,59,120); }
div.DivClassName
{
background-color: #9E3B78;
}
.BgClassName
{
background-color: #9E3B78;
}
</style>
border-color css
<style>
span { border-color: #9E3B78; }
span { border-color: rgb(158,59,120); }
td.TdClassName
{
border-color: #9E3B78;
}
.TagClassName
{
border-color: #9E3B78;
}
</style>