Shades of Medium Red Violet #9E2F76
Tints of Medium Red Violet #9E2F76
RGB
CMYK
RGB Variations
Color information
#9E2F76 (or 0x9E2F76) is known color: Medium Red Violet. HEX triplet: 9E, 2F and 76. RGB value is (158,47,118). Sum of RGB (Red+Green+Blue) = 158+47+118=323 (42% of max value = 765). Red value is 158 (62.11% from 255 or 48.92% from 323); Green value is 47 (18.75% from 255 or 14.55% from 323); Blue value is 118 (46.48% from 255 or 36.53% from 323); Max value from RGB is 158 - color contains mainly: red. Hex color #9E2F76 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9E2F76 is #61D089. Grayscale: #585858. Windows color (decimal): -6410378 or 7745438. OLE color: 7745438.
HSL color Cylindrical-coordinate representation of color #9E2F76: hue angle of 321.62º degrees, saturation: 0.54, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #9E2F76 is Cyan = 0, Magento = 0.70, Yellow = 0.25 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 47 | 118 | - |
| CMYK | 0 | 0.70 | 0.25 | 0.38 |
| HSL | 321.62º | 0.54% | 0.4% | - |
| HSV(B) | 321.62º | 0.7% | 0.62% | - |
| XYZ | 18.39 | 10.61 | 18.22 | - |
| YUV | 88.28 | 144.77 | 177.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 47 | 118 | 0 | 0.70 | 0.25 | 0.38 | 321.62 | 0.54 | 0.4 |
| Hex | 9E | 2F | 76 | 0 | 46 | 19 | 26 | 142 | 36 | 28 |
| Octal | 236 | 57 | 166 | 0 | 106 | 31 | 46 | 502 | 66 | 50 |
| Binary | 10011110 | 101111 | 1110110 | 0 | 1000110 | 11001 | 100110 | 101000010 | 110110 | 101000 |
Color Harmonies of #9E2F76
Complementary color
Monochromatic Colors of #9E2F76
Black with #9E2F76
Text Example
Text Example
White with #9E2F76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E2F76; }
p { color: rgb(158,47,118); }
H1.HeaderClassName
{
color: #9E2F76;
}
.AnyTagClassName
{
color: #9E2F76;
}
</style>
background-color css
<style>
a { background-color: #9E2F76; }
a { background-color: rgb(158,47,118); }
div.DivClassName
{
background-color: #9E2F76;
}
.BgClassName
{
background-color: #9E2F76;
}
</style>
border-color css
<style>
span { border-color: #9E2F76; }
span { border-color: rgb(158,47,118); }
td.TdClassName
{
border-color: #9E2F76;
}
.TagClassName
{
border-color: #9E2F76;
}
</style>