Shades of Medium Red Violet #9E327D
Tints of Medium Red Violet #9E327D
RGB
CMYK
RGB Variations
Color information
#9E327D (or 0x9E327D) is known color: Medium Red Violet. HEX triplet: 9E, 32 and 7D. RGB value is (158,50,125). Sum of RGB (Red+Green+Blue) = 158+50+125=333 (44% of max value = 765). Red value is 158 (62.11% from 255 or 47.45% from 333); Green value is 50 (19.92% from 255 or 15.02% from 333); Blue value is 125 (49.22% from 255 or 37.54% from 333); Max value from RGB is 158 - color contains mainly: red. Hex color #9E327D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9E327D is #61CD82. Grayscale: #5A5A5A. Windows color (decimal): -6409603 or 8204958. OLE color: 8204958.
HSL color Cylindrical-coordinate representation of color #9E327D: hue angle of 318.33º 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 #9E327D is Cyan = 0, Magento = 0.68, Yellow = 0.21 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 50 | 125 | - |
| CMYK | 0 | 0.68 | 0.21 | 0.38 |
| HSL | 318.33º | 0.52% | 0.41% | - |
| HSV(B) | 318.33º | 0.68% | 0.62% | - |
| XYZ | 18.94 | 11.03 | 20.53 | - |
| YUV | 90.84 | 147.28 | 175.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 50 | 125 | 0 | 0.68 | 0.21 | 0.38 | 318.33 | 0.52 | 0.41 |
| Hex | 9E | 32 | 7D | 0 | 44 | 15 | 26 | 13E | 34 | 29 |
| Octal | 236 | 62 | 175 | 0 | 104 | 25 | 46 | 476 | 64 | 51 |
| Binary | 10011110 | 110010 | 1111101 | 0 | 1000100 | 10101 | 100110 | 100111110 | 110100 | 101001 |
Color Harmonies of #9E327D
Complementary color
Monochromatic Colors of #9E327D
Black with #9E327D
Text Example
Text Example
White with #9E327D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E327D; }
p { color: rgb(158,50,125); }
H1.HeaderClassName
{
color: #9E327D;
}
.AnyTagClassName
{
color: #9E327D;
}
</style>
background-color css
<style>
a { background-color: #9E327D; }
a { background-color: rgb(158,50,125); }
div.DivClassName
{
background-color: #9E327D;
}
.BgClassName
{
background-color: #9E327D;
}
</style>
border-color css
<style>
span { border-color: #9E327D; }
span { border-color: rgb(158,50,125); }
td.TdClassName
{
border-color: #9E327D;
}
.TagClassName
{
border-color: #9E327D;
}
</style>