Shades of Strikemaster #9F587D
Tints of Strikemaster #9F587D
RGB
CMYK
RGB Variations
Color information
#9F587D (or 0x9F587D) is known color: Strikemaster. HEX triplet: 9F, 58 and 7D. RGB value is (159,88,125). Sum of RGB (Red+Green+Blue) = 159+88+125=372 (49% of max value = 765). Red value is 159 (62.5% from 255 or 42.74% from 372); Green value is 88 (34.77% from 255 or 23.66% from 372); Blue value is 125 (49.22% from 255 or 33.60% from 372); Max value from RGB is 159 - color contains mainly: red. Hex color #9F587D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9F587D is #60A782. Grayscale: #717171. Windows color (decimal): -6334339 or 8214687. OLE color: 8214687.
HSL color Cylindrical-coordinate representation of color #9F587D: hue angle of 328.73º 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 #9F587D is Cyan = 0, Magento = 0.45, Yellow = 0.21 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 88 | 125 | - |
| CMYK | 0 | 0.45 | 0.21 | 0.38 |
| HSL | 328.73º | 0.29% | 0.48% | - |
| HSV(B) | 328.73º | 0.45% | 0.62% | - |
| XYZ | 21.49 | 15.83 | 21.33 | - |
| YUV | 113.45 | 134.52 | 160.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 88 | 125 | 0 | 0.45 | 0.21 | 0.38 | 328.73 | 0.29 | 0.48 |
| Hex | 9F | 58 | 7D | 0 | 2D | 15 | 26 | 149 | 1D | 30 |
| Octal | 237 | 130 | 175 | 0 | 55 | 25 | 46 | 511 | 35 | 60 |
| Binary | 10011111 | 1011000 | 1111101 | 0 | 101101 | 10101 | 100110 | 101001001 | 11101 | 110000 |
Color Harmonies of #9F587D
Complementary color
Monochromatic Colors of #9F587D
Black with #9F587D
Text Example
Text Example
White with #9F587D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F587D; }
p { color: rgb(159,88,125); }
H1.HeaderClassName
{
color: #9F587D;
}
.AnyTagClassName
{
color: #9F587D;
}
</style>
background-color css
<style>
a { background-color: #9F587D; }
a { background-color: rgb(159,88,125); }
div.DivClassName
{
background-color: #9F587D;
}
.BgClassName
{
background-color: #9F587D;
}
</style>
border-color css
<style>
span { border-color: #9F587D; }
span { border-color: rgb(159,88,125); }
td.TdClassName
{
border-color: #9F587D;
}
.TagClassName
{
border-color: #9F587D;
}
</style>