Shades of Medium Red Violet #9F3B7A
Tints of Medium Red Violet #9F3B7A
RGB
CMYK
RGB Variations
Color information
#9F3B7A (or 0x9F3B7A) is known color: Medium Red Violet. HEX triplet: 9F, 3B and 7A. RGB value is (159,59,122). Sum of RGB (Red+Green+Blue) = 159+59+122=340 (45% of max value = 765). Red value is 159 (62.5% from 255 or 46.76% from 340); Green value is 59 (23.44% from 255 or 17.35% from 340); Blue value is 122 (48.05% from 255 or 35.88% from 340); Max value from RGB is 159 - color contains mainly: red. Hex color #9F3B7A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9F3B7A is #60C485. Grayscale: #5F5F5F. Windows color (decimal): -6341766 or 8010655. OLE color: 8010655.
HSL color Cylindrical-coordinate representation of color #9F3B7A: hue angle of 322.2º degrees, saturation: 0.46, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #9F3B7A is Cyan = 0, Magento = 0.63, Yellow = 0.23 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 59 | 122 | - |
| CMYK | 0 | 0.63 | 0.23 | 0.38 |
| HSL | 322.2º | 0.46% | 0.43% | - |
| HSV(B) | 322.2º | 0.63% | 0.62% | - |
| XYZ | 19.37 | 11.9 | 19.69 | - |
| YUV | 96.08 | 142.63 | 172.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 59 | 122 | 0 | 0.63 | 0.23 | 0.38 | 322.2 | 0.46 | 0.43 |
| Hex | 9F | 3B | 7A | 0 | 3F | 17 | 26 | 142 | 2E | 2B |
| Octal | 237 | 73 | 172 | 0 | 77 | 27 | 46 | 502 | 56 | 53 |
| Binary | 10011111 | 111011 | 1111010 | 0 | 111111 | 10111 | 100110 | 101000010 | 101110 | 101011 |
Color Harmonies of #9F3B7A
Complementary color
Monochromatic Colors of #9F3B7A
Black with #9F3B7A
Text Example
Text Example
White with #9F3B7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F3B7A; }
p { color: rgb(159,59,122); }
H1.HeaderClassName
{
color: #9F3B7A;
}
.AnyTagClassName
{
color: #9F3B7A;
}
</style>
background-color css
<style>
a { background-color: #9F3B7A; }
a { background-color: rgb(159,59,122); }
div.DivClassName
{
background-color: #9F3B7A;
}
.BgClassName
{
background-color: #9F3B7A;
}
</style>
border-color css
<style>
span { border-color: #9F3B7A; }
span { border-color: rgb(159,59,122); }
td.TdClassName
{
border-color: #9F3B7A;
}
.TagClassName
{
border-color: #9F3B7A;
}
</style>