Shades of Medium Red Violet #9E3279
Tints of Medium Red Violet #9E3279
RGB
CMYK
RGB Variations
Color information
#9E3279 (or 0x9E3279) is known color: Medium Red Violet. HEX triplet: 9E, 32 and 79. RGB value is (158,50,121). Sum of RGB (Red+Green+Blue) = 158+50+121=329 (43% of max value = 765). Red value is 158 (62.11% from 255 or 48.02% from 329); Green value is 50 (19.92% from 255 or 15.20% from 329); Blue value is 121 (47.66% from 255 or 36.78% from 329); Max value from RGB is 158 - color contains mainly: red. Hex color #9E3279 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9E3279 is #61CD86. Grayscale: #5A5A5A. Windows color (decimal): -6409607 or 7942814. OLE color: 7942814.
HSL color Cylindrical-coordinate representation of color #9E3279: hue angle of 320.56º 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 #9E3279 is Cyan = 0, Magento = 0.68, Yellow = 0.23 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 50 | 121 | - |
| CMYK | 0 | 0.68 | 0.23 | 0.38 |
| HSL | 320.56º | 0.52% | 0.41% | - |
| HSV(B) | 320.56º | 0.68% | 0.62% | - |
| XYZ | 18.69 | 10.93 | 19.21 | - |
| YUV | 90.39 | 145.28 | 176.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 50 | 121 | 0 | 0.68 | 0.23 | 0.38 | 320.56 | 0.52 | 0.41 |
| Hex | 9E | 32 | 79 | 0 | 44 | 17 | 26 | 141 | 34 | 29 |
| Octal | 236 | 62 | 171 | 0 | 104 | 27 | 46 | 501 | 64 | 51 |
| Binary | 10011110 | 110010 | 1111001 | 0 | 1000100 | 10111 | 100110 | 101000001 | 110100 | 101001 |
Color Harmonies of #9E3279
Complementary color
Monochromatic Colors of #9E3279
Black with #9E3279
Text Example
Text Example
White with #9E3279
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E3279; }
p { color: rgb(158,50,121); }
H1.HeaderClassName
{
color: #9E3279;
}
.AnyTagClassName
{
color: #9E3279;
}
</style>
background-color css
<style>
a { background-color: #9E3279; }
a { background-color: rgb(158,50,121); }
div.DivClassName
{
background-color: #9E3279;
}
.BgClassName
{
background-color: #9E3279;
}
</style>
border-color css
<style>
span { border-color: #9E3279; }
span { border-color: rgb(158,50,121); }
td.TdClassName
{
border-color: #9E3279;
}
.TagClassName
{
border-color: #9E3279;
}
</style>