Shades of Medium Red Violet #9F397C
Tints of Medium Red Violet #9F397C
RGB
CMYK
RGB Variations
Color information
#9F397C (or 0x9F397C) is known color: Medium Red Violet. HEX triplet: 9F, 39 and 7C. RGB value is (159,57,124). Sum of RGB (Red+Green+Blue) = 159+57+124=340 (45% of max value = 765). Red value is 159 (62.5% from 255 or 46.76% from 340); Green value is 57 (22.66% from 255 or 16.76% from 340); Blue value is 124 (48.83% from 255 or 36.47% from 340); Max value from RGB is 159 - color contains mainly: red. Hex color #9F397C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9F397C is #60C683. Grayscale: #5E5E5E. Windows color (decimal): -6342276 or 8141215. OLE color: 8141215.
HSL color Cylindrical-coordinate representation of color #9F397C: hue angle of 320.59º degrees, saturation: 0.47, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #9F397C is Cyan = 0, Magento = 0.64, Yellow = 0.22 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 57 | 124 | - |
| CMYK | 0 | 0.64 | 0.22 | 0.38 |
| HSL | 320.59º | 0.47% | 0.42% | - |
| HSV(B) | 320.59º | 0.64% | 0.62% | - |
| XYZ | 19.4 | 11.75 | 20.31 | - |
| YUV | 95.14 | 144.29 | 173.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 57 | 124 | 0 | 0.64 | 0.22 | 0.38 | 320.59 | 0.47 | 0.42 |
| Hex | 9F | 39 | 7C | 0 | 40 | 16 | 26 | 141 | 2F | 2A |
| Octal | 237 | 71 | 174 | 0 | 100 | 26 | 46 | 501 | 57 | 52 |
| Binary | 10011111 | 111001 | 1111100 | 0 | 1000000 | 10110 | 100110 | 101000001 | 101111 | 101010 |
Color Harmonies of #9F397C
Complementary color
Monochromatic Colors of #9F397C
Black with #9F397C
Text Example
Text Example
White with #9F397C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F397C; }
p { color: rgb(159,57,124); }
H1.HeaderClassName
{
color: #9F397C;
}
.AnyTagClassName
{
color: #9F397C;
}
</style>
background-color css
<style>
a { background-color: #9F397C; }
a { background-color: rgb(159,57,124); }
div.DivClassName
{
background-color: #9F397C;
}
.BgClassName
{
background-color: #9F397C;
}
</style>
border-color css
<style>
span { border-color: #9F397C; }
span { border-color: rgb(159,57,124); }
td.TdClassName
{
border-color: #9F397C;
}
.TagClassName
{
border-color: #9F397C;
}
</style>