Shades of Medium Red Violet #9E378C
Tints of Medium Red Violet #9E378C
RGB
CMYK
RGB Variations
Color information
#9E378C (or 0x9E378C) is known color: Medium Red Violet. HEX triplet: 9E, 37 and 8C. RGB value is (158,55,140). Sum of RGB (Red+Green+Blue) = 158+55+140=353 (46% of max value = 765). Red value is 158 (62.11% from 255 or 44.76% from 353); Green value is 55 (21.88% from 255 or 15.58% from 353); Blue value is 140 (55.08% from 255 or 39.66% from 353); Max value from RGB is 158 - color contains mainly: red. Hex color #9E378C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9E378C is #61C873. Grayscale: #5F5F5F. Windows color (decimal): -6408308 or 9189278. OLE color: 9189278.
HSL color Cylindrical-coordinate representation of color #9E378C: hue angle of 310.49º degrees, saturation: 0.48, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #9E378C is Cyan = 0, Magento = 0.65, Yellow = 0.11 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 55 | 140 | - |
| CMYK | 0 | 0.65 | 0.11 | 0.38 |
| HSL | 310.49º | 0.48% | 0.42% | - |
| HSV(B) | 310.49º | 0.65% | 0.62% | - |
| XYZ | 20.2 | 11.89 | 26.04 | - |
| YUV | 95.49 | 153.12 | 172.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 55 | 140 | 0 | 0.65 | 0.11 | 0.38 | 310.49 | 0.48 | 0.42 |
| Hex | 9E | 37 | 8C | 0 | 41 | B | 26 | 136 | 30 | 2A |
| Octal | 236 | 67 | 214 | 0 | 101 | 13 | 46 | 466 | 60 | 52 |
| Binary | 10011110 | 110111 | 10001100 | 0 | 1000001 | 1011 | 100110 | 100110110 | 110000 | 101010 |
Color Harmonies of #9E378C
Complementary color
Monochromatic Colors of #9E378C
Black with #9E378C
Text Example
Text Example
White with #9E378C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E378C; }
p { color: rgb(158,55,140); }
H1.HeaderClassName
{
color: #9E378C;
}
.AnyTagClassName
{
color: #9E378C;
}
</style>
background-color css
<style>
a { background-color: #9E378C; }
a { background-color: rgb(158,55,140); }
div.DivClassName
{
background-color: #9E378C;
}
.BgClassName
{
background-color: #9E378C;
}
</style>
border-color css
<style>
span { border-color: #9E378C; }
span { border-color: rgb(158,55,140); }
td.TdClassName
{
border-color: #9E378C;
}
.TagClassName
{
border-color: #9E378C;
}
</style>