Shades of Medium Red Violet #9F3683
Tints of Medium Red Violet #9F3683
RGB
CMYK
RGB Variations
Color information
#9F3683 (or 0x9F3683) is known color: Medium Red Violet. HEX triplet: 9F, 36 and 83. RGB value is (159,54,131). Sum of RGB (Red+Green+Blue) = 159+54+131=344 (45% of max value = 765). Red value is 159 (62.5% from 255 or 46.22% from 344); Green value is 54 (21.48% from 255 or 15.70% from 344); Blue value is 131 (51.56% from 255 or 38.08% from 344); Max value from RGB is 159 - color contains mainly: red. Hex color #9F3683 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9F3683 is #60C97C. Grayscale: #5D5D5D. Windows color (decimal): -6343037 or 8599199. OLE color: 8599199.
HSL color Cylindrical-coordinate representation of color #9F3683: hue angle of 316º 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 #9F3683 is Cyan = 0, Magento = 0.66, Yellow = 0.18 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 54 | 131 | - |
| CMYK | 0 | 0.66 | 0.18 | 0.38 |
| HSL | 316º | 0.49% | 0.42% | - |
| HSV(B) | 316º | 0.66% | 0.62% | - |
| XYZ | 19.71 | 11.65 | 22.68 | - |
| YUV | 94.17 | 148.79 | 174.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 54 | 131 | 0 | 0.66 | 0.18 | 0.38 | 316 | 0.49 | 0.42 |
| Hex | 9F | 36 | 83 | 0 | 42 | 12 | 26 | 13C | 31 | 2A |
| Octal | 237 | 66 | 203 | 0 | 102 | 22 | 46 | 474 | 61 | 52 |
| Binary | 10011111 | 110110 | 10000011 | 0 | 1000010 | 10010 | 100110 | 100111100 | 110001 | 101010 |
Color Harmonies of #9F3683
Complementary color
Monochromatic Colors of #9F3683
Black with #9F3683
Text Example
Text Example
White with #9F3683
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F3683; }
p { color: rgb(159,54,131); }
H1.HeaderClassName
{
color: #9F3683;
}
.AnyTagClassName
{
color: #9F3683;
}
</style>
background-color css
<style>
a { background-color: #9F3683; }
a { background-color: rgb(159,54,131); }
div.DivClassName
{
background-color: #9F3683;
}
.BgClassName
{
background-color: #9F3683;
}
</style>
border-color css
<style>
span { border-color: #9F3683; }
span { border-color: rgb(159,54,131); }
td.TdClassName
{
border-color: #9F3683;
}
.TagClassName
{
border-color: #9F3683;
}
</style>