Shades of Medium Red Violet #9F3680
Tints of Medium Red Violet #9F3680
RGB
CMYK
RGB Variations
Color information
#9F3680 (or 0x9F3680) is known color: Medium Red Violet. HEX triplet: 9F, 36 and 80. RGB value is (159,54,128). Sum of RGB (Red+Green+Blue) = 159+54+128=341 (45% of max value = 765). Red value is 159 (62.5% from 255 or 46.63% from 341); Green value is 54 (21.48% from 255 or 15.84% from 341); Blue value is 128 (50.39% from 255 or 37.54% from 341); Max value from RGB is 159 - color contains mainly: red. Hex color #9F3680 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9F3680 is #60C97F. Grayscale: #5D5D5D. Windows color (decimal): -6343040 or 8402591. OLE color: 8402591.
HSL color Cylindrical-coordinate representation of color #9F3680: hue angle of 317.71º 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 #9F3680 is Cyan = 0, Magento = 0.66, Yellow = 0.19 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 54 | 128 | - |
| CMYK | 0 | 0.66 | 0.19 | 0.38 |
| HSL | 317.71º | 0.49% | 0.42% | - |
| HSV(B) | 317.71º | 0.66% | 0.62% | - |
| XYZ | 19.51 | 11.57 | 21.63 | - |
| YUV | 93.83 | 147.29 | 174.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 54 | 128 | 0 | 0.66 | 0.19 | 0.38 | 317.71 | 0.49 | 0.42 |
| Hex | 9F | 36 | 80 | 0 | 42 | 13 | 26 | 13E | 31 | 2A |
| Octal | 237 | 66 | 200 | 0 | 102 | 23 | 46 | 476 | 61 | 52 |
| Binary | 10011111 | 110110 | 10000000 | 0 | 1000010 | 10011 | 100110 | 100111110 | 110001 | 101010 |
Color Harmonies of #9F3680
Complementary color
Monochromatic Colors of #9F3680
Black with #9F3680
Text Example
Text Example
White with #9F3680
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F3680; }
p { color: rgb(159,54,128); }
H1.HeaderClassName
{
color: #9F3680;
}
.AnyTagClassName
{
color: #9F3680;
}
</style>
background-color css
<style>
a { background-color: #9F3680; }
a { background-color: rgb(159,54,128); }
div.DivClassName
{
background-color: #9F3680;
}
.BgClassName
{
background-color: #9F3680;
}
</style>
border-color css
<style>
span { border-color: #9F3680; }
span { border-color: rgb(159,54,128); }
td.TdClassName
{
border-color: #9F3680;
}
.TagClassName
{
border-color: #9F3680;
}
</style>