Shades of Medium Red Violet #9E348E
Tints of Medium Red Violet #9E348E
RGB
CMYK
RGB Variations
Color information
#9E348E (or 0x9E348E) is known color: Medium Red Violet. HEX triplet: 9E, 34 and 8E. RGB value is (158,52,142). Sum of RGB (Red+Green+Blue) = 158+52+142=352 (46% of max value = 765). Red value is 158 (62.11% from 255 or 44.89% from 352); Green value is 52 (20.70% from 255 or 14.77% from 352); Blue value is 142 (55.86% from 255 or 40.34% from 352); Max value from RGB is 158 - color contains mainly: red. Hex color #9E348E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9E348E is #61CB71. Grayscale: #5D5D5D. Windows color (decimal): -6409074 or 9319582. OLE color: 9319582.
HSL color Cylindrical-coordinate representation of color #9E348E: hue angle of 309.06º 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 #9E348E is Cyan = 0, Magento = 0.67, Yellow = 0.10 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 52 | 142 | - |
| CMYK | 0 | 0.67 | 0.10 | 0.38 |
| HSL | 309.06º | 0.5% | 0.41% | - |
| HSV(B) | 309.06º | 0.67% | 0.62% | - |
| XYZ | 20.21 | 11.68 | 26.78 | - |
| YUV | 93.95 | 155.12 | 173.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 52 | 142 | 0 | 0.67 | 0.10 | 0.38 | 309.06 | 0.5 | 0.41 |
| Hex | 9E | 34 | 8E | 0 | 43 | A | 26 | 135 | 32 | 29 |
| Octal | 236 | 64 | 216 | 0 | 103 | 12 | 46 | 465 | 62 | 51 |
| Binary | 10011110 | 110100 | 10001110 | 0 | 1000011 | 1010 | 100110 | 100110101 | 110010 | 101001 |
Color Harmonies of #9E348E
Complementary color
Monochromatic Colors of #9E348E
Black with #9E348E
Text Example
Text Example
White with #9E348E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E348E; }
p { color: rgb(158,52,142); }
H1.HeaderClassName
{
color: #9E348E;
}
.AnyTagClassName
{
color: #9E348E;
}
</style>
background-color css
<style>
a { background-color: #9E348E; }
a { background-color: rgb(158,52,142); }
div.DivClassName
{
background-color: #9E348E;
}
.BgClassName
{
background-color: #9E348E;
}
</style>
border-color css
<style>
span { border-color: #9E348E; }
span { border-color: rgb(158,52,142); }
td.TdClassName
{
border-color: #9E348E;
}
.TagClassName
{
border-color: #9E348E;
}
</style>