Shades of Medium Red Violet #9E307C
Tints of Medium Red Violet #9E307C
RGB
CMYK
RGB Variations
Color information
#9E307C (or 0x9E307C) is known color: Medium Red Violet. HEX triplet: 9E, 30 and 7C. RGB value is (158,48,124). Sum of RGB (Red+Green+Blue) = 158+48+124=330 (43% of max value = 765). Red value is 158 (62.11% from 255 or 47.88% from 330); Green value is 48 (19.14% from 255 or 14.55% from 330); Blue value is 124 (48.83% from 255 or 37.58% from 330); Max value from RGB is 158 - color contains mainly: red. Hex color #9E307C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9E307C is #61CF83. Grayscale: #595959. Windows color (decimal): -6410116 or 8138910. OLE color: 8138910.
HSL color Cylindrical-coordinate representation of color #9E307C: hue angle of 318.55º degrees, saturation: 0.53, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #9E307C is Cyan = 0, Magento = 0.70, Yellow = 0.22 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 48 | 124 | - |
| CMYK | 0 | 0.70 | 0.22 | 0.38 |
| HSL | 318.55º | 0.53% | 0.4% | - |
| HSV(B) | 318.55º | 0.7% | 0.62% | - |
| XYZ | 18.8 | 10.84 | 20.17 | - |
| YUV | 89.55 | 147.44 | 176.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 48 | 124 | 0 | 0.70 | 0.22 | 0.38 | 318.55 | 0.53 | 0.4 |
| Hex | 9E | 30 | 7C | 0 | 46 | 16 | 26 | 13F | 35 | 28 |
| Octal | 236 | 60 | 174 | 0 | 106 | 26 | 46 | 477 | 65 | 50 |
| Binary | 10011110 | 110000 | 1111100 | 0 | 1000110 | 10110 | 100110 | 100111111 | 110101 | 101000 |
Color Harmonies of #9E307C
Complementary color
Monochromatic Colors of #9E307C
Black with #9E307C
Text Example
Text Example
White with #9E307C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E307C; }
p { color: rgb(158,48,124); }
H1.HeaderClassName
{
color: #9E307C;
}
.AnyTagClassName
{
color: #9E307C;
}
</style>
background-color css
<style>
a { background-color: #9E307C; }
a { background-color: rgb(158,48,124); }
div.DivClassName
{
background-color: #9E307C;
}
.BgClassName
{
background-color: #9E307C;
}
</style>
border-color css
<style>
span { border-color: #9E307C; }
span { border-color: rgb(158,48,124); }
td.TdClassName
{
border-color: #9E307C;
}
.TagClassName
{
border-color: #9E307C;
}
</style>