Shades of Medium Red Violet #9F3182
Tints of Medium Red Violet #9F3182
RGB
CMYK
RGB Variations
Color information
#9F3182 (or 0x9F3182) is known color: Medium Red Violet. HEX triplet: 9F, 31 and 82. RGB value is (159,49,130). Sum of RGB (Red+Green+Blue) = 159+49+130=338 (44% of max value = 765). Red value is 159 (62.5% from 255 or 47.04% from 338); Green value is 49 (19.53% from 255 or 14.50% from 338); Blue value is 130 (51.17% from 255 or 38.46% from 338); Max value from RGB is 159 - color contains mainly: red. Hex color #9F3182 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9F3182 is #60CE7D. Grayscale: #5A5A5A. Windows color (decimal): -6344318 or 8532383. OLE color: 8532383.
HSL color Cylindrical-coordinate representation of color #9F3182: hue angle of 315.82º degrees, saturation: 0.53, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #9F3182 is Cyan = 0, Magento = 0.69, Yellow = 0.18 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 49 | 130 | - |
| CMYK | 0 | 0.69 | 0.18 | 0.38 |
| HSL | 315.82º | 0.53% | 0.41% | - |
| HSV(B) | 315.82º | 0.69% | 0.62% | - |
| XYZ | 19.43 | 11.18 | 22.25 | - |
| YUV | 91.12 | 149.94 | 176.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 49 | 130 | 0 | 0.69 | 0.18 | 0.38 | 315.82 | 0.53 | 0.41 |
| Hex | 9F | 31 | 82 | 0 | 45 | 12 | 26 | 13C | 35 | 29 |
| Octal | 237 | 61 | 202 | 0 | 105 | 22 | 46 | 474 | 65 | 51 |
| Binary | 10011111 | 110001 | 10000010 | 0 | 1000101 | 10010 | 100110 | 100111100 | 110101 | 101001 |
Color Harmonies of #9F3182
Complementary color
Monochromatic Colors of #9F3182
Black with #9F3182
Text Example
Text Example
White with #9F3182
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F3182; }
p { color: rgb(159,49,130); }
H1.HeaderClassName
{
color: #9F3182;
}
.AnyTagClassName
{
color: #9F3182;
}
</style>
background-color css
<style>
a { background-color: #9F3182; }
a { background-color: rgb(159,49,130); }
div.DivClassName
{
background-color: #9F3182;
}
.BgClassName
{
background-color: #9F3182;
}
</style>
border-color css
<style>
span { border-color: #9F3182; }
span { border-color: rgb(159,49,130); }
td.TdClassName
{
border-color: #9F3182;
}
.TagClassName
{
border-color: #9F3182;
}
</style>