Shades of Medium Red Violet #9F318B
Tints of Medium Red Violet #9F318B
RGB
CMYK
RGB Variations
Color information
#9F318B (or 0x9F318B) is known color: Medium Red Violet. HEX triplet: 9F, 31 and 8B. RGB value is (159,49,139). Sum of RGB (Red+Green+Blue) = 159+49+139=347 (45% of max value = 765). Red value is 159 (62.5% from 255 or 45.82% from 347); Green value is 49 (19.53% from 255 or 14.12% from 347); Blue value is 139 (54.69% from 255 or 40.06% from 347); Max value from RGB is 159 - color contains mainly: red. Hex color #9F318B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9F318B is #60CE74. Grayscale: #5B5B5B. Windows color (decimal): -6344309 or 9122207. OLE color: 9122207.
HSL color Cylindrical-coordinate representation of color #9F318B: hue angle of 310.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 #9F318B is Cyan = 0, Magento = 0.69, Yellow = 0.13 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 49 | 139 | - |
| CMYK | 0 | 0.69 | 0.13 | 0.38 |
| HSL | 310.91º | 0.53% | 0.41% | - |
| HSV(B) | 310.91º | 0.69% | 0.62% | - |
| XYZ | 20.06 | 11.43 | 25.58 | - |
| YUV | 92.15 | 154.44 | 175.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 49 | 139 | 0 | 0.69 | 0.13 | 0.38 | 310.91 | 0.53 | 0.41 |
| Hex | 9F | 31 | 8B | 0 | 45 | D | 26 | 137 | 35 | 29 |
| Octal | 237 | 61 | 213 | 0 | 105 | 15 | 46 | 467 | 65 | 51 |
| Binary | 10011111 | 110001 | 10001011 | 0 | 1000101 | 1101 | 100110 | 100110111 | 110101 | 101001 |
Color Harmonies of #9F318B
Complementary color
Monochromatic Colors of #9F318B
Black with #9F318B
Text Example
Text Example
White with #9F318B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F318B; }
p { color: rgb(159,49,139); }
H1.HeaderClassName
{
color: #9F318B;
}
.AnyTagClassName
{
color: #9F318B;
}
</style>
background-color css
<style>
a { background-color: #9F318B; }
a { background-color: rgb(159,49,139); }
div.DivClassName
{
background-color: #9F318B;
}
.BgClassName
{
background-color: #9F318B;
}
</style>
border-color css
<style>
span { border-color: #9F318B; }
span { border-color: rgb(159,49,139); }
td.TdClassName
{
border-color: #9F318B;
}
.TagClassName
{
border-color: #9F318B;
}
</style>