Shades of Medium Red Violet #9E348C
Tints of Medium Red Violet #9E348C
RGB
CMYK
RGB Variations
Color information
#9E348C (or 0x9E348C) is known color: Medium Red Violet. HEX triplet: 9E, 34 and 8C. RGB value is (158,52,140). Sum of RGB (Red+Green+Blue) = 158+52+140=350 (46% of max value = 765). Red value is 158 (62.11% from 255 or 45.14% from 350); Green value is 52 (20.70% from 255 or 14.86% from 350); Blue value is 140 (55.08% from 255 or 40% from 350); Max value from RGB is 158 - color contains mainly: red. Hex color #9E348C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9E348C is #61CB73. Grayscale: #5D5D5D. Windows color (decimal): -6409076 or 9188510. OLE color: 9188510.
HSL color Cylindrical-coordinate representation of color #9E348C: hue angle of 310.19º 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 #9E348C is Cyan = 0, Magento = 0.67, Yellow = 0.11 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 52 | 140 | - |
| CMYK | 0 | 0.67 | 0.11 | 0.38 |
| HSL | 310.19º | 0.5% | 0.41% | - |
| HSV(B) | 310.19º | 0.67% | 0.62% | - |
| XYZ | 20.06 | 11.62 | 26 | - |
| YUV | 93.73 | 154.12 | 173.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 52 | 140 | 0 | 0.67 | 0.11 | 0.38 | 310.19 | 0.5 | 0.41 |
| Hex | 9E | 34 | 8C | 0 | 43 | B | 26 | 136 | 32 | 29 |
| Octal | 236 | 64 | 214 | 0 | 103 | 13 | 46 | 466 | 62 | 51 |
| Binary | 10011110 | 110100 | 10001100 | 0 | 1000011 | 1011 | 100110 | 100110110 | 110010 | 101001 |
Color Harmonies of #9E348C
Complementary color
Monochromatic Colors of #9E348C
Black with #9E348C
Text Example
Text Example
White with #9E348C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E348C; }
p { color: rgb(158,52,140); }
H1.HeaderClassName
{
color: #9E348C;
}
.AnyTagClassName
{
color: #9E348C;
}
</style>
background-color css
<style>
a { background-color: #9E348C; }
a { background-color: rgb(158,52,140); }
div.DivClassName
{
background-color: #9E348C;
}
.BgClassName
{
background-color: #9E348C;
}
</style>
border-color css
<style>
span { border-color: #9E348C; }
span { border-color: rgb(158,52,140); }
td.TdClassName
{
border-color: #9E348C;
}
.TagClassName
{
border-color: #9E348C;
}
</style>