Shades of Medium Red Violet #9F3793
Tints of Medium Red Violet #9F3793
RGB
CMYK
RGB Variations
Color information
#9F3793 (or 0x9F3793) is known color: Medium Red Violet. HEX triplet: 9F, 37 and 93. RGB value is (159,55,147). Sum of RGB (Red+Green+Blue) = 159+55+147=361 (47% of max value = 765). Red value is 159 (62.5% from 255 or 44.04% from 361); Green value is 55 (21.88% from 255 or 15.24% from 361); Blue value is 147 (57.81% from 255 or 40.72% from 361); Max value from RGB is 159 - color contains mainly: red. Hex color #9F3793 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9F3793 is #60C86C. Grayscale: #606060. Windows color (decimal): -6342765 or 9648031. OLE color: 9648031.
HSL color Cylindrical-coordinate representation of color #9F3793: hue angle of 306.92º degrees, saturation: 0.49, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #9F3793 is Cyan = 0, Magento = 0.65, Yellow = 0.08 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 55 | 147 | - |
| CMYK | 0 | 0.65 | 0.08 | 0.38 |
| HSL | 306.92º | 0.49% | 0.42% | - |
| HSV(B) | 306.92º | 0.65% | 0.62% | - |
| XYZ | 20.93 | 12.21 | 28.86 | - |
| YUV | 96.58 | 156.46 | 172.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 55 | 147 | 0 | 0.65 | 0.08 | 0.38 | 306.92 | 0.49 | 0.42 |
| Hex | 9F | 37 | 93 | 0 | 41 | 8 | 26 | 133 | 31 | 2A |
| Octal | 237 | 67 | 223 | 0 | 101 | 10 | 46 | 463 | 61 | 52 |
| Binary | 10011111 | 110111 | 10010011 | 0 | 1000001 | 1000 | 100110 | 100110011 | 110001 | 101010 |
Color Harmonies of #9F3793
Complementary color
Monochromatic Colors of #9F3793
Black with #9F3793
Text Example
Text Example
White with #9F3793
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F3793; }
p { color: rgb(159,55,147); }
H1.HeaderClassName
{
color: #9F3793;
}
.AnyTagClassName
{
color: #9F3793;
}
</style>
background-color css
<style>
a { background-color: #9F3793; }
a { background-color: rgb(159,55,147); }
div.DivClassName
{
background-color: #9F3793;
}
.BgClassName
{
background-color: #9F3793;
}
</style>
border-color css
<style>
span { border-color: #9F3793; }
span { border-color: rgb(159,55,147); }
td.TdClassName
{
border-color: #9F3793;
}
.TagClassName
{
border-color: #9F3793;
}
</style>