Shades of Medium Red Violet #9F3C7F
Tints of Medium Red Violet #9F3C7F
RGB
CMYK
RGB Variations
Color information
#9F3C7F (or 0x9F3C7F) is known color: Medium Red Violet. HEX triplet: 9F, 3C and 7F. RGB value is (159,60,127). Sum of RGB (Red+Green+Blue) = 159+60+127=346 (45% of max value = 765). Red value is 159 (62.5% from 255 or 45.95% from 346); Green value is 60 (23.83% from 255 or 17.34% from 346); Blue value is 127 (50% from 255 or 36.71% from 346); Max value from RGB is 159 - color contains mainly: red. Hex color #9F3C7F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9F3C7F is #60C380. Grayscale: #616161. Windows color (decimal): -6341505 or 8338591. OLE color: 8338591.
HSL color Cylindrical-coordinate representation of color #9F3C7F: hue angle of 319.39º degrees, saturation: 0.45, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #9F3C7F is Cyan = 0, Magento = 0.62, Yellow = 0.20 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 60 | 127 | - |
| CMYK | 0 | 0.62 | 0.20 | 0.38 |
| HSL | 319.39º | 0.45% | 0.43% | - |
| HSV(B) | 319.39º | 0.62% | 0.62% | - |
| XYZ | 19.74 | 12.13 | 21.38 | - |
| YUV | 97.24 | 144.8 | 172.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 60 | 127 | 0 | 0.62 | 0.20 | 0.38 | 319.39 | 0.45 | 0.43 |
| Hex | 9F | 3C | 7F | 0 | 3E | 14 | 26 | 13F | 2D | 2B |
| Octal | 237 | 74 | 177 | 0 | 76 | 24 | 46 | 477 | 55 | 53 |
| Binary | 10011111 | 111100 | 1111111 | 0 | 111110 | 10100 | 100110 | 100111111 | 101101 | 101011 |
Color Harmonies of #9F3C7F
Complementary color
Monochromatic Colors of #9F3C7F
Black with #9F3C7F
Text Example
Text Example
White with #9F3C7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F3C7F; }
p { color: rgb(159,60,127); }
H1.HeaderClassName
{
color: #9F3C7F;
}
.AnyTagClassName
{
color: #9F3C7F;
}
</style>
background-color css
<style>
a { background-color: #9F3C7F; }
a { background-color: rgb(159,60,127); }
div.DivClassName
{
background-color: #9F3C7F;
}
.BgClassName
{
background-color: #9F3C7F;
}
</style>
border-color css
<style>
span { border-color: #9F3C7F; }
span { border-color: rgb(159,60,127); }
td.TdClassName
{
border-color: #9F3C7F;
}
.TagClassName
{
border-color: #9F3C7F;
}
</style>