Shades of Medium Red Violet #9F328A
Tints of Medium Red Violet #9F328A
RGB
CMYK
RGB Variations
Color information
#9F328A (or 0x9F328A) is known color: Medium Red Violet. HEX triplet: 9F, 32 and 8A. RGB value is (159,50,138). Sum of RGB (Red+Green+Blue) = 159+50+138=347 (45% of max value = 765). Red value is 159 (62.5% from 255 or 45.82% from 347); Green value is 50 (19.92% from 255 or 14.41% from 347); Blue value is 138 (54.30% from 255 or 39.77% from 347); Max value from RGB is 159 - color contains mainly: red. Hex color #9F328A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9F328A is #60CD75. Grayscale: #5C5C5C. Windows color (decimal): -6344054 or 9056927. OLE color: 9056927.
HSL color Cylindrical-coordinate representation of color #9F328A: hue angle of 311.56º 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 #9F328A is Cyan = 0, Magento = 0.69, Yellow = 0.13 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 50 | 138 | - |
| CMYK | 0 | 0.69 | 0.13 | 0.38 |
| HSL | 311.56º | 0.52% | 0.41% | - |
| HSV(B) | 311.56º | 0.69% | 0.62% | - |
| XYZ | 20.03 | 11.49 | 25.21 | - |
| YUV | 92.62 | 153.61 | 175.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 50 | 138 | 0 | 0.69 | 0.13 | 0.38 | 311.56 | 0.52 | 0.41 |
| Hex | 9F | 32 | 8A | 0 | 45 | D | 26 | 138 | 34 | 29 |
| Octal | 237 | 62 | 212 | 0 | 105 | 15 | 46 | 470 | 64 | 51 |
| Binary | 10011111 | 110010 | 10001010 | 0 | 1000101 | 1101 | 100110 | 100111000 | 110100 | 101001 |
Color Harmonies of #9F328A
Complementary color
Monochromatic Colors of #9F328A
Black with #9F328A
Text Example
Text Example
White with #9F328A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F328A; }
p { color: rgb(159,50,138); }
H1.HeaderClassName
{
color: #9F328A;
}
.AnyTagClassName
{
color: #9F328A;
}
</style>
background-color css
<style>
a { background-color: #9F328A; }
a { background-color: rgb(159,50,138); }
div.DivClassName
{
background-color: #9F328A;
}
.BgClassName
{
background-color: #9F328A;
}
</style>
border-color css
<style>
span { border-color: #9F328A; }
span { border-color: rgb(159,50,138); }
td.TdClassName
{
border-color: #9F328A;
}
.TagClassName
{
border-color: #9F328A;
}
</style>