Shades of Medium Red Violet #9F3988
Tints of Medium Red Violet #9F3988
RGB
CMYK
RGB Variations
Color information
#9F3988 (or 0x9F3988) is known color: Medium Red Violet. HEX triplet: 9F, 39 and 88. RGB value is (159,57,136). Sum of RGB (Red+Green+Blue) = 159+57+136=352 (46% of max value = 765). Red value is 159 (62.5% from 255 or 45.17% from 352); Green value is 57 (22.66% from 255 or 16.19% from 352); Blue value is 136 (53.52% from 255 or 38.64% from 352); Max value from RGB is 159 - color contains mainly: red. Hex color #9F3988 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9F3988 is #60C677. Grayscale: #606060. Windows color (decimal): -6342264 or 8927647. OLE color: 8927647.
HSL color Cylindrical-coordinate representation of color #9F3988: hue angle of 313.53º degrees, saturation: 0.47, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #9F3988 is Cyan = 0, Magento = 0.64, Yellow = 0.14 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 57 | 136 | - |
| CMYK | 0 | 0.64 | 0.14 | 0.38 |
| HSL | 313.53º | 0.47% | 0.42% | - |
| HSV(B) | 313.53º | 0.64% | 0.62% | - |
| XYZ | 20.21 | 12.07 | 24.56 | - |
| YUV | 96.5 | 150.29 | 172.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 57 | 136 | 0 | 0.64 | 0.14 | 0.38 | 313.53 | 0.47 | 0.42 |
| Hex | 9F | 39 | 88 | 0 | 40 | E | 26 | 13A | 2F | 2A |
| Octal | 237 | 71 | 210 | 0 | 100 | 16 | 46 | 472 | 57 | 52 |
| Binary | 10011111 | 111001 | 10001000 | 0 | 1000000 | 1110 | 100110 | 100111010 | 101111 | 101010 |
Color Harmonies of #9F3988
Complementary color
Monochromatic Colors of #9F3988
Black with #9F3988
Text Example
Text Example
White with #9F3988
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F3988; }
p { color: rgb(159,57,136); }
H1.HeaderClassName
{
color: #9F3988;
}
.AnyTagClassName
{
color: #9F3988;
}
</style>
background-color css
<style>
a { background-color: #9F3988; }
a { background-color: rgb(159,57,136); }
div.DivClassName
{
background-color: #9F3988;
}
.BgClassName
{
background-color: #9F3988;
}
</style>
border-color css
<style>
span { border-color: #9F3988; }
span { border-color: rgb(159,57,136); }
td.TdClassName
{
border-color: #9F3988;
}
.TagClassName
{
border-color: #9F3988;
}
</style>