Shades of Medium Red Violet #9E358F
Tints of Medium Red Violet #9E358F
RGB
CMYK
RGB Variations
Color information
#9E358F (or 0x9E358F) is known color: Medium Red Violet. HEX triplet: 9E, 35 and 8F. RGB value is (158,53,143). Sum of RGB (Red+Green+Blue) = 158+53+143=354 (46% of max value = 765). Red value is 158 (62.11% from 255 or 44.63% from 354); Green value is 53 (21.09% from 255 or 14.97% from 354); Blue value is 143 (56.25% from 255 or 40.40% from 354); Max value from RGB is 158 - color contains mainly: red. Hex color #9E358F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9E358F is #61CA70. Grayscale: #5E5E5E. Windows color (decimal): -6408817 or 9385374. OLE color: 9385374.
HSL color Cylindrical-coordinate representation of color #9E358F: hue angle of 308.57º degrees, saturation: 0.5, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #9E358F is Cyan = 0, Magento = 0.66, Yellow = 0.09 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 53 | 143 | - |
| CMYK | 0 | 0.66 | 0.09 | 0.38 |
| HSL | 308.57º | 0.5% | 0.41% | - |
| HSV(B) | 308.57º | 0.66% | 0.62% | - |
| XYZ | 20.33 | 11.8 | 27.19 | - |
| YUV | 94.66 | 155.29 | 173.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 53 | 143 | 0 | 0.66 | 0.09 | 0.38 | 308.57 | 0.5 | 0.41 |
| Hex | 9E | 35 | 8F | 0 | 42 | 9 | 26 | 135 | 32 | 29 |
| Octal | 236 | 65 | 217 | 0 | 102 | 11 | 46 | 465 | 62 | 51 |
| Binary | 10011110 | 110101 | 10001111 | 0 | 1000010 | 1001 | 100110 | 100110101 | 110010 | 101001 |
Color Harmonies of #9E358F
Complementary color
Monochromatic Colors of #9E358F
Black with #9E358F
Text Example
Text Example
White with #9E358F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E358F; }
p { color: rgb(158,53,143); }
H1.HeaderClassName
{
color: #9E358F;
}
.AnyTagClassName
{
color: #9E358F;
}
</style>
background-color css
<style>
a { background-color: #9E358F; }
a { background-color: rgb(158,53,143); }
div.DivClassName
{
background-color: #9E358F;
}
.BgClassName
{
background-color: #9E358F;
}
</style>
border-color css
<style>
span { border-color: #9E358F; }
span { border-color: rgb(158,53,143); }
td.TdClassName
{
border-color: #9E358F;
}
.TagClassName
{
border-color: #9E358F;
}
</style>