Shades of Medium Red Violet #9F3E7C
Tints of Medium Red Violet #9F3E7C
RGB
CMYK
RGB Variations
Color information
#9F3E7C (or 0x9F3E7C) is known color: Medium Red Violet. HEX triplet: 9F, 3E and 7C. RGB value is (159,62,124). Sum of RGB (Red+Green+Blue) = 159+62+124=345 (45% of max value = 765). Red value is 159 (62.5% from 255 or 46.09% from 345); Green value is 62 (24.61% from 255 or 17.97% from 345); Blue value is 124 (48.83% from 255 or 35.94% from 345); Max value from RGB is 159 - color contains mainly: red. Hex color #9F3E7C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9F3E7C is #60C183. Grayscale: #616161. Windows color (decimal): -6340996 or 8142495. OLE color: 8142495.
HSL color Cylindrical-coordinate representation of color #9F3E7C: hue angle of 321.65º degrees, saturation: 0.44, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #9F3E7C is Cyan = 0, Magento = 0.61, Yellow = 0.22 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 62 | 124 | - |
| CMYK | 0 | 0.61 | 0.22 | 0.38 |
| HSL | 321.65º | 0.44% | 0.43% | - |
| HSV(B) | 321.65º | 0.61% | 0.62% | - |
| XYZ | 19.66 | 12.27 | 20.4 | - |
| YUV | 98.07 | 142.64 | 171.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 62 | 124 | 0 | 0.61 | 0.22 | 0.38 | 321.65 | 0.44 | 0.43 |
| Hex | 9F | 3E | 7C | 0 | 3D | 16 | 26 | 142 | 2C | 2B |
| Octal | 237 | 76 | 174 | 0 | 75 | 26 | 46 | 502 | 54 | 53 |
| Binary | 10011111 | 111110 | 1111100 | 0 | 111101 | 10110 | 100110 | 101000010 | 101100 | 101011 |
Color Harmonies of #9F3E7C
Complementary color
Monochromatic Colors of #9F3E7C
Black with #9F3E7C
Text Example
Text Example
White with #9F3E7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F3E7C; }
p { color: rgb(159,62,124); }
H1.HeaderClassName
{
color: #9F3E7C;
}
.AnyTagClassName
{
color: #9F3E7C;
}
</style>
background-color css
<style>
a { background-color: #9F3E7C; }
a { background-color: rgb(159,62,124); }
div.DivClassName
{
background-color: #9F3E7C;
}
.BgClassName
{
background-color: #9F3E7C;
}
</style>
border-color css
<style>
span { border-color: #9F3E7C; }
span { border-color: rgb(159,62,124); }
td.TdClassName
{
border-color: #9F3E7C;
}
.TagClassName
{
border-color: #9F3E7C;
}
</style>