Shades of Medium Red Violet #9F3682
Tints of Medium Red Violet #9F3682
RGB
CMYK
RGB Variations
Color information
#9F3682 (or 0x9F3682) is known color: Medium Red Violet. HEX triplet: 9F, 36 and 82. RGB value is (159,54,130). Sum of RGB (Red+Green+Blue) = 159+54+130=343 (45% of max value = 765). Red value is 159 (62.5% from 255 or 46.36% from 343); Green value is 54 (21.48% from 255 or 15.74% from 343); Blue value is 130 (51.17% from 255 or 37.90% from 343); Max value from RGB is 159 - color contains mainly: red. Hex color #9F3682 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9F3682 is #60C97D. Grayscale: #5D5D5D. Windows color (decimal): -6343038 or 8533663. OLE color: 8533663.
HSL color Cylindrical-coordinate representation of color #9F3682: hue angle of 316.57º degrees, saturation: 0.49, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #9F3682 is Cyan = 0, Magento = 0.66, Yellow = 0.18 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 54 | 130 | - |
| CMYK | 0 | 0.66 | 0.18 | 0.38 |
| HSL | 316.57º | 0.49% | 0.42% | - |
| HSV(B) | 316.57º | 0.66% | 0.62% | - |
| XYZ | 19.65 | 11.62 | 22.33 | - |
| YUV | 94.06 | 148.29 | 174.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 54 | 130 | 0 | 0.66 | 0.18 | 0.38 | 316.57 | 0.49 | 0.42 |
| Hex | 9F | 36 | 82 | 0 | 42 | 12 | 26 | 13D | 31 | 2A |
| Octal | 237 | 66 | 202 | 0 | 102 | 22 | 46 | 475 | 61 | 52 |
| Binary | 10011111 | 110110 | 10000010 | 0 | 1000010 | 10010 | 100110 | 100111101 | 110001 | 101010 |
Color Harmonies of #9F3682
Complementary color
Monochromatic Colors of #9F3682
Black with #9F3682
Text Example
Text Example
White with #9F3682
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F3682; }
p { color: rgb(159,54,130); }
H1.HeaderClassName
{
color: #9F3682;
}
.AnyTagClassName
{
color: #9F3682;
}
</style>
background-color css
<style>
a { background-color: #9F3682; }
a { background-color: rgb(159,54,130); }
div.DivClassName
{
background-color: #9F3682;
}
.BgClassName
{
background-color: #9F3682;
}
</style>
border-color css
<style>
span { border-color: #9F3682; }
span { border-color: rgb(159,54,130); }
td.TdClassName
{
border-color: #9F3682;
}
.TagClassName
{
border-color: #9F3682;
}
</style>