Shades of Strikemaster #9F5979
Tints of Strikemaster #9F5979
RGB
CMYK
RGB Variations
Color information
#9F5979 (or 0x9F5979) is known color: Strikemaster. HEX triplet: 9F, 59 and 79. RGB value is (159,89,121). Sum of RGB (Red+Green+Blue) = 159+89+121=369 (48% of max value = 765). Red value is 159 (62.5% from 255 or 43.09% from 369); Green value is 89 (35.16% from 255 or 24.12% from 369); Blue value is 121 (47.66% from 255 or 32.79% from 369); Max value from RGB is 159 - color contains mainly: red. Hex color #9F5979 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9F5979 is #60A686. Grayscale: #717171. Windows color (decimal): -6334087 or 7952799. OLE color: 7952799.
HSL color Cylindrical-coordinate representation of color #9F5979: hue angle of 332.57º degrees, saturation: 0.28, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #9F5979 is Cyan = 0, Magento = 0.44, Yellow = 0.24 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 89 | 121 | - |
| CMYK | 0 | 0.44 | 0.24 | 0.38 |
| HSL | 332.57º | 0.28% | 0.49% | - |
| HSV(B) | 332.57º | 0.44% | 0.62% | - |
| XYZ | 21.32 | 15.9 | 20.03 | - |
| YUV | 113.58 | 132.19 | 160.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 89 | 121 | 0 | 0.44 | 0.24 | 0.38 | 332.57 | 0.28 | 0.49 |
| Hex | 9F | 59 | 79 | 0 | 2C | 18 | 26 | 14D | 1C | 31 |
| Octal | 237 | 131 | 171 | 0 | 54 | 30 | 46 | 515 | 34 | 61 |
| Binary | 10011111 | 1011001 | 1111001 | 0 | 101100 | 11000 | 100110 | 101001101 | 11100 | 110001 |
Color Harmonies of #9F5979
Complementary color
Monochromatic Colors of #9F5979
Black with #9F5979
Text Example
Text Example
White with #9F5979
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F5979; }
p { color: rgb(159,89,121); }
H1.HeaderClassName
{
color: #9F5979;
}
.AnyTagClassName
{
color: #9F5979;
}
</style>
background-color css
<style>
a { background-color: #9F5979; }
a { background-color: rgb(159,89,121); }
div.DivClassName
{
background-color: #9F5979;
}
.BgClassName
{
background-color: #9F5979;
}
</style>
border-color css
<style>
span { border-color: #9F5979; }
span { border-color: rgb(159,89,121); }
td.TdClassName
{
border-color: #9F5979;
}
.TagClassName
{
border-color: #9F5979;
}
</style>