Shades of Strikemaster #8F587E
Tints of Strikemaster #8F587E
RGB
CMYK
RGB Variations
Color information
#8F587E (or 0x8F587E) is known color: Strikemaster. HEX triplet: 8F, 58 and 7E. RGB value is (143,88,126). Sum of RGB (Red+Green+Blue) = 143+88+126=357 (47% of max value = 765). Red value is 143 (56.25% from 255 or 40.06% from 357); Green value is 88 (34.77% from 255 or 24.65% from 357); Blue value is 126 (49.61% from 255 or 35.29% from 357); Max value from RGB is 143 - color contains mainly: red. Hex color #8F587E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8F587E is #70A781. Grayscale: #6C6C6C. Windows color (decimal): -7382914 or 8280207. OLE color: 8280207.
HSL color Cylindrical-coordinate representation of color #8F587E: hue angle of 318.55º degrees, saturation: 0.24, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #8F587E is Cyan = 0, Magento = 0.38, Yellow = 0.12 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 88 | 126 | - |
| CMYK | 0 | 0.38 | 0.12 | 0.44 |
| HSL | 318.55º | 0.24% | 0.45% | - |
| HSV(B) | 318.55º | 0.38% | 0.56% | - |
| XYZ | 18.58 | 14.33 | 21.52 | - |
| YUV | 108.78 | 137.72 | 152.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 88 | 126 | 0 | 0.38 | 0.12 | 0.44 | 318.55 | 0.24 | 0.45 |
| Hex | 8F | 58 | 7E | 0 | 26 | C | 2C | 13F | 18 | 2D |
| Octal | 217 | 130 | 176 | 0 | 46 | 14 | 54 | 477 | 30 | 55 |
| Binary | 10001111 | 1011000 | 1111110 | 0 | 100110 | 1100 | 101100 | 100111111 | 11000 | 101101 |
Color Harmonies of #8F587E
Complementary color
Monochromatic Colors of #8F587E
Black with #8F587E
Text Example
Text Example
White with #8F587E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F587E; }
p { color: rgb(143,88,126); }
H1.HeaderClassName
{
color: #8F587E;
}
.AnyTagClassName
{
color: #8F587E;
}
</style>
background-color css
<style>
a { background-color: #8F587E; }
a { background-color: rgb(143,88,126); }
div.DivClassName
{
background-color: #8F587E;
}
.BgClassName
{
background-color: #8F587E;
}
</style>
border-color css
<style>
span { border-color: #8F587E; }
span { border-color: rgb(143,88,126); }
td.TdClassName
{
border-color: #8F587E;
}
.TagClassName
{
border-color: #8F587E;
}
</style>