Shades of Medium Red Violet #9E3780
Tints of Medium Red Violet #9E3780
RGB
CMYK
RGB Variations
Color information
#9E3780 (or 0x9E3780) is known color: Medium Red Violet. HEX triplet: 9E, 37 and 80. RGB value is (158,55,128). Sum of RGB (Red+Green+Blue) = 158+55+128=341 (45% of max value = 765). Red value is 158 (62.11% from 255 or 46.33% from 341); Green value is 55 (21.88% from 255 or 16.13% from 341); Blue value is 128 (50.39% from 255 or 37.54% from 341); Max value from RGB is 158 - color contains mainly: red. Hex color #9E3780 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9E3780 is #61C87F. Grayscale: #5D5D5D. Windows color (decimal): -6408320 or 8402846. OLE color: 8402846.
HSL color Cylindrical-coordinate representation of color #9E3780: hue angle of 317.48º 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 #9E3780 is Cyan = 0, Magento = 0.65, Yellow = 0.19 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 55 | 128 | - |
| CMYK | 0 | 0.65 | 0.19 | 0.38 |
| HSL | 317.48º | 0.48% | 0.42% | - |
| HSV(B) | 317.48º | 0.65% | 0.62% | - |
| XYZ | 19.36 | 11.56 | 21.63 | - |
| YUV | 94.12 | 147.12 | 173.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 55 | 128 | 0 | 0.65 | 0.19 | 0.38 | 317.48 | 0.48 | 0.42 |
| Hex | 9E | 37 | 80 | 0 | 41 | 13 | 26 | 13D | 30 | 2A |
| Octal | 236 | 67 | 200 | 0 | 101 | 23 | 46 | 475 | 60 | 52 |
| Binary | 10011110 | 110111 | 10000000 | 0 | 1000001 | 10011 | 100110 | 100111101 | 110000 | 101010 |
Color Harmonies of #9E3780
Complementary color
Monochromatic Colors of #9E3780
Black with #9E3780
Text Example
Text Example
White with #9E3780
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E3780; }
p { color: rgb(158,55,128); }
H1.HeaderClassName
{
color: #9E3780;
}
.AnyTagClassName
{
color: #9E3780;
}
</style>
background-color css
<style>
a { background-color: #9E3780; }
a { background-color: rgb(158,55,128); }
div.DivClassName
{
background-color: #9E3780;
}
.BgClassName
{
background-color: #9E3780;
}
</style>
border-color css
<style>
span { border-color: #9E3780; }
span { border-color: rgb(158,55,128); }
td.TdClassName
{
border-color: #9E3780;
}
.TagClassName
{
border-color: #9E3780;
}
</style>