Shades of Medium Red Violet #9F328E
Tints of Medium Red Violet #9F328E
RGB
CMYK
RGB Variations
Color information
#9F328E (or 0x9F328E) is known color: Medium Red Violet. HEX triplet: 9F, 32 and 8E. RGB value is (159,50,142). Sum of RGB (Red+Green+Blue) = 159+50+142=351 (46% of max value = 765). Red value is 159 (62.5% from 255 or 45.30% from 351); Green value is 50 (19.92% from 255 or 14.25% from 351); Blue value is 142 (55.86% from 255 or 40.46% from 351); Max value from RGB is 159 - color contains mainly: red. Hex color #9F328E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9F328E is #60CD71. Grayscale: #5C5C5C. Windows color (decimal): -6344050 or 9319071. OLE color: 9319071.
HSL color Cylindrical-coordinate representation of color #9F328E: hue angle of 309.36º 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 #9F328E is Cyan = 0, Magento = 0.69, Yellow = 0.11 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 50 | 142 | - |
| CMYK | 0 | 0.69 | 0.11 | 0.38 |
| HSL | 309.36º | 0.52% | 0.41% | - |
| HSV(B) | 309.36º | 0.69% | 0.62% | - |
| XYZ | 20.32 | 11.61 | 26.76 | - |
| YUV | 93.08 | 155.61 | 175.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 50 | 142 | 0 | 0.69 | 0.11 | 0.38 | 309.36 | 0.52 | 0.41 |
| Hex | 9F | 32 | 8E | 0 | 45 | B | 26 | 135 | 34 | 29 |
| Octal | 237 | 62 | 216 | 0 | 105 | 13 | 46 | 465 | 64 | 51 |
| Binary | 10011111 | 110010 | 10001110 | 0 | 1000101 | 1011 | 100110 | 100110101 | 110100 | 101001 |
Color Harmonies of #9F328E
Complementary color
Monochromatic Colors of #9F328E
Black with #9F328E
Text Example
Text Example
White with #9F328E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F328E; }
p { color: rgb(159,50,142); }
H1.HeaderClassName
{
color: #9F328E;
}
.AnyTagClassName
{
color: #9F328E;
}
</style>
background-color css
<style>
a { background-color: #9F328E; }
a { background-color: rgb(159,50,142); }
div.DivClassName
{
background-color: #9F328E;
}
.BgClassName
{
background-color: #9F328E;
}
</style>
border-color css
<style>
span { border-color: #9F328E; }
span { border-color: rgb(159,50,142); }
td.TdClassName
{
border-color: #9F328E;
}
.TagClassName
{
border-color: #9F328E;
}
</style>