Shades of Medium Red Violet #9F2E78
Tints of Medium Red Violet #9F2E78
RGB
CMYK
RGB Variations
Color information
#9F2E78 (or 0x9F2E78) is known color: Medium Red Violet. HEX triplet: 9F, 2E and 78. RGB value is (159,46,120). Sum of RGB (Red+Green+Blue) = 159+46+120=325 (43% of max value = 765). Red value is 159 (62.5% from 255 or 48.92% from 325); Green value is 46 (18.36% from 255 or 14.15% from 325); Blue value is 120 (47.27% from 255 or 36.92% from 325); Max value from RGB is 159 - color contains mainly: red. Hex color #9F2E78 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9F2E78 is #60D187. Grayscale: #585858. Windows color (decimal): -6345096 or 7876255. OLE color: 7876255.
HSL color Cylindrical-coordinate representation of color #9F2E78: hue angle of 320.71º degrees, saturation: 0.55, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #9F2E78 is Cyan = 0, Magento = 0.71, Yellow = 0.25 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 46 | 120 | - |
| CMYK | 0 | 0.71 | 0.25 | 0.38 |
| HSL | 320.71º | 0.55% | 0.4% | - |
| HSV(B) | 320.71º | 0.71% | 0.62% | - |
| XYZ | 18.67 | 10.68 | 18.85 | - |
| YUV | 88.22 | 145.94 | 178.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 46 | 120 | 0 | 0.71 | 0.25 | 0.38 | 320.71 | 0.55 | 0.4 |
| Hex | 9F | 2E | 78 | 0 | 47 | 19 | 26 | 141 | 37 | 28 |
| Octal | 237 | 56 | 170 | 0 | 107 | 31 | 46 | 501 | 67 | 50 |
| Binary | 10011111 | 101110 | 1111000 | 0 | 1000111 | 11001 | 100110 | 101000001 | 110111 | 101000 |
Color Harmonies of #9F2E78
Complementary color
Monochromatic Colors of #9F2E78
Black with #9F2E78
Text Example
Text Example
White with #9F2E78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F2E78; }
p { color: rgb(159,46,120); }
H1.HeaderClassName
{
color: #9F2E78;
}
.AnyTagClassName
{
color: #9F2E78;
}
</style>
background-color css
<style>
a { background-color: #9F2E78; }
a { background-color: rgb(159,46,120); }
div.DivClassName
{
background-color: #9F2E78;
}
.BgClassName
{
background-color: #9F2E78;
}
</style>
border-color css
<style>
span { border-color: #9F2E78; }
span { border-color: rgb(159,46,120); }
td.TdClassName
{
border-color: #9F2E78;
}
.TagClassName
{
border-color: #9F2E78;
}
</style>