Shades of Medium Red Violet #9E328E
Tints of Medium Red Violet #9E328E
RGB
CMYK
RGB Variations
Color information
#9E328E (or 0x9E328E) is known color: Medium Red Violet. HEX triplet: 9E, 32 and 8E. RGB value is (158,50,142). Sum of RGB (Red+Green+Blue) = 158+50+142=350 (46% of max value = 765). Red value is 158 (62.11% from 255 or 45.14% from 350); Green value is 50 (19.92% from 255 or 14.29% from 350); Blue value is 142 (55.86% from 255 or 40.57% from 350); Max value from RGB is 158 - color contains mainly: red. Hex color #9E328E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9E328E is #61CD71. Grayscale: #5C5C5C. Windows color (decimal): -6409586 or 9319070. OLE color: 9319070.
HSL color Cylindrical-coordinate representation of color #9E328E: hue angle of 308.89º 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 #9E328E is Cyan = 0, Magento = 0.68, Yellow = 0.10 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 50 | 142 | - |
| CMYK | 0 | 0.68 | 0.10 | 0.38 |
| HSL | 308.89º | 0.52% | 0.41% | - |
| HSV(B) | 308.89º | 0.68% | 0.62% | - |
| XYZ | 20.12 | 11.5 | 26.75 | - |
| YUV | 92.78 | 155.78 | 174.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 50 | 142 | 0 | 0.68 | 0.10 | 0.38 | 308.89 | 0.52 | 0.41 |
| Hex | 9E | 32 | 8E | 0 | 44 | A | 26 | 135 | 34 | 29 |
| Octal | 236 | 62 | 216 | 0 | 104 | 12 | 46 | 465 | 64 | 51 |
| Binary | 10011110 | 110010 | 10001110 | 0 | 1000100 | 1010 | 100110 | 100110101 | 110100 | 101001 |
Color Harmonies of #9E328E
Complementary color
Monochromatic Colors of #9E328E
Black with #9E328E
Text Example
Text Example
White with #9E328E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E328E; }
p { color: rgb(158,50,142); }
H1.HeaderClassName
{
color: #9E328E;
}
.AnyTagClassName
{
color: #9E328E;
}
</style>
background-color css
<style>
a { background-color: #9E328E; }
a { background-color: rgb(158,50,142); }
div.DivClassName
{
background-color: #9E328E;
}
.BgClassName
{
background-color: #9E328E;
}
</style>
border-color css
<style>
span { border-color: #9E328E; }
span { border-color: rgb(158,50,142); }
td.TdClassName
{
border-color: #9E328E;
}
.TagClassName
{
border-color: #9E328E;
}
</style>