Shades of Medium Red Violet #9E3184
Tints of Medium Red Violet #9E3184
RGB
CMYK
RGB Variations
Color information
#9E3184 (or 0x9E3184) is known color: Medium Red Violet. HEX triplet: 9E, 31 and 84. RGB value is (158,49,132). Sum of RGB (Red+Green+Blue) = 158+49+132=339 (44% of max value = 765). Red value is 158 (62.11% from 255 or 46.61% from 339); Green value is 49 (19.53% from 255 or 14.45% from 339); Blue value is 132 (51.95% from 255 or 38.94% from 339); Max value from RGB is 158 - color contains mainly: red. Hex color #9E3184 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9E3184 is #61CE7B. Grayscale: #5A5A5A. Windows color (decimal): -6409852 or 8663454. OLE color: 8663454.
HSL color Cylindrical-coordinate representation of color #9E3184: hue angle of 314.31º 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 #9E3184 is Cyan = 0, Magento = 0.69, Yellow = 0.16 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 49 | 132 | - |
| CMYK | 0 | 0.69 | 0.16 | 0.38 |
| HSL | 314.31º | 0.53% | 0.41% | - |
| HSV(B) | 314.31º | 0.69% | 0.62% | - |
| XYZ | 19.36 | 11.13 | 22.96 | - |
| YUV | 91.05 | 151.11 | 175.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 49 | 132 | 0 | 0.69 | 0.16 | 0.38 | 314.31 | 0.53 | 0.41 |
| Hex | 9E | 31 | 84 | 0 | 45 | 10 | 26 | 13A | 35 | 29 |
| Octal | 236 | 61 | 204 | 0 | 105 | 20 | 46 | 472 | 65 | 51 |
| Binary | 10011110 | 110001 | 10000100 | 0 | 1000101 | 10000 | 100110 | 100111010 | 110101 | 101001 |
Color Harmonies of #9E3184
Complementary color
Monochromatic Colors of #9E3184
Black with #9E3184
Text Example
Text Example
White with #9E3184
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E3184; }
p { color: rgb(158,49,132); }
H1.HeaderClassName
{
color: #9E3184;
}
.AnyTagClassName
{
color: #9E3184;
}
</style>
background-color css
<style>
a { background-color: #9E3184; }
a { background-color: rgb(158,49,132); }
div.DivClassName
{
background-color: #9E3184;
}
.BgClassName
{
background-color: #9E3184;
}
</style>
border-color css
<style>
span { border-color: #9E3184; }
span { border-color: rgb(158,49,132); }
td.TdClassName
{
border-color: #9E3184;
}
.TagClassName
{
border-color: #9E3184;
}
</style>