Shades of Medium Red Violet #9F358D
Tints of Medium Red Violet #9F358D
RGB
CMYK
RGB Variations
Color information
#9F358D (or 0x9F358D) is known color: Medium Red Violet. HEX triplet: 9F, 35 and 8D. RGB value is (159,53,141). Sum of RGB (Red+Green+Blue) = 159+53+141=353 (46% of max value = 765). Red value is 159 (62.5% from 255 or 45.04% from 353); Green value is 53 (21.09% from 255 or 15.01% from 353); Blue value is 141 (55.47% from 255 or 39.94% from 353); Max value from RGB is 159 - color contains mainly: red. Hex color #9F358D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9F358D is #60CA72. Grayscale: #5E5E5E. Windows color (decimal): -6343283 or 9254303. OLE color: 9254303.
HSL color Cylindrical-coordinate representation of color #9F358D: hue angle of 310.19º degrees, saturation: 0.5, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #9F358D is Cyan = 0, Magento = 0.67, Yellow = 0.11 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 53 | 141 | - |
| CMYK | 0 | 0.67 | 0.11 | 0.38 |
| HSL | 310.19º | 0.5% | 0.42% | - |
| HSV(B) | 310.19º | 0.67% | 0.62% | - |
| XYZ | 20.38 | 11.84 | 26.41 | - |
| YUV | 94.73 | 154.12 | 173.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 53 | 141 | 0 | 0.67 | 0.11 | 0.38 | 310.19 | 0.5 | 0.42 |
| Hex | 9F | 35 | 8D | 0 | 43 | B | 26 | 136 | 32 | 2A |
| Octal | 237 | 65 | 215 | 0 | 103 | 13 | 46 | 466 | 62 | 52 |
| Binary | 10011111 | 110101 | 10001101 | 0 | 1000011 | 1011 | 100110 | 100110110 | 110010 | 101010 |
Color Harmonies of #9F358D
Complementary color
Monochromatic Colors of #9F358D
Black with #9F358D
Text Example
Text Example
White with #9F358D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F358D; }
p { color: rgb(159,53,141); }
H1.HeaderClassName
{
color: #9F358D;
}
.AnyTagClassName
{
color: #9F358D;
}
</style>
background-color css
<style>
a { background-color: #9F358D; }
a { background-color: rgb(159,53,141); }
div.DivClassName
{
background-color: #9F358D;
}
.BgClassName
{
background-color: #9F358D;
}
</style>
border-color css
<style>
span { border-color: #9F358D; }
span { border-color: rgb(159,53,141); }
td.TdClassName
{
border-color: #9F358D;
}
.TagClassName
{
border-color: #9F358D;
}
</style>