Shades of Medium Red Violet #9F357E
Tints of Medium Red Violet #9F357E
RGB
CMYK
RGB Variations
Color information
#9F357E (or 0x9F357E) is known color: Medium Red Violet. HEX triplet: 9F, 35 and 7E. RGB value is (159,53,126). Sum of RGB (Red+Green+Blue) = 159+53+126=338 (44% of max value = 765). Red value is 159 (62.5% from 255 or 47.04% from 338); Green value is 53 (21.09% from 255 or 15.68% from 338); Blue value is 126 (49.61% from 255 or 37.28% from 338); Max value from RGB is 159 - color contains mainly: red. Hex color #9F357E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9F357E is #60CA81. Grayscale: #5C5C5C. Windows color (decimal): -6343298 or 8271263. OLE color: 8271263.
HSL color Cylindrical-coordinate representation of color #9F357E: hue angle of 318.68º 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 #9F357E is Cyan = 0, Magento = 0.67, Yellow = 0.21 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 53 | 126 | - |
| CMYK | 0 | 0.67 | 0.21 | 0.38 |
| HSL | 318.68º | 0.5% | 0.42% | - |
| HSV(B) | 318.68º | 0.67% | 0.62% | - |
| XYZ | 19.34 | 11.42 | 20.92 | - |
| YUV | 93.02 | 146.62 | 175.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 53 | 126 | 0 | 0.67 | 0.21 | 0.38 | 318.68 | 0.5 | 0.42 |
| Hex | 9F | 35 | 7E | 0 | 43 | 15 | 26 | 13F | 32 | 2A |
| Octal | 237 | 65 | 176 | 0 | 103 | 25 | 46 | 477 | 62 | 52 |
| Binary | 10011111 | 110101 | 1111110 | 0 | 1000011 | 10101 | 100110 | 100111111 | 110010 | 101010 |
Color Harmonies of #9F357E
Complementary color
Monochromatic Colors of #9F357E
Black with #9F357E
Text Example
Text Example
White with #9F357E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F357E; }
p { color: rgb(159,53,126); }
H1.HeaderClassName
{
color: #9F357E;
}
.AnyTagClassName
{
color: #9F357E;
}
</style>
background-color css
<style>
a { background-color: #9F357E; }
a { background-color: rgb(159,53,126); }
div.DivClassName
{
background-color: #9F357E;
}
.BgClassName
{
background-color: #9F357E;
}
</style>
border-color css
<style>
span { border-color: #9F357E; }
span { border-color: rgb(159,53,126); }
td.TdClassName
{
border-color: #9F357E;
}
.TagClassName
{
border-color: #9F357E;
}
</style>