Shades of Medium Red Violet #9F4287
Tints of Medium Red Violet #9F4287
RGB
CMYK
RGB Variations
Color information
#9F4287 (or 0x9F4287) is known color: Medium Red Violet. HEX triplet: 9F, 42 and 87. RGB value is (159,66,135). Sum of RGB (Red+Green+Blue) = 159+66+135=360 (47% of max value = 765). Red value is 159 (62.5% from 255 or 44.17% from 360); Green value is 66 (26.17% from 255 or 18.33% from 360); Blue value is 135 (53.12% from 255 or 37.5% from 360); Max value from RGB is 159 - color contains mainly: red. Hex color #9F4287 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9F4287 is #60BD78. Grayscale: #656565. Windows color (decimal): -6339961 or 8864415. OLE color: 8864415.
HSL color Cylindrical-coordinate representation of color #9F4287: hue angle of 315.48º degrees, saturation: 0.41, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #9F4287 is Cyan = 0, Magento = 0.58, Yellow = 0.15 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 66 | 135 | - |
| CMYK | 0 | 0.58 | 0.15 | 0.38 |
| HSL | 315.48º | 0.41% | 0.44% | - |
| HSV(B) | 315.48º | 0.58% | 0.62% | - |
| XYZ | 20.62 | 13.02 | 24.35 | - |
| YUV | 101.67 | 146.81 | 168.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 66 | 135 | 0 | 0.58 | 0.15 | 0.38 | 315.48 | 0.41 | 0.44 |
| Hex | 9F | 42 | 87 | 0 | 3A | F | 26 | 13B | 29 | 2C |
| Octal | 237 | 102 | 207 | 0 | 72 | 17 | 46 | 473 | 51 | 54 |
| Binary | 10011111 | 1000010 | 10000111 | 0 | 111010 | 1111 | 100110 | 100111011 | 101001 | 101100 |
Color Harmonies of #9F4287
Complementary color
Monochromatic Colors of #9F4287
Black with #9F4287
Text Example
Text Example
White with #9F4287
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F4287; }
p { color: rgb(159,66,135); }
H1.HeaderClassName
{
color: #9F4287;
}
.AnyTagClassName
{
color: #9F4287;
}
</style>
background-color css
<style>
a { background-color: #9F4287; }
a { background-color: rgb(159,66,135); }
div.DivClassName
{
background-color: #9F4287;
}
.BgClassName
{
background-color: #9F4287;
}
</style>
border-color css
<style>
span { border-color: #9F4287; }
span { border-color: rgb(159,66,135); }
td.TdClassName
{
border-color: #9F4287;
}
.TagClassName
{
border-color: #9F4287;
}
</style>