Shades of Strikemaster #8F5579
Tints of Strikemaster #8F5579
RGB
CMYK
RGB Variations
Color information
#8F5579 (or 0x8F5579) is known color: Strikemaster. HEX triplet: 8F, 55 and 79. RGB value is (143,85,121). Sum of RGB (Red+Green+Blue) = 143+85+121=349 (46% of max value = 765). Red value is 143 (56.25% from 255 or 40.97% from 349); Green value is 85 (33.59% from 255 or 24.36% from 349); Blue value is 121 (47.66% from 255 or 34.67% from 349); Max value from RGB is 143 - color contains mainly: red. Hex color #8F5579 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8F5579 is #70AA86. Grayscale: #6A6A6A. Windows color (decimal): -7383687 or 7951759. OLE color: 7951759.
HSL color Cylindrical-coordinate representation of color #8F5579: hue angle of 322.76º degrees, saturation: 0.25, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #8F5579 is Cyan = 0, Magento = 0.41, Yellow = 0.15 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 85 | 121 | - |
| CMYK | 0 | 0.41 | 0.15 | 0.44 |
| HSL | 322.76º | 0.25% | 0.45% | - |
| HSV(B) | 322.76º | 0.41% | 0.56% | - |
| XYZ | 18.03 | 13.72 | 19.79 | - |
| YUV | 106.45 | 136.22 | 154.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 85 | 121 | 0 | 0.41 | 0.15 | 0.44 | 322.76 | 0.25 | 0.45 |
| Hex | 8F | 55 | 79 | 0 | 29 | F | 2C | 143 | 19 | 2D |
| Octal | 217 | 125 | 171 | 0 | 51 | 17 | 54 | 503 | 31 | 55 |
| Binary | 10001111 | 1010101 | 1111001 | 0 | 101001 | 1111 | 101100 | 101000011 | 11001 | 101101 |
Color Harmonies of #8F5579
Complementary color
Monochromatic Colors of #8F5579
Black with #8F5579
Text Example
Text Example
White with #8F5579
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F5579; }
p { color: rgb(143,85,121); }
H1.HeaderClassName
{
color: #8F5579;
}
.AnyTagClassName
{
color: #8F5579;
}
</style>
background-color css
<style>
a { background-color: #8F5579; }
a { background-color: rgb(143,85,121); }
div.DivClassName
{
background-color: #8F5579;
}
.BgClassName
{
background-color: #8F5579;
}
</style>
border-color css
<style>
span { border-color: #8F5579; }
span { border-color: rgb(143,85,121); }
td.TdClassName
{
border-color: #8F5579;
}
.TagClassName
{
border-color: #8F5579;
}
</style>