Shades of Medium Red Violet #9F408C
Tints of Medium Red Violet #9F408C
RGB
CMYK
RGB Variations
Color information
#9F408C (or 0x9F408C) is known color: Medium Red Violet. HEX triplet: 9F, 40 and 8C. RGB value is (159,64,140). Sum of RGB (Red+Green+Blue) = 159+64+140=363 (48% of max value = 765). Red value is 159 (62.5% from 255 or 43.80% from 363); Green value is 64 (25.39% from 255 or 17.63% from 363); Blue value is 140 (55.08% from 255 or 38.57% from 363); Max value from RGB is 159 - color contains mainly: red. Hex color #9F408C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9F408C is #60BF73. Grayscale: #646464. Windows color (decimal): -6340468 or 9191583. OLE color: 9191583.
HSL color Cylindrical-coordinate representation of color #9F408C: hue angle of 312º 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 #9F408C is Cyan = 0, Magento = 0.60, Yellow = 0.12 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 64 | 140 | - |
| CMYK | 0 | 0.60 | 0.12 | 0.38 |
| HSL | 312º | 0.43% | 0.44% | - |
| HSV(B) | 312º | 0.6% | 0.62% | - |
| XYZ | 20.87 | 12.93 | 26.21 | - |
| YUV | 101.07 | 149.97 | 169.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 64 | 140 | 0 | 0.60 | 0.12 | 0.38 | 312 | 0.43 | 0.44 |
| Hex | 9F | 40 | 8C | 0 | 3C | C | 26 | 138 | 2B | 2C |
| Octal | 237 | 100 | 214 | 0 | 74 | 14 | 46 | 470 | 53 | 54 |
| Binary | 10011111 | 1000000 | 10001100 | 0 | 111100 | 1100 | 100110 | 100111000 | 101011 | 101100 |
Color Harmonies of #9F408C
Complementary color
Monochromatic Colors of #9F408C
Black with #9F408C
Text Example
Text Example
White with #9F408C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F408C; }
p { color: rgb(159,64,140); }
H1.HeaderClassName
{
color: #9F408C;
}
.AnyTagClassName
{
color: #9F408C;
}
</style>
background-color css
<style>
a { background-color: #9F408C; }
a { background-color: rgb(159,64,140); }
div.DivClassName
{
background-color: #9F408C;
}
.BgClassName
{
background-color: #9F408C;
}
</style>
border-color css
<style>
span { border-color: #9F408C; }
span { border-color: rgb(159,64,140); }
td.TdClassName
{
border-color: #9F408C;
}
.TagClassName
{
border-color: #9F408C;
}
</style>