Shades of Medium Red Violet #9F3690
Tints of Medium Red Violet #9F3690
RGB
CMYK
RGB Variations
Color information
#9F3690 (or 0x9F3690) is known color: Medium Red Violet. HEX triplet: 9F, 36 and 90. RGB value is (159,54,144). Sum of RGB (Red+Green+Blue) = 159+54+144=357 (47% of max value = 765). Red value is 159 (62.5% from 255 or 44.54% from 357); Green value is 54 (21.48% from 255 or 15.13% from 357); Blue value is 144 (56.64% from 255 or 40.34% from 357); Max value from RGB is 159 - color contains mainly: red. Hex color #9F3690 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9F3690 is #60C96F. Grayscale: #5F5F5F. Windows color (decimal): -6343024 or 9451167. OLE color: 9451167.
HSL color Cylindrical-coordinate representation of color #9F3690: hue angle of 308.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 #9F3690 is Cyan = 0, Magento = 0.66, Yellow = 0.09 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 54 | 144 | - |
| CMYK | 0 | 0.66 | 0.09 | 0.38 |
| HSL | 308.57º | 0.49% | 0.42% | - |
| HSV(B) | 308.57º | 0.66% | 0.62% | - |
| XYZ | 20.65 | 12.02 | 27.62 | - |
| YUV | 95.66 | 155.29 | 173.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 54 | 144 | 0 | 0.66 | 0.09 | 0.38 | 308.57 | 0.49 | 0.42 |
| Hex | 9F | 36 | 90 | 0 | 42 | 9 | 26 | 135 | 31 | 2A |
| Octal | 237 | 66 | 220 | 0 | 102 | 11 | 46 | 465 | 61 | 52 |
| Binary | 10011111 | 110110 | 10010000 | 0 | 1000010 | 1001 | 100110 | 100110101 | 110001 | 101010 |
Color Harmonies of #9F3690
Complementary color
Monochromatic Colors of #9F3690
Black with #9F3690
Text Example
Text Example
White with #9F3690
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F3690; }
p { color: rgb(159,54,144); }
H1.HeaderClassName
{
color: #9F3690;
}
.AnyTagClassName
{
color: #9F3690;
}
</style>
background-color css
<style>
a { background-color: #9F3690; }
a { background-color: rgb(159,54,144); }
div.DivClassName
{
background-color: #9F3690;
}
.BgClassName
{
background-color: #9F3690;
}
</style>
border-color css
<style>
span { border-color: #9F3690; }
span { border-color: rgb(159,54,144); }
td.TdClassName
{
border-color: #9F3690;
}
.TagClassName
{
border-color: #9F3690;
}
</style>