Shades of Medium Red Violet #9F308F
Tints of Medium Red Violet #9F308F
RGB
CMYK
RGB Variations
Color information
#9F308F (or 0x9F308F) is known color: Medium Red Violet. HEX triplet: 9F, 30 and 8F. RGB value is (159,48,143). Sum of RGB (Red+Green+Blue) = 159+48+143=350 (46% of max value = 765). Red value is 159 (62.5% from 255 or 45.43% from 350); Green value is 48 (19.14% from 255 or 13.71% from 350); Blue value is 143 (56.25% from 255 or 40.86% from 350); Max value from RGB is 159 - color contains mainly: red. Hex color #9F308F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9F308F is #60CF70. Grayscale: #5B5B5B. Windows color (decimal): -6344561 or 9384095. OLE color: 9384095.
HSL color Cylindrical-coordinate representation of color #9F308F: hue angle of 308.65º degrees, saturation: 0.54, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #9F308F is Cyan = 0, Magento = 0.70, Yellow = 0.10 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 48 | 143 | - |
| CMYK | 0 | 0.70 | 0.10 | 0.38 |
| HSL | 308.65º | 0.54% | 0.41% | - |
| HSV(B) | 308.65º | 0.7% | 0.62% | - |
| XYZ | 20.31 | 11.47 | 27.13 | - |
| YUV | 92.02 | 156.77 | 175.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 48 | 143 | 0 | 0.70 | 0.10 | 0.38 | 308.65 | 0.54 | 0.41 |
| Hex | 9F | 30 | 8F | 0 | 46 | A | 26 | 135 | 36 | 29 |
| Octal | 237 | 60 | 217 | 0 | 106 | 12 | 46 | 465 | 66 | 51 |
| Binary | 10011111 | 110000 | 10001111 | 0 | 1000110 | 1010 | 100110 | 100110101 | 110110 | 101001 |
Color Harmonies of #9F308F
Complementary color
Monochromatic Colors of #9F308F
Black with #9F308F
Text Example
Text Example
White with #9F308F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F308F; }
p { color: rgb(159,48,143); }
H1.HeaderClassName
{
color: #9F308F;
}
.AnyTagClassName
{
color: #9F308F;
}
</style>
background-color css
<style>
a { background-color: #9F308F; }
a { background-color: rgb(159,48,143); }
div.DivClassName
{
background-color: #9F308F;
}
.BgClassName
{
background-color: #9F308F;
}
</style>
border-color css
<style>
span { border-color: #9F308F; }
span { border-color: rgb(159,48,143); }
td.TdClassName
{
border-color: #9F308F;
}
.TagClassName
{
border-color: #9F308F;
}
</style>