Shades of Medium Red Violet #9F3978
Tints of Medium Red Violet #9F3978
RGB
CMYK
RGB Variations
Color information
#9F3978 (or 0x9F3978) is known color: Medium Red Violet. HEX triplet: 9F, 39 and 78. RGB value is (159,57,120). Sum of RGB (Red+Green+Blue) = 159+57+120=336 (44% of max value = 765). Red value is 159 (62.5% from 255 or 47.32% from 336); Green value is 57 (22.66% from 255 or 16.96% from 336); Blue value is 120 (47.27% from 255 or 35.71% from 336); Max value from RGB is 159 - color contains mainly: red. Hex color #9F3978 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9F3978 is #60C687. Grayscale: #5E5E5E. Windows color (decimal): -6342280 or 7879071. OLE color: 7879071.
HSL color Cylindrical-coordinate representation of color #9F3978: hue angle of 322.94º degrees, saturation: 0.47, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #9F3978 is Cyan = 0, Magento = 0.64, Yellow = 0.25 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 57 | 120 | - |
| CMYK | 0 | 0.64 | 0.25 | 0.38 |
| HSL | 322.94º | 0.47% | 0.42% | - |
| HSV(B) | 322.94º | 0.64% | 0.62% | - |
| XYZ | 19.15 | 11.65 | 19.01 | - |
| YUV | 94.68 | 142.29 | 173.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 57 | 120 | 0 | 0.64 | 0.25 | 0.38 | 322.94 | 0.47 | 0.42 |
| Hex | 9F | 39 | 78 | 0 | 40 | 19 | 26 | 143 | 2F | 2A |
| Octal | 237 | 71 | 170 | 0 | 100 | 31 | 46 | 503 | 57 | 52 |
| Binary | 10011111 | 111001 | 1111000 | 0 | 1000000 | 11001 | 100110 | 101000011 | 101111 | 101010 |
Color Harmonies of #9F3978
Complementary color
Monochromatic Colors of #9F3978
Black with #9F3978
Text Example
Text Example
White with #9F3978
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F3978; }
p { color: rgb(159,57,120); }
H1.HeaderClassName
{
color: #9F3978;
}
.AnyTagClassName
{
color: #9F3978;
}
</style>
background-color css
<style>
a { background-color: #9F3978; }
a { background-color: rgb(159,57,120); }
div.DivClassName
{
background-color: #9F3978;
}
.BgClassName
{
background-color: #9F3978;
}
</style>
border-color css
<style>
span { border-color: #9F3978; }
span { border-color: rgb(159,57,120); }
td.TdClassName
{
border-color: #9F3978;
}
.TagClassName
{
border-color: #9F3978;
}
</style>