Shades of Medium Red Violet #9E3884
Tints of Medium Red Violet #9E3884
RGB
CMYK
RGB Variations
Color information
#9E3884 (or 0x9E3884) is known color: Medium Red Violet. HEX triplet: 9E, 38 and 84. RGB value is (158,56,132). Sum of RGB (Red+Green+Blue) = 158+56+132=346 (45% of max value = 765). Red value is 158 (62.11% from 255 or 45.66% from 346); Green value is 56 (22.27% from 255 or 16.18% from 346); Blue value is 132 (51.95% from 255 or 38.15% from 346); Max value from RGB is 158 - color contains mainly: red. Hex color #9E3884 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9E3884 is #61C77B. Grayscale: #5E5E5E. Windows color (decimal): -6408060 or 8665246. OLE color: 8665246.
HSL color Cylindrical-coordinate representation of color #9E3884: hue angle of 315.29º degrees, saturation: 0.48, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #9E3884 is Cyan = 0, Magento = 0.65, Yellow = 0.16 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 56 | 132 | - |
| CMYK | 0 | 0.65 | 0.16 | 0.38 |
| HSL | 315.29º | 0.48% | 0.42% | - |
| HSV(B) | 315.29º | 0.65% | 0.62% | - |
| XYZ | 19.68 | 11.76 | 23.06 | - |
| YUV | 95.16 | 148.79 | 172.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 56 | 132 | 0 | 0.65 | 0.16 | 0.38 | 315.29 | 0.48 | 0.42 |
| Hex | 9E | 38 | 84 | 0 | 41 | 10 | 26 | 13B | 30 | 2A |
| Octal | 236 | 70 | 204 | 0 | 101 | 20 | 46 | 473 | 60 | 52 |
| Binary | 10011110 | 111000 | 10000100 | 0 | 1000001 | 10000 | 100110 | 100111011 | 110000 | 101010 |
Color Harmonies of #9E3884
Complementary color
Monochromatic Colors of #9E3884
Black with #9E3884
Text Example
Text Example
White with #9E3884
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E3884; }
p { color: rgb(158,56,132); }
H1.HeaderClassName
{
color: #9E3884;
}
.AnyTagClassName
{
color: #9E3884;
}
</style>
background-color css
<style>
a { background-color: #9E3884; }
a { background-color: rgb(158,56,132); }
div.DivClassName
{
background-color: #9E3884;
}
.BgClassName
{
background-color: #9E3884;
}
</style>
border-color css
<style>
span { border-color: #9E3884; }
span { border-color: rgb(158,56,132); }
td.TdClassName
{
border-color: #9E3884;
}
.TagClassName
{
border-color: #9E3884;
}
</style>