Shades of Medium Red Violet #9F3582
Tints of Medium Red Violet #9F3582
RGB
CMYK
RGB Variations
Color information
#9F3582 (or 0x9F3582) is known color: Medium Red Violet. HEX triplet: 9F, 35 and 82. RGB value is (159,53,130). Sum of RGB (Red+Green+Blue) = 159+53+130=342 (45% of max value = 765). Red value is 159 (62.5% from 255 or 46.49% from 342); Green value is 53 (21.09% from 255 or 15.50% from 342); Blue value is 130 (51.17% from 255 or 38.01% from 342); Max value from RGB is 159 - color contains mainly: red. Hex color #9F3582 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9F3582 is #60CA7D. Grayscale: #5D5D5D. Windows color (decimal): -6343294 or 8533407. OLE color: 8533407.
HSL color Cylindrical-coordinate representation of color #9F3582: hue angle of 316.42º degrees, saturation: 0.5, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #9F3582 is Cyan = 0, Magento = 0.67, Yellow = 0.18 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 53 | 130 | - |
| CMYK | 0 | 0.67 | 0.18 | 0.38 |
| HSL | 316.42º | 0.5% | 0.42% | - |
| HSV(B) | 316.42º | 0.67% | 0.62% | - |
| XYZ | 19.6 | 11.53 | 22.31 | - |
| YUV | 93.47 | 148.62 | 174.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 53 | 130 | 0 | 0.67 | 0.18 | 0.38 | 316.42 | 0.5 | 0.42 |
| Hex | 9F | 35 | 82 | 0 | 43 | 12 | 26 | 13C | 32 | 2A |
| Octal | 237 | 65 | 202 | 0 | 103 | 22 | 46 | 474 | 62 | 52 |
| Binary | 10011111 | 110101 | 10000010 | 0 | 1000011 | 10010 | 100110 | 100111100 | 110010 | 101010 |
Color Harmonies of #9F3582
Complementary color
Monochromatic Colors of #9F3582
Black with #9F3582
Text Example
Text Example
White with #9F3582
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F3582; }
p { color: rgb(159,53,130); }
H1.HeaderClassName
{
color: #9F3582;
}
.AnyTagClassName
{
color: #9F3582;
}
</style>
background-color css
<style>
a { background-color: #9F3582; }
a { background-color: rgb(159,53,130); }
div.DivClassName
{
background-color: #9F3582;
}
.BgClassName
{
background-color: #9F3582;
}
</style>
border-color css
<style>
span { border-color: #9F3582; }
span { border-color: rgb(159,53,130); }
td.TdClassName
{
border-color: #9F3582;
}
.TagClassName
{
border-color: #9F3582;
}
</style>