Shades of Medium Red Violet #9F2D75
Tints of Medium Red Violet #9F2D75
RGB
CMYK
RGB Variations
Color information
#9F2D75 (or 0x9F2D75) is known color: Medium Red Violet. HEX triplet: 9F, 2D and 75. RGB value is (159,45,117). Sum of RGB (Red+Green+Blue) = 159+45+117=321 (42% of max value = 765). Red value is 159 (62.5% from 255 or 49.53% from 321); Green value is 45 (17.97% from 255 or 14.02% from 321); Blue value is 117 (46.09% from 255 or 36.45% from 321); Max value from RGB is 159 - color contains mainly: red. Hex color #9F2D75 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9F2D75 is #60D28A. Grayscale: #575757. Windows color (decimal): -6345355 or 7679391. OLE color: 7679391.
HSL color Cylindrical-coordinate representation of color #9F2D75: hue angle of 322.11º degrees, saturation: 0.56, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #9F2D75 is Cyan = 0, Magento = 0.72, Yellow = 0.26 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 45 | 117 | - |
| CMYK | 0 | 0.72 | 0.26 | 0.38 |
| HSL | 322.11º | 0.56% | 0.4% | - |
| HSV(B) | 322.11º | 0.72% | 0.62% | - |
| XYZ | 18.45 | 10.53 | 17.89 | - |
| YUV | 87.29 | 144.77 | 179.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 45 | 117 | 0 | 0.72 | 0.26 | 0.38 | 322.11 | 0.56 | 0.4 |
| Hex | 9F | 2D | 75 | 0 | 48 | 1A | 26 | 142 | 38 | 28 |
| Octal | 237 | 55 | 165 | 0 | 110 | 32 | 46 | 502 | 70 | 50 |
| Binary | 10011111 | 101101 | 1110101 | 0 | 1001000 | 11010 | 100110 | 101000010 | 111000 | 101000 |
Color Harmonies of #9F2D75
Complementary color
Monochromatic Colors of #9F2D75
Black with #9F2D75
Text Example
Text Example
White with #9F2D75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F2D75; }
p { color: rgb(159,45,117); }
H1.HeaderClassName
{
color: #9F2D75;
}
.AnyTagClassName
{
color: #9F2D75;
}
</style>
background-color css
<style>
a { background-color: #9F2D75; }
a { background-color: rgb(159,45,117); }
div.DivClassName
{
background-color: #9F2D75;
}
.BgClassName
{
background-color: #9F2D75;
}
</style>
border-color css
<style>
span { border-color: #9F2D75; }
span { border-color: rgb(159,45,117); }
td.TdClassName
{
border-color: #9F2D75;
}
.TagClassName
{
border-color: #9F2D75;
}
</style>