Shades of Medium Red Violet #9E3886
Tints of Medium Red Violet #9E3886
RGB
CMYK
RGB Variations
Color information
#9E3886 (or 0x9E3886) is known color: Medium Red Violet. HEX triplet: 9E, 38 and 86. RGB value is (158,56,134). Sum of RGB (Red+Green+Blue) = 158+56+134=348 (46% of max value = 765). Red value is 158 (62.11% from 255 or 45.40% from 348); Green value is 56 (22.27% from 255 or 16.09% from 348); Blue value is 134 (52.73% from 255 or 38.51% from 348); Max value from RGB is 158 - color contains mainly: red. Hex color #9E3886 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9E3886 is #61C779. Grayscale: #5F5F5F. Windows color (decimal): -6408058 or 8796318. OLE color: 8796318.
HSL color Cylindrical-coordinate representation of color #9E3886: hue angle of 314.12º 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 #9E3886 is Cyan = 0, Magento = 0.65, Yellow = 0.15 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 56 | 134 | - |
| CMYK | 0 | 0.65 | 0.15 | 0.38 |
| HSL | 314.12º | 0.48% | 0.42% | - |
| HSV(B) | 314.12º | 0.65% | 0.62% | - |
| XYZ | 19.82 | 11.82 | 23.79 | - |
| YUV | 95.39 | 149.79 | 172.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 56 | 134 | 0 | 0.65 | 0.15 | 0.38 | 314.12 | 0.48 | 0.42 |
| Hex | 9E | 38 | 86 | 0 | 41 | F | 26 | 13A | 30 | 2A |
| Octal | 236 | 70 | 206 | 0 | 101 | 17 | 46 | 472 | 60 | 52 |
| Binary | 10011110 | 111000 | 10000110 | 0 | 1000001 | 1111 | 100110 | 100111010 | 110000 | 101010 |
Color Harmonies of #9E3886
Complementary color
Monochromatic Colors of #9E3886
Black with #9E3886
Text Example
Text Example
White with #9E3886
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E3886; }
p { color: rgb(158,56,134); }
H1.HeaderClassName
{
color: #9E3886;
}
.AnyTagClassName
{
color: #9E3886;
}
</style>
background-color css
<style>
a { background-color: #9E3886; }
a { background-color: rgb(158,56,134); }
div.DivClassName
{
background-color: #9E3886;
}
.BgClassName
{
background-color: #9E3886;
}
</style>
border-color css
<style>
span { border-color: #9E3886; }
span { border-color: rgb(158,56,134); }
td.TdClassName
{
border-color: #9E3886;
}
.TagClassName
{
border-color: #9E3886;
}
</style>