Shades of Strikemaster #8F5977
Tints of Strikemaster #8F5977
RGB
CMYK
RGB Variations
Color information
#8F5977 (or 0x8F5977) is known color: Strikemaster. HEX triplet: 8F, 59 and 77. RGB value is (143,89,119). Sum of RGB (Red+Green+Blue) = 143+89+119=351 (46% of max value = 765). Red value is 143 (56.25% from 255 or 40.74% from 351); Green value is 89 (35.16% from 255 or 25.36% from 351); Blue value is 119 (46.88% from 255 or 33.90% from 351); Max value from RGB is 143 - color contains mainly: red. Hex color #8F5977 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8F5977 is #70A688. Grayscale: #6C6C6C. Windows color (decimal): -7382665 or 7821711. OLE color: 7821711.
HSL color Cylindrical-coordinate representation of color #8F5977: hue angle of 326.67º degrees, saturation: 0.23, 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 #8F5977 is Cyan = 0, Magento = 0.38, Yellow = 0.17 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 89 | 119 | - |
| CMYK | 0 | 0.38 | 0.17 | 0.44 |
| HSL | 326.67º | 0.23% | 0.45% | - |
| HSV(B) | 326.67º | 0.38% | 0.56% | - |
| XYZ | 18.23 | 14.32 | 19.26 | - |
| YUV | 108.57 | 133.89 | 152.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 89 | 119 | 0 | 0.38 | 0.17 | 0.44 | 326.67 | 0.23 | 0.45 |
| Hex | 8F | 59 | 77 | 0 | 26 | 11 | 2C | 147 | 17 | 2D |
| Octal | 217 | 131 | 167 | 0 | 46 | 21 | 54 | 507 | 27 | 55 |
| Binary | 10001111 | 1011001 | 1110111 | 0 | 100110 | 10001 | 101100 | 101000111 | 10111 | 101101 |
Color Harmonies of #8F5977
Complementary color
Monochromatic Colors of #8F5977
Black with #8F5977
Text Example
Text Example
White with #8F5977
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F5977; }
p { color: rgb(143,89,119); }
H1.HeaderClassName
{
color: #8F5977;
}
.AnyTagClassName
{
color: #8F5977;
}
</style>
background-color css
<style>
a { background-color: #8F5977; }
a { background-color: rgb(143,89,119); }
div.DivClassName
{
background-color: #8F5977;
}
.BgClassName
{
background-color: #8F5977;
}
</style>
border-color css
<style>
span { border-color: #8F5977; }
span { border-color: rgb(143,89,119); }
td.TdClassName
{
border-color: #8F5977;
}
.TagClassName
{
border-color: #8F5977;
}
</style>