Shades of Strikemaster #9F587B
Tints of Strikemaster #9F587B
RGB
CMYK
RGB Variations
Color information
#9F587B (or 0x9F587B) is known color: Strikemaster. HEX triplet: 9F, 58 and 7B. RGB value is (159,88,123). Sum of RGB (Red+Green+Blue) = 159+88+123=370 (49% of max value = 765). Red value is 159 (62.5% from 255 or 42.97% from 370); Green value is 88 (34.77% from 255 or 23.78% from 370); Blue value is 123 (48.44% from 255 or 33.24% from 370); Max value from RGB is 159 - color contains mainly: red. Hex color #9F587B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9F587B is #60A784. Grayscale: #717171. Windows color (decimal): -6334341 or 8083615. OLE color: 8083615.
HSL color Cylindrical-coordinate representation of color #9F587B: hue angle of 330.42º 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 #9F587B is Cyan = 0, Magento = 0.45, Yellow = 0.23 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 88 | 123 | - |
| CMYK | 0 | 0.45 | 0.23 | 0.38 |
| HSL | 330.42º | 0.29% | 0.48% | - |
| HSV(B) | 330.42º | 0.45% | 0.62% | - |
| XYZ | 21.36 | 15.78 | 20.66 | - |
| YUV | 113.22 | 133.52 | 160.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 88 | 123 | 0 | 0.45 | 0.23 | 0.38 | 330.42 | 0.29 | 0.48 |
| Hex | 9F | 58 | 7B | 0 | 2D | 17 | 26 | 14A | 1D | 30 |
| Octal | 237 | 130 | 173 | 0 | 55 | 27 | 46 | 512 | 35 | 60 |
| Binary | 10011111 | 1011000 | 1111011 | 0 | 101101 | 10111 | 100110 | 101001010 | 11101 | 110000 |
Color Harmonies of #9F587B
Complementary color
Monochromatic Colors of #9F587B
Black with #9F587B
Text Example
Text Example
White with #9F587B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F587B; }
p { color: rgb(159,88,123); }
H1.HeaderClassName
{
color: #9F587B;
}
.AnyTagClassName
{
color: #9F587B;
}
</style>
background-color css
<style>
a { background-color: #9F587B; }
a { background-color: rgb(159,88,123); }
div.DivClassName
{
background-color: #9F587B;
}
.BgClassName
{
background-color: #9F587B;
}
</style>
border-color css
<style>
span { border-color: #9F587B; }
span { border-color: rgb(159,88,123); }
td.TdClassName
{
border-color: #9F587B;
}
.TagClassName
{
border-color: #9F587B;
}
</style>