Shades of Medium Red Violet #9F3788
Tints of Medium Red Violet #9F3788
RGB
CMYK
RGB Variations
Color information
#9F3788 (or 0x9F3788) is known color: Medium Red Violet. HEX triplet: 9F, 37 and 88. RGB value is (159,55,136). Sum of RGB (Red+Green+Blue) = 159+55+136=350 (46% of max value = 765). Red value is 159 (62.5% from 255 or 45.43% from 350); Green value is 55 (21.88% from 255 or 15.71% from 350); Blue value is 136 (53.52% from 255 or 38.86% from 350); Max value from RGB is 159 - color contains mainly: red. Hex color #9F3788 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9F3788 is #60C877. Grayscale: #5F5F5F. Windows color (decimal): -6342776 or 8927135. OLE color: 8927135.
HSL color Cylindrical-coordinate representation of color #9F3788: hue angle of 313.27º degrees, saturation: 0.49, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #9F3788 is Cyan = 0, Magento = 0.65, Yellow = 0.14 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 55 | 136 | - |
| CMYK | 0 | 0.65 | 0.14 | 0.38 |
| HSL | 313.27º | 0.49% | 0.42% | - |
| HSV(B) | 313.27º | 0.65% | 0.62% | - |
| XYZ | 20.11 | 11.88 | 24.53 | - |
| YUV | 95.33 | 150.96 | 173.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 55 | 136 | 0 | 0.65 | 0.14 | 0.38 | 313.27 | 0.49 | 0.42 |
| Hex | 9F | 37 | 88 | 0 | 41 | E | 26 | 139 | 31 | 2A |
| Octal | 237 | 67 | 210 | 0 | 101 | 16 | 46 | 471 | 61 | 52 |
| Binary | 10011111 | 110111 | 10001000 | 0 | 1000001 | 1110 | 100110 | 100111001 | 110001 | 101010 |
Color Harmonies of #9F3788
Complementary color
Monochromatic Colors of #9F3788
Black with #9F3788
Text Example
Text Example
White with #9F3788
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F3788; }
p { color: rgb(159,55,136); }
H1.HeaderClassName
{
color: #9F3788;
}
.AnyTagClassName
{
color: #9F3788;
}
</style>
background-color css
<style>
a { background-color: #9F3788; }
a { background-color: rgb(159,55,136); }
div.DivClassName
{
background-color: #9F3788;
}
.BgClassName
{
background-color: #9F3788;
}
</style>
border-color css
<style>
span { border-color: #9F3788; }
span { border-color: rgb(159,55,136); }
td.TdClassName
{
border-color: #9F3788;
}
.TagClassName
{
border-color: #9F3788;
}
</style>