Shades of Medium Red Violet #9F3F8D
Tints of Medium Red Violet #9F3F8D
RGB
CMYK
RGB Variations
Color information
#9F3F8D (or 0x9F3F8D) is known color: Medium Red Violet. HEX triplet: 9F, 3F and 8D. RGB value is (159,63,141). Sum of RGB (Red+Green+Blue) = 159+63+141=363 (48% of max value = 765). Red value is 159 (62.5% from 255 or 43.80% from 363); Green value is 63 (25% from 255 or 17.36% from 363); Blue value is 141 (55.47% from 255 or 38.84% from 363); Max value from RGB is 159 - color contains mainly: red. Hex color #9F3F8D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9F3F8D is #60C072. Grayscale: #646464. Windows color (decimal): -6340723 or 9256863. OLE color: 9256863.
HSL color Cylindrical-coordinate representation of color #9F3F8D: hue angle of 311.25º degrees, saturation: 0.43, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #9F3F8D is Cyan = 0, Magento = 0.60, Yellow = 0.11 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 63 | 141 | - |
| CMYK | 0 | 0.60 | 0.11 | 0.38 |
| HSL | 311.25º | 0.43% | 0.44% | - |
| HSV(B) | 311.25º | 0.6% | 0.62% | - |
| XYZ | 20.88 | 12.85 | 26.58 | - |
| YUV | 100.6 | 150.8 | 169.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 63 | 141 | 0 | 0.60 | 0.11 | 0.38 | 311.25 | 0.43 | 0.44 |
| Hex | 9F | 3F | 8D | 0 | 3C | B | 26 | 137 | 2B | 2C |
| Octal | 237 | 77 | 215 | 0 | 74 | 13 | 46 | 467 | 53 | 54 |
| Binary | 10011111 | 111111 | 10001101 | 0 | 111100 | 1011 | 100110 | 100110111 | 101011 | 101100 |
Color Harmonies of #9F3F8D
Complementary color
Monochromatic Colors of #9F3F8D
Black with #9F3F8D
Text Example
Text Example
White with #9F3F8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F3F8D; }
p { color: rgb(159,63,141); }
H1.HeaderClassName
{
color: #9F3F8D;
}
.AnyTagClassName
{
color: #9F3F8D;
}
</style>
background-color css
<style>
a { background-color: #9F3F8D; }
a { background-color: rgb(159,63,141); }
div.DivClassName
{
background-color: #9F3F8D;
}
.BgClassName
{
background-color: #9F3F8D;
}
</style>
border-color css
<style>
span { border-color: #9F3F8D; }
span { border-color: rgb(159,63,141); }
td.TdClassName
{
border-color: #9F3F8D;
}
.TagClassName
{
border-color: #9F3F8D;
}
</style>