Shades of Medium Red Violet #9F3691
Tints of Medium Red Violet #9F3691
RGB
CMYK
RGB Variations
Color information
#9F3691 (or 0x9F3691) is known color: Medium Red Violet. HEX triplet: 9F, 36 and 91. RGB value is (159,54,145). Sum of RGB (Red+Green+Blue) = 159+54+145=358 (47% of max value = 765). Red value is 159 (62.5% from 255 or 44.41% from 358); Green value is 54 (21.48% from 255 or 15.08% from 358); Blue value is 145 (57.03% from 255 or 40.50% from 358); Max value from RGB is 159 - color contains mainly: red. Hex color #9F3691 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9F3691 is #60C96E. Grayscale: #5F5F5F. Windows color (decimal): -6343023 or 9516703. OLE color: 9516703.
HSL color Cylindrical-coordinate representation of color #9F3691: hue angle of 308º 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 #9F3691 is Cyan = 0, Magento = 0.66, Yellow = 0.09 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 54 | 145 | - |
| CMYK | 0 | 0.66 | 0.09 | 0.38 |
| HSL | 308º | 0.49% | 0.42% | - |
| HSV(B) | 308º | 0.66% | 0.62% | - |
| XYZ | 20.73 | 12.05 | 28.02 | - |
| YUV | 95.77 | 155.79 | 173.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 54 | 145 | 0 | 0.66 | 0.09 | 0.38 | 308 | 0.49 | 0.42 |
| Hex | 9F | 36 | 91 | 0 | 42 | 9 | 26 | 134 | 31 | 2A |
| Octal | 237 | 66 | 221 | 0 | 102 | 11 | 46 | 464 | 61 | 52 |
| Binary | 10011111 | 110110 | 10010001 | 0 | 1000010 | 1001 | 100110 | 100110100 | 110001 | 101010 |
Color Harmonies of #9F3691
Complementary color
Monochromatic Colors of #9F3691
Black with #9F3691
Text Example
Text Example
White with #9F3691
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F3691; }
p { color: rgb(159,54,145); }
H1.HeaderClassName
{
color: #9F3691;
}
.AnyTagClassName
{
color: #9F3691;
}
</style>
background-color css
<style>
a { background-color: #9F3691; }
a { background-color: rgb(159,54,145); }
div.DivClassName
{
background-color: #9F3691;
}
.BgClassName
{
background-color: #9F3691;
}
</style>
border-color css
<style>
span { border-color: #9F3691; }
span { border-color: rgb(159,54,145); }
td.TdClassName
{
border-color: #9F3691;
}
.TagClassName
{
border-color: #9F3691;
}
</style>