Shades of Medium Red Violet #9F398E
Tints of Medium Red Violet #9F398E
RGB
CMYK
RGB Variations
Color information
#9F398E (or 0x9F398E) is known color: Medium Red Violet. HEX triplet: 9F, 39 and 8E. RGB value is (159,57,142). Sum of RGB (Red+Green+Blue) = 159+57+142=358 (47% of max value = 765). Red value is 159 (62.5% from 255 or 44.41% from 358); Green value is 57 (22.66% from 255 or 15.92% from 358); Blue value is 142 (55.86% from 255 or 39.66% from 358); Max value from RGB is 159 - color contains mainly: red. Hex color #9F398E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9F398E is #60C671. Grayscale: #606060. Windows color (decimal): -6342258 or 9320863. OLE color: 9320863.
HSL color Cylindrical-coordinate representation of color #9F398E: hue angle of 310º degrees, saturation: 0.47, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #9F398E is Cyan = 0, Magento = 0.64, Yellow = 0.11 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 57 | 142 | - |
| CMYK | 0 | 0.64 | 0.11 | 0.38 |
| HSL | 310º | 0.47% | 0.42% | - |
| HSV(B) | 310º | 0.64% | 0.62% | - |
| XYZ | 20.64 | 12.25 | 26.87 | - |
| YUV | 97.19 | 153.29 | 172.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 57 | 142 | 0 | 0.64 | 0.11 | 0.38 | 310 | 0.47 | 0.42 |
| Hex | 9F | 39 | 8E | 0 | 40 | B | 26 | 136 | 2F | 2A |
| Octal | 237 | 71 | 216 | 0 | 100 | 13 | 46 | 466 | 57 | 52 |
| Binary | 10011111 | 111001 | 10001110 | 0 | 1000000 | 1011 | 100110 | 100110110 | 101111 | 101010 |
Color Harmonies of #9F398E
Complementary color
Monochromatic Colors of #9F398E
Black with #9F398E
Text Example
Text Example
White with #9F398E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F398E; }
p { color: rgb(159,57,142); }
H1.HeaderClassName
{
color: #9F398E;
}
.AnyTagClassName
{
color: #9F398E;
}
</style>
background-color css
<style>
a { background-color: #9F398E; }
a { background-color: rgb(159,57,142); }
div.DivClassName
{
background-color: #9F398E;
}
.BgClassName
{
background-color: #9F398E;
}
</style>
border-color css
<style>
span { border-color: #9F398E; }
span { border-color: rgb(159,57,142); }
td.TdClassName
{
border-color: #9F398E;
}
.TagClassName
{
border-color: #9F398E;
}
</style>