Shades of Medium Red Violet #9F4581
Tints of Medium Red Violet #9F4581
RGB
CMYK
RGB Variations
Color information
#9F4581 (or 0x9F4581) is known color: Medium Red Violet. HEX triplet: 9F, 45 and 81. RGB value is (159,69,129). Sum of RGB (Red+Green+Blue) = 159+69+129=357 (47% of max value = 765). Red value is 159 (62.5% from 255 or 44.54% from 357); Green value is 69 (27.34% from 255 or 19.33% from 357); Blue value is 129 (50.78% from 255 or 36.13% from 357); Max value from RGB is 159 - color contains mainly: red. Hex color #9F4581 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9F4581 is #60BA7E. Grayscale: #666666. Windows color (decimal): -6339199 or 8471967. OLE color: 8471967.
HSL color Cylindrical-coordinate representation of color #9F4581: hue angle of 320º degrees, saturation: 0.39, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #9F4581 is Cyan = 0, Magento = 0.57, Yellow = 0.19 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 69 | 129 | - |
| CMYK | 0 | 0.57 | 0.19 | 0.38 |
| HSL | 320º | 0.39% | 0.45% | - |
| HSV(B) | 320º | 0.57% | 0.62% | - |
| XYZ | 20.39 | 13.21 | 22.24 | - |
| YUV | 102.75 | 142.82 | 168.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 69 | 129 | 0 | 0.57 | 0.19 | 0.38 | 320 | 0.39 | 0.45 |
| Hex | 9F | 45 | 81 | 0 | 39 | 13 | 26 | 140 | 27 | 2D |
| Octal | 237 | 105 | 201 | 0 | 71 | 23 | 46 | 500 | 47 | 55 |
| Binary | 10011111 | 1000101 | 10000001 | 0 | 111001 | 10011 | 100110 | 101000000 | 100111 | 101101 |
Color Harmonies of #9F4581
Complementary color
Monochromatic Colors of #9F4581
Black with #9F4581
Text Example
Text Example
White with #9F4581
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F4581; }
p { color: rgb(159,69,129); }
H1.HeaderClassName
{
color: #9F4581;
}
.AnyTagClassName
{
color: #9F4581;
}
</style>
background-color css
<style>
a { background-color: #9F4581; }
a { background-color: rgb(159,69,129); }
div.DivClassName
{
background-color: #9F4581;
}
.BgClassName
{
background-color: #9F4581;
}
</style>
border-color css
<style>
span { border-color: #9F4581; }
span { border-color: rgb(159,69,129); }
td.TdClassName
{
border-color: #9F4581;
}
.TagClassName
{
border-color: #9F4581;
}
</style>