Shades of Medium Red Violet #9E3183
Tints of Medium Red Violet #9E3183
RGB
CMYK
RGB Variations
Color information
#9E3183 (or 0x9E3183) is known color: Medium Red Violet. HEX triplet: 9E, 31 and 83. RGB value is (158,49,131). Sum of RGB (Red+Green+Blue) = 158+49+131=338 (44% of max value = 765). Red value is 158 (62.11% from 255 or 46.75% from 338); Green value is 49 (19.53% from 255 or 14.50% from 338); Blue value is 131 (51.56% from 255 or 38.76% from 338); Max value from RGB is 158 - color contains mainly: red. Hex color #9E3183 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9E3183 is #61CE7C. Grayscale: #5A5A5A. Windows color (decimal): -6409853 or 8597918. OLE color: 8597918.
HSL color Cylindrical-coordinate representation of color #9E3183: hue angle of 314.86º degrees, saturation: 0.53, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #9E3183 is Cyan = 0, Magento = 0.69, Yellow = 0.17 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 49 | 131 | - |
| CMYK | 0 | 0.69 | 0.17 | 0.38 |
| HSL | 314.86º | 0.53% | 0.41% | - |
| HSV(B) | 314.86º | 0.69% | 0.62% | - |
| XYZ | 19.3 | 11.1 | 22.6 | - |
| YUV | 90.94 | 150.61 | 175.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 49 | 131 | 0 | 0.69 | 0.17 | 0.38 | 314.86 | 0.53 | 0.41 |
| Hex | 9E | 31 | 83 | 0 | 45 | 11 | 26 | 13B | 35 | 29 |
| Octal | 236 | 61 | 203 | 0 | 105 | 21 | 46 | 473 | 65 | 51 |
| Binary | 10011110 | 110001 | 10000011 | 0 | 1000101 | 10001 | 100110 | 100111011 | 110101 | 101001 |
Color Harmonies of #9E3183
Complementary color
Monochromatic Colors of #9E3183
Black with #9E3183
Text Example
Text Example
White with #9E3183
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E3183; }
p { color: rgb(158,49,131); }
H1.HeaderClassName
{
color: #9E3183;
}
.AnyTagClassName
{
color: #9E3183;
}
</style>
background-color css
<style>
a { background-color: #9E3183; }
a { background-color: rgb(158,49,131); }
div.DivClassName
{
background-color: #9E3183;
}
.BgClassName
{
background-color: #9E3183;
}
</style>
border-color css
<style>
span { border-color: #9E3183; }
span { border-color: rgb(158,49,131); }
td.TdClassName
{
border-color: #9E3183;
}
.TagClassName
{
border-color: #9E3183;
}
</style>