Shades of Medium Red Violet #9E3081
Tints of Medium Red Violet #9E3081
RGB
CMYK
RGB Variations
Color information
#9E3081 (or 0x9E3081) is known color: Medium Red Violet. HEX triplet: 9E, 30 and 81. RGB value is (158,48,129). Sum of RGB (Red+Green+Blue) = 158+48+129=335 (44% of max value = 765). Red value is 158 (62.11% from 255 or 47.16% from 335); Green value is 48 (19.14% from 255 or 14.33% from 335); Blue value is 129 (50.78% from 255 or 38.51% from 335); Max value from RGB is 158 - color contains mainly: red. Hex color #9E3081 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9E3081 is #61CF7E. Grayscale: #595959. Windows color (decimal): -6410111 or 8466590. OLE color: 8466590.
HSL color Cylindrical-coordinate representation of color #9E3081: hue angle of 315.82º degrees, saturation: 0.53, 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 #9E3081 is Cyan = 0, Magento = 0.70, Yellow = 0.18 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 48 | 129 | - |
| CMYK | 0 | 0.70 | 0.18 | 0.38 |
| HSL | 315.82º | 0.53% | 0.4% | - |
| HSV(B) | 315.82º | 0.7% | 0.62% | - |
| XYZ | 19.12 | 10.97 | 21.88 | - |
| YUV | 90.12 | 149.94 | 176.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 48 | 129 | 0 | 0.70 | 0.18 | 0.38 | 315.82 | 0.53 | 0.4 |
| Hex | 9E | 30 | 81 | 0 | 46 | 12 | 26 | 13C | 35 | 28 |
| Octal | 236 | 60 | 201 | 0 | 106 | 22 | 46 | 474 | 65 | 50 |
| Binary | 10011110 | 110000 | 10000001 | 0 | 1000110 | 10010 | 100110 | 100111100 | 110101 | 101000 |
Color Harmonies of #9E3081
Complementary color
Monochromatic Colors of #9E3081
Black with #9E3081
Text Example
Text Example
White with #9E3081
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E3081; }
p { color: rgb(158,48,129); }
H1.HeaderClassName
{
color: #9E3081;
}
.AnyTagClassName
{
color: #9E3081;
}
</style>
background-color css
<style>
a { background-color: #9E3081; }
a { background-color: rgb(158,48,129); }
div.DivClassName
{
background-color: #9E3081;
}
.BgClassName
{
background-color: #9E3081;
}
</style>
border-color css
<style>
span { border-color: #9E3081; }
span { border-color: rgb(158,48,129); }
td.TdClassName
{
border-color: #9E3081;
}
.TagClassName
{
border-color: #9E3081;
}
</style>