Shades of Medium Red Violet #9E4680
Tints of Medium Red Violet #9E4680
RGB
CMYK
RGB Variations
Color information
#9E4680 (or 0x9E4680) is known color: Medium Red Violet. HEX triplet: 9E, 46 and 80. RGB value is (158,70,128). Sum of RGB (Red+Green+Blue) = 158+70+128=356 (47% of max value = 765). Red value is 158 (62.11% from 255 or 44.38% from 356); Green value is 70 (27.73% from 255 or 19.66% from 356); Blue value is 128 (50.39% from 255 or 35.96% from 356); Max value from RGB is 158 - color contains mainly: red. Hex color #9E4680 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9E4680 is #61B97F. Grayscale: #666666. Windows color (decimal): -6404480 or 8406686. OLE color: 8406686.
HSL color Cylindrical-coordinate representation of color #9E4680: hue angle of 320.45º degrees, saturation: 0.39, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #9E4680 is Cyan = 0, Magento = 0.56, Yellow = 0.19 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 70 | 128 | - |
| CMYK | 0 | 0.56 | 0.19 | 0.38 |
| HSL | 320.45º | 0.39% | 0.45% | - |
| HSV(B) | 320.45º | 0.56% | 0.62% | - |
| XYZ | 20.19 | 13.21 | 21.91 | - |
| YUV | 102.92 | 142.15 | 167.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 70 | 128 | 0 | 0.56 | 0.19 | 0.38 | 320.45 | 0.39 | 0.45 |
| Hex | 9E | 46 | 80 | 0 | 38 | 13 | 26 | 140 | 27 | 2D |
| Octal | 236 | 106 | 200 | 0 | 70 | 23 | 46 | 500 | 47 | 55 |
| Binary | 10011110 | 1000110 | 10000000 | 0 | 111000 | 10011 | 100110 | 101000000 | 100111 | 101101 |
Color Harmonies of #9E4680
Complementary color
Monochromatic Colors of #9E4680
Black with #9E4680
Text Example
Text Example
White with #9E4680
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E4680; }
p { color: rgb(158,70,128); }
H1.HeaderClassName
{
color: #9E4680;
}
.AnyTagClassName
{
color: #9E4680;
}
</style>
background-color css
<style>
a { background-color: #9E4680; }
a { background-color: rgb(158,70,128); }
div.DivClassName
{
background-color: #9E4680;
}
.BgClassName
{
background-color: #9E4680;
}
</style>
border-color css
<style>
span { border-color: #9E4680; }
span { border-color: rgb(158,70,128); }
td.TdClassName
{
border-color: #9E4680;
}
.TagClassName
{
border-color: #9E4680;
}
</style>