Shades of Strikemaster #9F588B
Tints of Strikemaster #9F588B
RGB
CMYK
RGB Variations
Color information
#9F588B (or 0x9F588B) is known color: Strikemaster. HEX triplet: 9F, 58 and 8B. RGB value is (159,88,139). Sum of RGB (Red+Green+Blue) = 159+88+139=386 (51% of max value = 765). Red value is 159 (62.5% from 255 or 41.19% from 386); Green value is 88 (34.77% from 255 or 22.80% from 386); Blue value is 139 (54.69% from 255 or 36.01% from 386); Max value from RGB is 159 - color contains mainly: red. Hex color #9F588B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9F588B is #60A774. Grayscale: #727272. Windows color (decimal): -6334325 or 9132191. OLE color: 9132191.
HSL color Cylindrical-coordinate representation of color #9F588B: hue angle of 316.9º 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 #9F588B is Cyan = 0, Magento = 0.45, Yellow = 0.13 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 88 | 139 | - |
| CMYK | 0 | 0.45 | 0.13 | 0.38 |
| HSL | 316.9º | 0.29% | 0.48% | - |
| HSV(B) | 316.9º | 0.45% | 0.62% | - |
| XYZ | 22.45 | 16.21 | 26.37 | - |
| YUV | 115.04 | 141.52 | 159.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 88 | 139 | 0 | 0.45 | 0.13 | 0.38 | 316.9 | 0.29 | 0.48 |
| Hex | 9F | 58 | 8B | 0 | 2D | D | 26 | 13D | 1D | 30 |
| Octal | 237 | 130 | 213 | 0 | 55 | 15 | 46 | 475 | 35 | 60 |
| Binary | 10011111 | 1011000 | 10001011 | 0 | 101101 | 1101 | 100110 | 100111101 | 11101 | 110000 |
Color Harmonies of #9F588B
Complementary color
Monochromatic Colors of #9F588B
Black with #9F588B
Text Example
Text Example
White with #9F588B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F588B; }
p { color: rgb(159,88,139); }
H1.HeaderClassName
{
color: #9F588B;
}
.AnyTagClassName
{
color: #9F588B;
}
</style>
background-color css
<style>
a { background-color: #9F588B; }
a { background-color: rgb(159,88,139); }
div.DivClassName
{
background-color: #9F588B;
}
.BgClassName
{
background-color: #9F588B;
}
</style>
border-color css
<style>
span { border-color: #9F588B; }
span { border-color: rgb(159,88,139); }
td.TdClassName
{
border-color: #9F588B;
}
.TagClassName
{
border-color: #9F588B;
}
</style>