Shades of Medium Red Violet #9E3280
Tints of Medium Red Violet #9E3280
RGB
CMYK
RGB Variations
Color information
#9E3280 (or 0x9E3280) is known color: Medium Red Violet. HEX triplet: 9E, 32 and 80. RGB value is (158,50,128). Sum of RGB (Red+Green+Blue) = 158+50+128=336 (44% of max value = 765). Red value is 158 (62.11% from 255 or 47.02% from 336); Green value is 50 (19.92% from 255 or 14.88% from 336); Blue value is 128 (50.39% from 255 or 38.10% from 336); Max value from RGB is 158 - color contains mainly: red. Hex color #9E3280 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9E3280 is #61CD7F. Grayscale: #5A5A5A. Windows color (decimal): -6409600 or 8401566. OLE color: 8401566.
HSL color Cylindrical-coordinate representation of color #9E3280: hue angle of 316.67º degrees, saturation: 0.52, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #9E3280 is Cyan = 0, Magento = 0.68, Yellow = 0.19 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 50 | 128 | - |
| CMYK | 0 | 0.68 | 0.19 | 0.38 |
| HSL | 316.67º | 0.52% | 0.41% | - |
| HSV(B) | 316.67º | 0.68% | 0.62% | - |
| XYZ | 19.14 | 11.11 | 21.56 | - |
| YUV | 91.18 | 148.78 | 175.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 50 | 128 | 0 | 0.68 | 0.19 | 0.38 | 316.67 | 0.52 | 0.41 |
| Hex | 9E | 32 | 80 | 0 | 44 | 13 | 26 | 13D | 34 | 29 |
| Octal | 236 | 62 | 200 | 0 | 104 | 23 | 46 | 475 | 64 | 51 |
| Binary | 10011110 | 110010 | 10000000 | 0 | 1000100 | 10011 | 100110 | 100111101 | 110100 | 101001 |
Color Harmonies of #9E3280
Complementary color
Monochromatic Colors of #9E3280
Black with #9E3280
Text Example
Text Example
White with #9E3280
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E3280; }
p { color: rgb(158,50,128); }
H1.HeaderClassName
{
color: #9E3280;
}
.AnyTagClassName
{
color: #9E3280;
}
</style>
background-color css
<style>
a { background-color: #9E3280; }
a { background-color: rgb(158,50,128); }
div.DivClassName
{
background-color: #9E3280;
}
.BgClassName
{
background-color: #9E3280;
}
</style>
border-color css
<style>
span { border-color: #9E3280; }
span { border-color: rgb(158,50,128); }
td.TdClassName
{
border-color: #9E3280;
}
.TagClassName
{
border-color: #9E3280;
}
</style>