Shades of Medium Red Violet #9F358F
Tints of Medium Red Violet #9F358F
RGB
CMYK
RGB Variations
Color information
#9F358F (or 0x9F358F) is known color: Medium Red Violet. HEX triplet: 9F, 35 and 8F. RGB value is (159,53,143). Sum of RGB (Red+Green+Blue) = 159+53+143=355 (47% of max value = 765). Red value is 159 (62.5% from 255 or 44.79% from 355); Green value is 53 (21.09% from 255 or 14.93% from 355); Blue value is 143 (56.25% from 255 or 40.28% from 355); Max value from RGB is 159 - color contains mainly: red. Hex color #9F358F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9F358F is #60CA70. Grayscale: #5E5E5E. Windows color (decimal): -6343281 or 9385375. OLE color: 9385375.
HSL color Cylindrical-coordinate representation of color #9F358F: hue angle of 309.06º degrees, saturation: 0.5, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #9F358F is Cyan = 0, Magento = 0.67, Yellow = 0.10 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 53 | 143 | - |
| CMYK | 0 | 0.67 | 0.10 | 0.38 |
| HSL | 309.06º | 0.5% | 0.42% | - |
| HSV(B) | 309.06º | 0.67% | 0.62% | - |
| XYZ | 20.53 | 11.9 | 27.2 | - |
| YUV | 94.95 | 155.12 | 173.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 53 | 143 | 0 | 0.67 | 0.10 | 0.38 | 309.06 | 0.5 | 0.42 |
| Hex | 9F | 35 | 8F | 0 | 43 | A | 26 | 135 | 32 | 2A |
| Octal | 237 | 65 | 217 | 0 | 103 | 12 | 46 | 465 | 62 | 52 |
| Binary | 10011111 | 110101 | 10001111 | 0 | 1000011 | 1010 | 100110 | 100110101 | 110010 | 101010 |
Color Harmonies of #9F358F
Complementary color
Monochromatic Colors of #9F358F
Black with #9F358F
Text Example
Text Example
White with #9F358F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F358F; }
p { color: rgb(159,53,143); }
H1.HeaderClassName
{
color: #9F358F;
}
.AnyTagClassName
{
color: #9F358F;
}
</style>
background-color css
<style>
a { background-color: #9F358F; }
a { background-color: rgb(159,53,143); }
div.DivClassName
{
background-color: #9F358F;
}
.BgClassName
{
background-color: #9F358F;
}
</style>
border-color css
<style>
span { border-color: #9F358F; }
span { border-color: rgb(159,53,143); }
td.TdClassName
{
border-color: #9F358F;
}
.TagClassName
{
border-color: #9F358F;
}
</style>