Shades of Medium Red Violet #9E338D
Tints of Medium Red Violet #9E338D
RGB
CMYK
RGB Variations
Color information
#9E338D (or 0x9E338D) is known color: Medium Red Violet. HEX triplet: 9E, 33 and 8D. RGB value is (158,51,141). Sum of RGB (Red+Green+Blue) = 158+51+141=350 (46% of max value = 765). Red value is 158 (62.11% from 255 or 45.14% from 350); Green value is 51 (20.31% from 255 or 14.57% from 350); Blue value is 141 (55.47% from 255 or 40.29% from 350); Max value from RGB is 158 - color contains mainly: red. Hex color #9E338D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9E338D is #61CC72. Grayscale: #5D5D5D. Windows color (decimal): -6409331 or 9253790. OLE color: 9253790.
HSL color Cylindrical-coordinate representation of color #9E338D: hue angle of 309.53º degrees, saturation: 0.51, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #9E338D is Cyan = 0, Magento = 0.68, Yellow = 0.11 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 51 | 141 | - |
| CMYK | 0 | 0.68 | 0.11 | 0.38 |
| HSL | 309.53º | 0.51% | 0.41% | - |
| HSV(B) | 309.53º | 0.68% | 0.62% | - |
| XYZ | 20.09 | 11.56 | 26.37 | - |
| YUV | 93.25 | 154.95 | 174.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 51 | 141 | 0 | 0.68 | 0.11 | 0.38 | 309.53 | 0.51 | 0.41 |
| Hex | 9E | 33 | 8D | 0 | 44 | B | 26 | 136 | 33 | 29 |
| Octal | 236 | 63 | 215 | 0 | 104 | 13 | 46 | 466 | 63 | 51 |
| Binary | 10011110 | 110011 | 10001101 | 0 | 1000100 | 1011 | 100110 | 100110110 | 110011 | 101001 |
Color Harmonies of #9E338D
Complementary color
Monochromatic Colors of #9E338D
Black with #9E338D
Text Example
Text Example
White with #9E338D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E338D; }
p { color: rgb(158,51,141); }
H1.HeaderClassName
{
color: #9E338D;
}
.AnyTagClassName
{
color: #9E338D;
}
</style>
background-color css
<style>
a { background-color: #9E338D; }
a { background-color: rgb(158,51,141); }
div.DivClassName
{
background-color: #9E338D;
}
.BgClassName
{
background-color: #9E338D;
}
</style>
border-color css
<style>
span { border-color: #9E338D; }
span { border-color: rgb(158,51,141); }
td.TdClassName
{
border-color: #9E338D;
}
.TagClassName
{
border-color: #9E338D;
}
</style>