Shades of Strikemaster #9F597C
Tints of Strikemaster #9F597C
RGB
CMYK
RGB Variations
Color information
#9F597C (or 0x9F597C) is known color: Strikemaster. HEX triplet: 9F, 59 and 7C. RGB value is (159,89,124). Sum of RGB (Red+Green+Blue) = 159+89+124=372 (49% of max value = 765). Red value is 159 (62.5% from 255 or 42.74% from 372); Green value is 89 (35.16% from 255 or 23.92% from 372); Blue value is 124 (48.83% from 255 or 33.33% from 372); Max value from RGB is 159 - color contains mainly: red. Hex color #9F597C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9F597C is #60A683. Grayscale: #717171. Windows color (decimal): -6334084 or 8149407. OLE color: 8149407.
HSL color Cylindrical-coordinate representation of color #9F597C: hue angle of 330º 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 #9F597C is Cyan = 0, Magento = 0.44, Yellow = 0.22 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 89 | 124 | - |
| CMYK | 0 | 0.44 | 0.22 | 0.38 |
| HSL | 330º | 0.28% | 0.49% | - |
| HSV(B) | 330º | 0.44% | 0.62% | - |
| XYZ | 21.51 | 15.97 | 21.02 | - |
| YUV | 113.92 | 133.69 | 160.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 89 | 124 | 0 | 0.44 | 0.22 | 0.38 | 330 | 0.28 | 0.49 |
| Hex | 9F | 59 | 7C | 0 | 2C | 16 | 26 | 14A | 1C | 31 |
| Octal | 237 | 131 | 174 | 0 | 54 | 26 | 46 | 512 | 34 | 61 |
| Binary | 10011111 | 1011001 | 1111100 | 0 | 101100 | 10110 | 100110 | 101001010 | 11100 | 110001 |
Color Harmonies of #9F597C
Complementary color
Monochromatic Colors of #9F597C
Black with #9F597C
Text Example
Text Example
White with #9F597C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F597C; }
p { color: rgb(159,89,124); }
H1.HeaderClassName
{
color: #9F597C;
}
.AnyTagClassName
{
color: #9F597C;
}
</style>
background-color css
<style>
a { background-color: #9F597C; }
a { background-color: rgb(159,89,124); }
div.DivClassName
{
background-color: #9F597C;
}
.BgClassName
{
background-color: #9F597C;
}
</style>
border-color css
<style>
span { border-color: #9F597C; }
span { border-color: rgb(159,89,124); }
td.TdClassName
{
border-color: #9F597C;
}
.TagClassName
{
border-color: #9F597C;
}
</style>