Shades of Medium Red Violet #9E347D
Tints of Medium Red Violet #9E347D
RGB
CMYK
RGB Variations
Color information
#9E347D (or 0x9E347D) is known color: Medium Red Violet. HEX triplet: 9E, 34 and 7D. RGB value is (158,52,125). Sum of RGB (Red+Green+Blue) = 158+52+125=335 (44% of max value = 765). Red value is 158 (62.11% from 255 or 47.16% from 335); Green value is 52 (20.70% from 255 or 15.52% from 335); Blue value is 125 (49.22% from 255 or 37.31% from 335); Max value from RGB is 158 - color contains mainly: red. Hex color #9E347D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9E347D is #61CB82. Grayscale: #5B5B5B. Windows color (decimal): -6409091 or 8205470. OLE color: 8205470.
HSL color Cylindrical-coordinate representation of color #9E347D: hue angle of 318.68º degrees, saturation: 0.5, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #9E347D is Cyan = 0, Magento = 0.67, Yellow = 0.21 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 52 | 125 | - |
| CMYK | 0 | 0.67 | 0.21 | 0.38 |
| HSL | 318.68º | 0.5% | 0.41% | - |
| HSV(B) | 318.68º | 0.67% | 0.62% | - |
| XYZ | 19.03 | 11.21 | 20.56 | - |
| YUV | 92.02 | 146.62 | 175.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 52 | 125 | 0 | 0.67 | 0.21 | 0.38 | 318.68 | 0.5 | 0.41 |
| Hex | 9E | 34 | 7D | 0 | 43 | 15 | 26 | 13F | 32 | 29 |
| Octal | 236 | 64 | 175 | 0 | 103 | 25 | 46 | 477 | 62 | 51 |
| Binary | 10011110 | 110100 | 1111101 | 0 | 1000011 | 10101 | 100110 | 100111111 | 110010 | 101001 |
Color Harmonies of #9E347D
Complementary color
Monochromatic Colors of #9E347D
Black with #9E347D
Text Example
Text Example
White with #9E347D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E347D; }
p { color: rgb(158,52,125); }
H1.HeaderClassName
{
color: #9E347D;
}
.AnyTagClassName
{
color: #9E347D;
}
</style>
background-color css
<style>
a { background-color: #9E347D; }
a { background-color: rgb(158,52,125); }
div.DivClassName
{
background-color: #9E347D;
}
.BgClassName
{
background-color: #9E347D;
}
</style>
border-color css
<style>
span { border-color: #9E347D; }
span { border-color: rgb(158,52,125); }
td.TdClassName
{
border-color: #9E347D;
}
.TagClassName
{
border-color: #9E347D;
}
</style>