Shades of Medium Red Violet #9F368F
Tints of Medium Red Violet #9F368F
RGB
CMYK
RGB Variations
Color information
#9F368F (or 0x9F368F) is known color: Medium Red Violet. HEX triplet: 9F, 36 and 8F. RGB value is (159,54,143). Sum of RGB (Red+Green+Blue) = 159+54+143=356 (47% of max value = 765). Red value is 159 (62.5% from 255 or 44.66% from 356); Green value is 54 (21.48% from 255 or 15.17% from 356); Blue value is 143 (56.25% from 255 or 40.17% from 356); Max value from RGB is 159 - color contains mainly: red. Hex color #9F368F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9F368F is #60C970. Grayscale: #5F5F5F. Windows color (decimal): -6343025 or 9385631. OLE color: 9385631.
HSL color Cylindrical-coordinate representation of color #9F368F: hue angle of 309.14º 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 #9F368F is Cyan = 0, Magento = 0.66, Yellow = 0.10 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 54 | 143 | - |
| CMYK | 0 | 0.66 | 0.10 | 0.38 |
| HSL | 309.14º | 0.49% | 0.42% | - |
| HSV(B) | 309.14º | 0.66% | 0.62% | - |
| XYZ | 20.58 | 11.99 | 27.22 | - |
| YUV | 95.54 | 154.79 | 173.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 54 | 143 | 0 | 0.66 | 0.10 | 0.38 | 309.14 | 0.49 | 0.42 |
| Hex | 9F | 36 | 8F | 0 | 42 | A | 26 | 135 | 31 | 2A |
| Octal | 237 | 66 | 217 | 0 | 102 | 12 | 46 | 465 | 61 | 52 |
| Binary | 10011111 | 110110 | 10001111 | 0 | 1000010 | 1010 | 100110 | 100110101 | 110001 | 101010 |
Color Harmonies of #9F368F
Complementary color
Monochromatic Colors of #9F368F
Black with #9F368F
Text Example
Text Example
White with #9F368F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F368F; }
p { color: rgb(159,54,143); }
H1.HeaderClassName
{
color: #9F368F;
}
.AnyTagClassName
{
color: #9F368F;
}
</style>
background-color css
<style>
a { background-color: #9F368F; }
a { background-color: rgb(159,54,143); }
div.DivClassName
{
background-color: #9F368F;
}
.BgClassName
{
background-color: #9F368F;
}
</style>
border-color css
<style>
span { border-color: #9F368F; }
span { border-color: rgb(159,54,143); }
td.TdClassName
{
border-color: #9F368F;
}
.TagClassName
{
border-color: #9F368F;
}
</style>