Shades of Medium Red Violet #9E4185
Tints of Medium Red Violet #9E4185
RGB
CMYK
RGB Variations
Color information
#9E4185 (or 0x9E4185) is known color: Medium Red Violet. HEX triplet: 9E, 41 and 85. RGB value is (158,65,133). Sum of RGB (Red+Green+Blue) = 158+65+133=356 (47% of max value = 765). Red value is 158 (62.11% from 255 or 44.38% from 356); Green value is 65 (25.78% from 255 or 18.26% from 356); Blue value is 133 (52.34% from 255 or 37.36% from 356); Max value from RGB is 158 - color contains mainly: red. Hex color #9E4185 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9E4185 is #61BE7A. Grayscale: #646464. Windows color (decimal): -6405755 or 8733086. OLE color: 8733086.
HSL color Cylindrical-coordinate representation of color #9E4185: hue angle of 316.13º degrees, saturation: 0.42, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #9E4185 is Cyan = 0, Magento = 0.59, Yellow = 0.16 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 65 | 133 | - |
| CMYK | 0 | 0.59 | 0.16 | 0.38 |
| HSL | 316.13º | 0.42% | 0.44% | - |
| HSV(B) | 316.13º | 0.59% | 0.62% | - |
| XYZ | 20.22 | 12.74 | 23.58 | - |
| YUV | 100.56 | 146.31 | 168.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 65 | 133 | 0 | 0.59 | 0.16 | 0.38 | 316.13 | 0.42 | 0.44 |
| Hex | 9E | 41 | 85 | 0 | 3B | 10 | 26 | 13C | 2A | 2C |
| Octal | 236 | 101 | 205 | 0 | 73 | 20 | 46 | 474 | 52 | 54 |
| Binary | 10011110 | 1000001 | 10000101 | 0 | 111011 | 10000 | 100110 | 100111100 | 101010 | 101100 |
Color Harmonies of #9E4185
Complementary color
Monochromatic Colors of #9E4185
Black with #9E4185
Text Example
Text Example
White with #9E4185
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E4185; }
p { color: rgb(158,65,133); }
H1.HeaderClassName
{
color: #9E4185;
}
.AnyTagClassName
{
color: #9E4185;
}
</style>
background-color css
<style>
a { background-color: #9E4185; }
a { background-color: rgb(158,65,133); }
div.DivClassName
{
background-color: #9E4185;
}
.BgClassName
{
background-color: #9E4185;
}
</style>
border-color css
<style>
span { border-color: #9E4185; }
span { border-color: rgb(158,65,133); }
td.TdClassName
{
border-color: #9E4185;
}
.TagClassName
{
border-color: #9E4185;
}
</style>