Shades of Medium Red Violet #9F318E
Tints of Medium Red Violet #9F318E
RGB
CMYK
RGB Variations
Color information
#9F318E (or 0x9F318E) is known color: Medium Red Violet. HEX triplet: 9F, 31 and 8E. RGB value is (159,49,142). Sum of RGB (Red+Green+Blue) = 159+49+142=350 (46% of max value = 765). Red value is 159 (62.5% from 255 or 45.43% from 350); Green value is 49 (19.53% from 255 or 14% from 350); Blue value is 142 (55.86% from 255 or 40.57% from 350); Max value from RGB is 159 - color contains mainly: red. Hex color #9F318E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9F318E is #60CE71. Grayscale: #5C5C5C. Windows color (decimal): -6344306 or 9318815. OLE color: 9318815.
HSL color Cylindrical-coordinate representation of color #9F318E: hue angle of 309.27º 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 #9F318E is Cyan = 0, Magento = 0.69, Yellow = 0.11 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 49 | 142 | - |
| CMYK | 0 | 0.69 | 0.11 | 0.38 |
| HSL | 309.27º | 0.53% | 0.41% | - |
| HSV(B) | 309.27º | 0.69% | 0.62% | - |
| XYZ | 20.28 | 11.52 | 26.75 | - |
| YUV | 92.49 | 155.94 | 175.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 49 | 142 | 0 | 0.69 | 0.11 | 0.38 | 309.27 | 0.53 | 0.41 |
| Hex | 9F | 31 | 8E | 0 | 45 | B | 26 | 135 | 35 | 29 |
| Octal | 237 | 61 | 216 | 0 | 105 | 13 | 46 | 465 | 65 | 51 |
| Binary | 10011111 | 110001 | 10001110 | 0 | 1000101 | 1011 | 100110 | 100110101 | 110101 | 101001 |
Color Harmonies of #9F318E
Complementary color
Monochromatic Colors of #9F318E
Black with #9F318E
Text Example
Text Example
White with #9F318E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F318E; }
p { color: rgb(159,49,142); }
H1.HeaderClassName
{
color: #9F318E;
}
.AnyTagClassName
{
color: #9F318E;
}
</style>
background-color css
<style>
a { background-color: #9F318E; }
a { background-color: rgb(159,49,142); }
div.DivClassName
{
background-color: #9F318E;
}
.BgClassName
{
background-color: #9F318E;
}
</style>
border-color css
<style>
span { border-color: #9F318E; }
span { border-color: rgb(159,49,142); }
td.TdClassName
{
border-color: #9F318E;
}
.TagClassName
{
border-color: #9F318E;
}
</style>