Shades of Medium Red Violet #9F348E
Tints of Medium Red Violet #9F348E
RGB
CMYK
RGB Variations
Color information
#9F348E (or 0x9F348E) is known color: Medium Red Violet. HEX triplet: 9F, 34 and 8E. RGB value is (159,52,142). Sum of RGB (Red+Green+Blue) = 159+52+142=353 (46% of max value = 765). Red value is 159 (62.5% from 255 or 45.04% from 353); Green value is 52 (20.70% from 255 or 14.73% from 353); Blue value is 142 (55.86% from 255 or 40.23% from 353); Max value from RGB is 159 - color contains mainly: red. Hex color #9F348E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9F348E is #60CB71. Grayscale: #5E5E5E. Windows color (decimal): -6343538 or 9319583. OLE color: 9319583.
HSL color Cylindrical-coordinate representation of color #9F348E: hue angle of 309.53º degrees, saturation: 0.51, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #9F348E is Cyan = 0, Magento = 0.67, Yellow = 0.11 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 52 | 142 | - |
| CMYK | 0 | 0.67 | 0.11 | 0.38 |
| HSL | 309.53º | 0.51% | 0.41% | - |
| HSV(B) | 309.53º | 0.67% | 0.62% | - |
| XYZ | 20.41 | 11.78 | 26.79 | - |
| YUV | 94.25 | 154.95 | 174.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 52 | 142 | 0 | 0.67 | 0.11 | 0.38 | 309.53 | 0.51 | 0.41 |
| Hex | 9F | 34 | 8E | 0 | 43 | B | 26 | 136 | 33 | 29 |
| Octal | 237 | 64 | 216 | 0 | 103 | 13 | 46 | 466 | 63 | 51 |
| Binary | 10011111 | 110100 | 10001110 | 0 | 1000011 | 1011 | 100110 | 100110110 | 110011 | 101001 |
Color Harmonies of #9F348E
Complementary color
Monochromatic Colors of #9F348E
Black with #9F348E
Text Example
Text Example
White with #9F348E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F348E; }
p { color: rgb(159,52,142); }
H1.HeaderClassName
{
color: #9F348E;
}
.AnyTagClassName
{
color: #9F348E;
}
</style>
background-color css
<style>
a { background-color: #9F348E; }
a { background-color: rgb(159,52,142); }
div.DivClassName
{
background-color: #9F348E;
}
.BgClassName
{
background-color: #9F348E;
}
</style>
border-color css
<style>
span { border-color: #9F348E; }
span { border-color: rgb(159,52,142); }
td.TdClassName
{
border-color: #9F348E;
}
.TagClassName
{
border-color: #9F348E;
}
</style>