Shades of Medium Red Violet #9E367E
Tints of Medium Red Violet #9E367E
RGB
CMYK
RGB Variations
Color information
#9E367E (or 0x9E367E) is known color: Medium Red Violet. HEX triplet: 9E, 36 and 7E. RGB value is (158,54,126). Sum of RGB (Red+Green+Blue) = 158+54+126=338 (44% of max value = 765). Red value is 158 (62.11% from 255 or 46.75% from 338); Green value is 54 (21.48% from 255 or 15.98% from 338); Blue value is 126 (49.61% from 255 or 37.28% from 338); Max value from RGB is 158 - color contains mainly: red. Hex color #9E367E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9E367E is #61C981. Grayscale: #5D5D5D. Windows color (decimal): -6408578 or 8271518. OLE color: 8271518.
HSL color Cylindrical-coordinate representation of color #9E367E: hue angle of 318.46º 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 #9E367E is Cyan = 0, Magento = 0.66, Yellow = 0.20 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 54 | 126 | - |
| CMYK | 0 | 0.66 | 0.20 | 0.38 |
| HSL | 318.46º | 0.49% | 0.42% | - |
| HSV(B) | 318.46º | 0.66% | 0.62% | - |
| XYZ | 19.19 | 11.41 | 20.93 | - |
| YUV | 93.3 | 146.46 | 174.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 54 | 126 | 0 | 0.66 | 0.20 | 0.38 | 318.46 | 0.49 | 0.42 |
| Hex | 9E | 36 | 7E | 0 | 42 | 14 | 26 | 13E | 31 | 2A |
| Octal | 236 | 66 | 176 | 0 | 102 | 24 | 46 | 476 | 61 | 52 |
| Binary | 10011110 | 110110 | 1111110 | 0 | 1000010 | 10100 | 100110 | 100111110 | 110001 | 101010 |
Color Harmonies of #9E367E
Complementary color
Monochromatic Colors of #9E367E
Black with #9E367E
Text Example
Text Example
White with #9E367E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E367E; }
p { color: rgb(158,54,126); }
H1.HeaderClassName
{
color: #9E367E;
}
.AnyTagClassName
{
color: #9E367E;
}
</style>
background-color css
<style>
a { background-color: #9E367E; }
a { background-color: rgb(158,54,126); }
div.DivClassName
{
background-color: #9E367E;
}
.BgClassName
{
background-color: #9E367E;
}
</style>
border-color css
<style>
span { border-color: #9E367E; }
span { border-color: rgb(158,54,126); }
td.TdClassName
{
border-color: #9E367E;
}
.TagClassName
{
border-color: #9E367E;
}
</style>