Shades of Strikemaster #8F587A
Tints of Strikemaster #8F587A
RGB
CMYK
RGB Variations
Color information
#8F587A (or 0x8F587A) is known color: Strikemaster. HEX triplet: 8F, 58 and 7A. RGB value is (143,88,122). Sum of RGB (Red+Green+Blue) = 143+88+122=353 (46% of max value = 765). Red value is 143 (56.25% from 255 or 40.51% from 353); Green value is 88 (34.77% from 255 or 24.93% from 353); Blue value is 122 (48.05% from 255 or 34.56% from 353); Max value from RGB is 143 - color contains mainly: red. Hex color #8F587A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8F587A is #70A785. Grayscale: #6C6C6C. Windows color (decimal): -7382918 or 8018063. OLE color: 8018063.
HSL color Cylindrical-coordinate representation of color #8F587A: hue angle of 322.91º 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 #8F587A is Cyan = 0, Magento = 0.38, Yellow = 0.15 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 88 | 122 | - |
| CMYK | 0 | 0.38 | 0.15 | 0.44 |
| HSL | 322.91º | 0.24% | 0.45% | - |
| HSV(B) | 322.91º | 0.38% | 0.56% | - |
| XYZ | 18.33 | 14.22 | 20.19 | - |
| YUV | 108.32 | 135.72 | 152.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 88 | 122 | 0 | 0.38 | 0.15 | 0.44 | 322.91 | 0.24 | 0.45 |
| Hex | 8F | 58 | 7A | 0 | 26 | F | 2C | 143 | 18 | 2D |
| Octal | 217 | 130 | 172 | 0 | 46 | 17 | 54 | 503 | 30 | 55 |
| Binary | 10001111 | 1011000 | 1111010 | 0 | 100110 | 1111 | 101100 | 101000011 | 11000 | 101101 |
Color Harmonies of #8F587A
Complementary color
Monochromatic Colors of #8F587A
Black with #8F587A
Text Example
Text Example
White with #8F587A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F587A; }
p { color: rgb(143,88,122); }
H1.HeaderClassName
{
color: #8F587A;
}
.AnyTagClassName
{
color: #8F587A;
}
</style>
background-color css
<style>
a { background-color: #8F587A; }
a { background-color: rgb(143,88,122); }
div.DivClassName
{
background-color: #8F587A;
}
.BgClassName
{
background-color: #8F587A;
}
</style>
border-color css
<style>
span { border-color: #8F587A; }
span { border-color: rgb(143,88,122); }
td.TdClassName
{
border-color: #8F587A;
}
.TagClassName
{
border-color: #8F587A;
}
</style>