Shades of Medium Red Violet #9E367D
Tints of Medium Red Violet #9E367D
RGB
CMYK
RGB Variations
Color information
#9E367D (or 0x9E367D) is known color: Medium Red Violet. HEX triplet: 9E, 36 and 7D. RGB value is (158,54,125). Sum of RGB (Red+Green+Blue) = 158+54+125=337 (44% of max value = 765). Red value is 158 (62.11% from 255 or 46.88% from 337); Green value is 54 (21.48% from 255 or 16.02% from 337); Blue value is 125 (49.22% from 255 or 37.09% from 337); Max value from RGB is 158 - color contains mainly: red. Hex color #9E367D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9E367D is #61C982. Grayscale: #5D5D5D. Windows color (decimal): -6408579 or 8205982. OLE color: 8205982.
HSL color Cylindrical-coordinate representation of color #9E367D: hue angle of 319.04º degrees, saturation: 0.49, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #9E367D is Cyan = 0, Magento = 0.66, Yellow = 0.21 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 54 | 125 | - |
| CMYK | 0 | 0.66 | 0.21 | 0.38 |
| HSL | 319.04º | 0.49% | 0.42% | - |
| HSV(B) | 319.04º | 0.66% | 0.62% | - |
| XYZ | 19.12 | 11.39 | 20.59 | - |
| YUV | 93.19 | 145.96 | 174.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 54 | 125 | 0 | 0.66 | 0.21 | 0.38 | 319.04 | 0.49 | 0.42 |
| Hex | 9E | 36 | 7D | 0 | 42 | 15 | 26 | 13F | 31 | 2A |
| Octal | 236 | 66 | 175 | 0 | 102 | 25 | 46 | 477 | 61 | 52 |
| Binary | 10011110 | 110110 | 1111101 | 0 | 1000010 | 10101 | 100110 | 100111111 | 110001 | 101010 |
Color Harmonies of #9E367D
Complementary color
Monochromatic Colors of #9E367D
Black with #9E367D
Text Example
Text Example
White with #9E367D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E367D; }
p { color: rgb(158,54,125); }
H1.HeaderClassName
{
color: #9E367D;
}
.AnyTagClassName
{
color: #9E367D;
}
</style>
background-color css
<style>
a { background-color: #9E367D; }
a { background-color: rgb(158,54,125); }
div.DivClassName
{
background-color: #9E367D;
}
.BgClassName
{
background-color: #9E367D;
}
</style>
border-color css
<style>
span { border-color: #9E367D; }
span { border-color: rgb(158,54,125); }
td.TdClassName
{
border-color: #9E367D;
}
.TagClassName
{
border-color: #9E367D;
}
</style>