Shades of Medium Red Violet #9F4682
Tints of Medium Red Violet #9F4682
RGB
CMYK
RGB Variations
Color information
#9F4682 (or 0x9F4682) is known color: Medium Red Violet. HEX triplet: 9F, 46 and 82. RGB value is (159,70,130). Sum of RGB (Red+Green+Blue) = 159+70+130=359 (47% of max value = 765). Red value is 159 (62.5% from 255 or 44.29% from 359); Green value is 70 (27.73% from 255 or 19.50% from 359); Blue value is 130 (51.17% from 255 or 36.21% from 359); Max value from RGB is 159 - color contains mainly: red. Hex color #9F4682 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9F4682 is #60B97D. Grayscale: #676767. Windows color (decimal): -6338942 or 8537759. OLE color: 8537759.
HSL color Cylindrical-coordinate representation of color #9F4682: hue angle of 319.55º degrees, saturation: 0.39, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #9F4682 is Cyan = 0, Magento = 0.56, Yellow = 0.18 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 70 | 130 | - |
| CMYK | 0 | 0.56 | 0.18 | 0.38 |
| HSL | 319.55º | 0.39% | 0.45% | - |
| HSV(B) | 319.55º | 0.56% | 0.62% | - |
| XYZ | 20.52 | 13.36 | 22.62 | - |
| YUV | 103.45 | 142.99 | 167.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 70 | 130 | 0 | 0.56 | 0.18 | 0.38 | 319.55 | 0.39 | 0.45 |
| Hex | 9F | 46 | 82 | 0 | 38 | 12 | 26 | 140 | 27 | 2D |
| Octal | 237 | 106 | 202 | 0 | 70 | 22 | 46 | 500 | 47 | 55 |
| Binary | 10011111 | 1000110 | 10000010 | 0 | 111000 | 10010 | 100110 | 101000000 | 100111 | 101101 |
Color Harmonies of #9F4682
Complementary color
Monochromatic Colors of #9F4682
Black with #9F4682
Text Example
Text Example
White with #9F4682
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F4682; }
p { color: rgb(159,70,130); }
H1.HeaderClassName
{
color: #9F4682;
}
.AnyTagClassName
{
color: #9F4682;
}
</style>
background-color css
<style>
a { background-color: #9F4682; }
a { background-color: rgb(159,70,130); }
div.DivClassName
{
background-color: #9F4682;
}
.BgClassName
{
background-color: #9F4682;
}
</style>
border-color css
<style>
span { border-color: #9F4682; }
span { border-color: rgb(159,70,130); }
td.TdClassName
{
border-color: #9F4682;
}
.TagClassName
{
border-color: #9F4682;
}
</style>