Shades of Medium Red Violet #9F328F
Tints of Medium Red Violet #9F328F
RGB
CMYK
RGB Variations
Color information
#9F328F (or 0x9F328F) is known color: Medium Red Violet. HEX triplet: 9F, 32 and 8F. RGB value is (159,50,143). Sum of RGB (Red+Green+Blue) = 159+50+143=352 (46% of max value = 765). Red value is 159 (62.5% from 255 or 45.17% from 352); Green value is 50 (19.92% from 255 or 14.20% from 352); Blue value is 143 (56.25% from 255 or 40.62% from 352); Max value from RGB is 159 - color contains mainly: red. Hex color #9F328F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9F328F is #60CD70. Grayscale: #5C5C5C. Windows color (decimal): -6344049 or 9384607. OLE color: 9384607.
HSL color Cylindrical-coordinate representation of color #9F328F: hue angle of 308.81º degrees, saturation: 0.52, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #9F328F is Cyan = 0, Magento = 0.69, Yellow = 0.10 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 50 | 143 | - |
| CMYK | 0 | 0.69 | 0.10 | 0.38 |
| HSL | 308.81º | 0.52% | 0.41% | - |
| HSV(B) | 308.81º | 0.69% | 0.62% | - |
| XYZ | 20.4 | 11.64 | 27.16 | - |
| YUV | 93.19 | 156.11 | 174.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 50 | 143 | 0 | 0.69 | 0.10 | 0.38 | 308.81 | 0.52 | 0.41 |
| Hex | 9F | 32 | 8F | 0 | 45 | A | 26 | 135 | 34 | 29 |
| Octal | 237 | 62 | 217 | 0 | 105 | 12 | 46 | 465 | 64 | 51 |
| Binary | 10011111 | 110010 | 10001111 | 0 | 1000101 | 1010 | 100110 | 100110101 | 110100 | 101001 |
Color Harmonies of #9F328F
Complementary color
Monochromatic Colors of #9F328F
Black with #9F328F
Text Example
Text Example
White with #9F328F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F328F; }
p { color: rgb(159,50,143); }
H1.HeaderClassName
{
color: #9F328F;
}
.AnyTagClassName
{
color: #9F328F;
}
</style>
background-color css
<style>
a { background-color: #9F328F; }
a { background-color: rgb(159,50,143); }
div.DivClassName
{
background-color: #9F328F;
}
.BgClassName
{
background-color: #9F328F;
}
</style>
border-color css
<style>
span { border-color: #9F328F; }
span { border-color: rgb(159,50,143); }
td.TdClassName
{
border-color: #9F328F;
}
.TagClassName
{
border-color: #9F328F;
}
</style>