Shades of Medium Red Violet #9F327A
Tints of Medium Red Violet #9F327A
RGB
CMYK
RGB Variations
Color information
#9F327A (or 0x9F327A) is known color: Medium Red Violet. HEX triplet: 9F, 32 and 7A. RGB value is (159,50,122). Sum of RGB (Red+Green+Blue) = 159+50+122=331 (43% of max value = 765). Red value is 159 (62.5% from 255 or 48.04% from 331); Green value is 50 (19.92% from 255 or 15.11% from 331); Blue value is 122 (48.05% from 255 or 36.86% from 331); Max value from RGB is 159 - color contains mainly: red. Hex color #9F327A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9F327A is #60CD85. Grayscale: #5A5A5A. Windows color (decimal): -6344070 or 8008351. OLE color: 8008351.
HSL color Cylindrical-coordinate representation of color #9F327A: hue angle of 320.37º 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 #9F327A is Cyan = 0, Magento = 0.69, Yellow = 0.23 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 50 | 122 | - |
| CMYK | 0 | 0.69 | 0.23 | 0.38 |
| HSL | 320.37º | 0.52% | 0.41% | - |
| HSV(B) | 320.37º | 0.69% | 0.62% | - |
| XYZ | 18.95 | 11.06 | 19.55 | - |
| YUV | 90.8 | 145.61 | 176.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 50 | 122 | 0 | 0.69 | 0.23 | 0.38 | 320.37 | 0.52 | 0.41 |
| Hex | 9F | 32 | 7A | 0 | 45 | 17 | 26 | 140 | 34 | 29 |
| Octal | 237 | 62 | 172 | 0 | 105 | 27 | 46 | 500 | 64 | 51 |
| Binary | 10011111 | 110010 | 1111010 | 0 | 1000101 | 10111 | 100110 | 101000000 | 110100 | 101001 |
Color Harmonies of #9F327A
Complementary color
Monochromatic Colors of #9F327A
Black with #9F327A
Text Example
Text Example
White with #9F327A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F327A; }
p { color: rgb(159,50,122); }
H1.HeaderClassName
{
color: #9F327A;
}
.AnyTagClassName
{
color: #9F327A;
}
</style>
background-color css
<style>
a { background-color: #9F327A; }
a { background-color: rgb(159,50,122); }
div.DivClassName
{
background-color: #9F327A;
}
.BgClassName
{
background-color: #9F327A;
}
</style>
border-color css
<style>
span { border-color: #9F327A; }
span { border-color: rgb(159,50,122); }
td.TdClassName
{
border-color: #9F327A;
}
.TagClassName
{
border-color: #9F327A;
}
</style>