Shades of Strikemaster #9F587E
Tints of Strikemaster #9F587E
RGB
CMYK
RGB Variations
Color information
#9F587E (or 0x9F587E) is known color: Strikemaster. HEX triplet: 9F, 58 and 7E. RGB value is (159,88,126). Sum of RGB (Red+Green+Blue) = 159+88+126=373 (49% of max value = 765). Red value is 159 (62.5% from 255 or 42.63% from 373); Green value is 88 (34.77% from 255 or 23.59% from 373); Blue value is 126 (49.61% from 255 or 33.78% from 373); Max value from RGB is 159 - color contains mainly: red. Hex color #9F587E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9F587E is #60A781. Grayscale: #717171. Windows color (decimal): -6334338 or 8280223. OLE color: 8280223.
HSL color Cylindrical-coordinate representation of color #9F587E: hue angle of 327.89º degrees, saturation: 0.29, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #9F587E is Cyan = 0, Magento = 0.45, Yellow = 0.21 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 88 | 126 | - |
| CMYK | 0 | 0.45 | 0.21 | 0.38 |
| HSL | 327.89º | 0.29% | 0.48% | - |
| HSV(B) | 327.89º | 0.45% | 0.62% | - |
| XYZ | 21.55 | 15.86 | 21.66 | - |
| YUV | 113.56 | 135.02 | 160.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 88 | 126 | 0 | 0.45 | 0.21 | 0.38 | 327.89 | 0.29 | 0.48 |
| Hex | 9F | 58 | 7E | 0 | 2D | 15 | 26 | 148 | 1D | 30 |
| Octal | 237 | 130 | 176 | 0 | 55 | 25 | 46 | 510 | 35 | 60 |
| Binary | 10011111 | 1011000 | 1111110 | 0 | 101101 | 10101 | 100110 | 101001000 | 11101 | 110000 |
Color Harmonies of #9F587E
Complementary color
Monochromatic Colors of #9F587E
Black with #9F587E
Text Example
Text Example
White with #9F587E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F587E; }
p { color: rgb(159,88,126); }
H1.HeaderClassName
{
color: #9F587E;
}
.AnyTagClassName
{
color: #9F587E;
}
</style>
background-color css
<style>
a { background-color: #9F587E; }
a { background-color: rgb(159,88,126); }
div.DivClassName
{
background-color: #9F587E;
}
.BgClassName
{
background-color: #9F587E;
}
</style>
border-color css
<style>
span { border-color: #9F587E; }
span { border-color: rgb(159,88,126); }
td.TdClassName
{
border-color: #9F587E;
}
.TagClassName
{
border-color: #9F587E;
}
</style>