Shades of Medium Red Violet #9F408D
Tints of Medium Red Violet #9F408D
RGB
CMYK
RGB Variations
Color information
#9F408D (or 0x9F408D) is known color: Medium Red Violet. HEX triplet: 9F, 40 and 8D. RGB value is (159,64,141). Sum of RGB (Red+Green+Blue) = 159+64+141=364 (48% of max value = 765). Red value is 159 (62.5% from 255 or 43.68% from 364); Green value is 64 (25.39% from 255 or 17.58% from 364); Blue value is 141 (55.47% from 255 or 38.74% from 364); Max value from RGB is 159 - color contains mainly: red. Hex color #9F408D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9F408D is #60BF72. Grayscale: #646464. Windows color (decimal): -6340467 or 9257119. OLE color: 9257119.
HSL color Cylindrical-coordinate representation of color #9F408D: hue angle of 311.37º 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 #9F408D is Cyan = 0, Magento = 0.60, Yellow = 0.11 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 64 | 141 | - |
| CMYK | 0 | 0.60 | 0.11 | 0.38 |
| HSL | 311.37º | 0.43% | 0.44% | - |
| HSV(B) | 311.37º | 0.6% | 0.62% | - |
| XYZ | 20.94 | 12.96 | 26.6 | - |
| YUV | 101.18 | 150.47 | 169.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 64 | 141 | 0 | 0.60 | 0.11 | 0.38 | 311.37 | 0.43 | 0.44 |
| Hex | 9F | 40 | 8D | 0 | 3C | B | 26 | 137 | 2B | 2C |
| Octal | 237 | 100 | 215 | 0 | 74 | 13 | 46 | 467 | 53 | 54 |
| Binary | 10011111 | 1000000 | 10001101 | 0 | 111100 | 1011 | 100110 | 100110111 | 101011 | 101100 |
Color Harmonies of #9F408D
Complementary color
Monochromatic Colors of #9F408D
Black with #9F408D
Text Example
Text Example
White with #9F408D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F408D; }
p { color: rgb(159,64,141); }
H1.HeaderClassName
{
color: #9F408D;
}
.AnyTagClassName
{
color: #9F408D;
}
</style>
background-color css
<style>
a { background-color: #9F408D; }
a { background-color: rgb(159,64,141); }
div.DivClassName
{
background-color: #9F408D;
}
.BgClassName
{
background-color: #9F408D;
}
</style>
border-color css
<style>
span { border-color: #9F408D; }
span { border-color: rgb(159,64,141); }
td.TdClassName
{
border-color: #9F408D;
}
.TagClassName
{
border-color: #9F408D;
}
</style>