Shades of Medium Red Violet #9F308A
Tints of Medium Red Violet #9F308A
RGB
CMYK
RGB Variations
Color information
#9F308A (or 0x9F308A) is known color: Medium Red Violet. HEX triplet: 9F, 30 and 8A. RGB value is (159,48,138). Sum of RGB (Red+Green+Blue) = 159+48+138=345 (45% of max value = 765). Red value is 159 (62.5% from 255 or 46.09% from 345); Green value is 48 (19.14% from 255 or 13.91% from 345); Blue value is 138 (54.30% from 255 or 40% from 345); Max value from RGB is 159 - color contains mainly: red. Hex color #9F308A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9F308A is #60CF75. Grayscale: #5B5B5B. Windows color (decimal): -6344566 or 9056415. OLE color: 9056415.
HSL color Cylindrical-coordinate representation of color #9F308A: hue angle of 311.35º degrees, saturation: 0.54, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #9F308A is Cyan = 0, Magento = 0.70, Yellow = 0.13 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 48 | 138 | - |
| CMYK | 0 | 0.70 | 0.13 | 0.38 |
| HSL | 311.35º | 0.54% | 0.41% | - |
| HSV(B) | 311.35º | 0.7% | 0.62% | - |
| XYZ | 19.94 | 11.32 | 25.18 | - |
| YUV | 91.45 | 154.27 | 176.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 48 | 138 | 0 | 0.70 | 0.13 | 0.38 | 311.35 | 0.54 | 0.41 |
| Hex | 9F | 30 | 8A | 0 | 46 | D | 26 | 137 | 36 | 29 |
| Octal | 237 | 60 | 212 | 0 | 106 | 15 | 46 | 467 | 66 | 51 |
| Binary | 10011111 | 110000 | 10001010 | 0 | 1000110 | 1101 | 100110 | 100110111 | 110110 | 101001 |
Color Harmonies of #9F308A
Complementary color
Monochromatic Colors of #9F308A
Black with #9F308A
Text Example
Text Example
White with #9F308A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F308A; }
p { color: rgb(159,48,138); }
H1.HeaderClassName
{
color: #9F308A;
}
.AnyTagClassName
{
color: #9F308A;
}
</style>
background-color css
<style>
a { background-color: #9F308A; }
a { background-color: rgb(159,48,138); }
div.DivClassName
{
background-color: #9F308A;
}
.BgClassName
{
background-color: #9F308A;
}
</style>
border-color css
<style>
span { border-color: #9F308A; }
span { border-color: rgb(159,48,138); }
td.TdClassName
{
border-color: #9F308A;
}
.TagClassName
{
border-color: #9F308A;
}
</style>