Shades of Medium Red Violet #9F358E
Tints of Medium Red Violet #9F358E
RGB
CMYK
RGB Variations
Color information
#9F358E (or 0x9F358E) is known color: Medium Red Violet. HEX triplet: 9F, 35 and 8E. RGB value is (159,53,142). Sum of RGB (Red+Green+Blue) = 159+53+142=354 (46% of max value = 765). Red value is 159 (62.5% from 255 or 44.92% from 354); Green value is 53 (21.09% from 255 or 14.97% from 354); Blue value is 142 (55.86% from 255 or 40.11% from 354); Max value from RGB is 159 - color contains mainly: red. Hex color #9F358E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9F358E is #60CA71. Grayscale: #5E5E5E. Windows color (decimal): -6343282 or 9319839. OLE color: 9319839.
HSL color Cylindrical-coordinate representation of color #9F358E: hue angle of 309.62º 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 #9F358E is Cyan = 0, Magento = 0.67, Yellow = 0.11 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 53 | 142 | - |
| CMYK | 0 | 0.67 | 0.11 | 0.38 |
| HSL | 309.62º | 0.5% | 0.42% | - |
| HSV(B) | 309.62º | 0.67% | 0.62% | - |
| XYZ | 20.45 | 11.87 | 26.8 | - |
| YUV | 94.84 | 154.62 | 173.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 53 | 142 | 0 | 0.67 | 0.11 | 0.38 | 309.62 | 0.5 | 0.42 |
| Hex | 9F | 35 | 8E | 0 | 43 | B | 26 | 136 | 32 | 2A |
| Octal | 237 | 65 | 216 | 0 | 103 | 13 | 46 | 466 | 62 | 52 |
| Binary | 10011111 | 110101 | 10001110 | 0 | 1000011 | 1011 | 100110 | 100110110 | 110010 | 101010 |
Color Harmonies of #9F358E
Complementary color
Monochromatic Colors of #9F358E
Black with #9F358E
Text Example
Text Example
White with #9F358E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F358E; }
p { color: rgb(159,53,142); }
H1.HeaderClassName
{
color: #9F358E;
}
.AnyTagClassName
{
color: #9F358E;
}
</style>
background-color css
<style>
a { background-color: #9F358E; }
a { background-color: rgb(159,53,142); }
div.DivClassName
{
background-color: #9F358E;
}
.BgClassName
{
background-color: #9F358E;
}
</style>
border-color css
<style>
span { border-color: #9F358E; }
span { border-color: rgb(159,53,142); }
td.TdClassName
{
border-color: #9F358E;
}
.TagClassName
{
border-color: #9F358E;
}
</style>