Shades of Strikemaster #9F597E
Tints of Strikemaster #9F597E
RGB
CMYK
RGB Variations
Color information
#9F597E (or 0x9F597E) is known color: Strikemaster. HEX triplet: 9F, 59 and 7E. RGB value is (159,89,126). Sum of RGB (Red+Green+Blue) = 159+89+126=374 (49% of max value = 765). Red value is 159 (62.5% from 255 or 42.51% from 374); Green value is 89 (35.16% from 255 or 23.80% from 374); Blue value is 126 (49.61% from 255 or 33.69% from 374); Max value from RGB is 159 - color contains mainly: red. Hex color #9F597E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9F597E is #60A681. Grayscale: #727272. Windows color (decimal): -6334082 or 8280479. OLE color: 8280479.
HSL color Cylindrical-coordinate representation of color #9F597E: hue angle of 328.29º 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 #9F597E is Cyan = 0, Magento = 0.44, Yellow = 0.21 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 89 | 126 | - |
| CMYK | 0 | 0.44 | 0.21 | 0.38 |
| HSL | 328.29º | 0.28% | 0.49% | - |
| HSV(B) | 328.29º | 0.44% | 0.62% | - |
| XYZ | 21.64 | 16.02 | 21.69 | - |
| YUV | 114.15 | 134.69 | 159.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 89 | 126 | 0 | 0.44 | 0.21 | 0.38 | 328.29 | 0.28 | 0.49 |
| Hex | 9F | 59 | 7E | 0 | 2C | 15 | 26 | 148 | 1C | 31 |
| Octal | 237 | 131 | 176 | 0 | 54 | 25 | 46 | 510 | 34 | 61 |
| Binary | 10011111 | 1011001 | 1111110 | 0 | 101100 | 10101 | 100110 | 101001000 | 11100 | 110001 |
Color Harmonies of #9F597E
Complementary color
Monochromatic Colors of #9F597E
Black with #9F597E
Text Example
Text Example
White with #9F597E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F597E; }
p { color: rgb(159,89,126); }
H1.HeaderClassName
{
color: #9F597E;
}
.AnyTagClassName
{
color: #9F597E;
}
</style>
background-color css
<style>
a { background-color: #9F597E; }
a { background-color: rgb(159,89,126); }
div.DivClassName
{
background-color: #9F597E;
}
.BgClassName
{
background-color: #9F597E;
}
</style>
border-color css
<style>
span { border-color: #9F597E; }
span { border-color: rgb(159,89,126); }
td.TdClassName
{
border-color: #9F597E;
}
.TagClassName
{
border-color: #9F597E;
}
</style>