Shades of Medium Red Violet #9F3175
Tints of Medium Red Violet #9F3175
RGB
CMYK
RGB Variations
Color information
#9F3175 (or 0x9F3175) is known color: Medium Red Violet. HEX triplet: 9F, 31 and 75. RGB value is (159,49,117). Sum of RGB (Red+Green+Blue) = 159+49+117=325 (43% of max value = 765). Red value is 159 (62.5% from 255 or 48.92% from 325); Green value is 49 (19.53% from 255 or 15.08% from 325); Blue value is 117 (46.09% from 255 or 36% from 325); Max value from RGB is 159 - color contains mainly: red. Hex color #9F3175 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9F3175 is #60CE8A. Grayscale: #595959. Windows color (decimal): -6344331 or 7680415. OLE color: 7680415.
HSL color Cylindrical-coordinate representation of color #9F3175: hue angle of 322.91º degrees, saturation: 0.53, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #9F3175 is Cyan = 0, Magento = 0.69, Yellow = 0.26 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 49 | 117 | - |
| CMYK | 0 | 0.69 | 0.26 | 0.38 |
| HSL | 322.91º | 0.53% | 0.41% | - |
| HSV(B) | 322.91º | 0.69% | 0.62% | - |
| XYZ | 18.61 | 10.85 | 17.94 | - |
| YUV | 89.64 | 143.44 | 177.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 49 | 117 | 0 | 0.69 | 0.26 | 0.38 | 322.91 | 0.53 | 0.41 |
| Hex | 9F | 31 | 75 | 0 | 45 | 1A | 26 | 143 | 35 | 29 |
| Octal | 237 | 61 | 165 | 0 | 105 | 32 | 46 | 503 | 65 | 51 |
| Binary | 10011111 | 110001 | 1110101 | 0 | 1000101 | 11010 | 100110 | 101000011 | 110101 | 101001 |
Color Harmonies of #9F3175
Complementary color
Monochromatic Colors of #9F3175
Black with #9F3175
Text Example
Text Example
White with #9F3175
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F3175; }
p { color: rgb(159,49,117); }
H1.HeaderClassName
{
color: #9F3175;
}
.AnyTagClassName
{
color: #9F3175;
}
</style>
background-color css
<style>
a { background-color: #9F3175; }
a { background-color: rgb(159,49,117); }
div.DivClassName
{
background-color: #9F3175;
}
.BgClassName
{
background-color: #9F3175;
}
</style>
border-color css
<style>
span { border-color: #9F3175; }
span { border-color: rgb(159,49,117); }
td.TdClassName
{
border-color: #9F3175;
}
.TagClassName
{
border-color: #9F3175;
}
</style>