Shades of Medium Red Violet #9F447E
Tints of Medium Red Violet #9F447E
RGB
CMYK
RGB Variations
Color information
#9F447E (or 0x9F447E) is known color: Medium Red Violet. HEX triplet: 9F, 44 and 7E. RGB value is (159,68,126). Sum of RGB (Red+Green+Blue) = 159+68+126=353 (46% of max value = 765). Red value is 159 (62.5% from 255 or 45.04% from 353); Green value is 68 (26.95% from 255 or 19.26% from 353); Blue value is 126 (49.61% from 255 or 35.69% from 353); Max value from RGB is 159 - color contains mainly: red. Hex color #9F447E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9F447E is #60BB81. Grayscale: #656565. Windows color (decimal): -6339458 or 8275103. OLE color: 8275103.
HSL color Cylindrical-coordinate representation of color #9F447E: hue angle of 321.76º degrees, saturation: 0.4, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #9F447E is Cyan = 0, Magento = 0.57, Yellow = 0.21 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 68 | 126 | - |
| CMYK | 0 | 0.57 | 0.21 | 0.38 |
| HSL | 321.76º | 0.4% | 0.45% | - |
| HSV(B) | 321.76º | 0.57% | 0.62% | - |
| XYZ | 20.13 | 13.01 | 21.19 | - |
| YUV | 101.82 | 141.65 | 168.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 68 | 126 | 0 | 0.57 | 0.21 | 0.38 | 321.76 | 0.4 | 0.45 |
| Hex | 9F | 44 | 7E | 0 | 39 | 15 | 26 | 142 | 28 | 2D |
| Octal | 237 | 104 | 176 | 0 | 71 | 25 | 46 | 502 | 50 | 55 |
| Binary | 10011111 | 1000100 | 1111110 | 0 | 111001 | 10101 | 100110 | 101000010 | 101000 | 101101 |
Color Harmonies of #9F447E
Complementary color
Monochromatic Colors of #9F447E
Black with #9F447E
Text Example
Text Example
White with #9F447E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F447E; }
p { color: rgb(159,68,126); }
H1.HeaderClassName
{
color: #9F447E;
}
.AnyTagClassName
{
color: #9F447E;
}
</style>
background-color css
<style>
a { background-color: #9F447E; }
a { background-color: rgb(159,68,126); }
div.DivClassName
{
background-color: #9F447E;
}
.BgClassName
{
background-color: #9F447E;
}
</style>
border-color css
<style>
span { border-color: #9F447E; }
span { border-color: rgb(159,68,126); }
td.TdClassName
{
border-color: #9F447E;
}
.TagClassName
{
border-color: #9F447E;
}
</style>