Shades of Strikemaster #8F577E
Tints of Strikemaster #8F577E
RGB
CMYK
RGB Variations
Color information
#8F577E (or 0x8F577E) is known color: Strikemaster. HEX triplet: 8F, 57 and 7E. RGB value is (143,87,126). Sum of RGB (Red+Green+Blue) = 143+87+126=356 (47% of max value = 765). Red value is 143 (56.25% from 255 or 40.17% from 356); Green value is 87 (34.38% from 255 or 24.44% from 356); Blue value is 126 (49.61% from 255 or 35.39% from 356); Max value from RGB is 143 - color contains mainly: red. Hex color #8F577E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8F577E is #70A881. Grayscale: #6C6C6C. Windows color (decimal): -7383170 or 8279951. OLE color: 8279951.
HSL color Cylindrical-coordinate representation of color #8F577E: hue angle of 318.21º degrees, saturation: 0.24, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #8F577E is Cyan = 0, Magento = 0.39, Yellow = 0.12 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 87 | 126 | - |
| CMYK | 0 | 0.39 | 0.12 | 0.44 |
| HSL | 318.21º | 0.24% | 0.45% | - |
| HSV(B) | 318.21º | 0.39% | 0.56% | - |
| XYZ | 18.5 | 14.16 | 21.5 | - |
| YUV | 108.19 | 138.05 | 152.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 87 | 126 | 0 | 0.39 | 0.12 | 0.44 | 318.21 | 0.24 | 0.45 |
| Hex | 8F | 57 | 7E | 0 | 27 | C | 2C | 13E | 18 | 2D |
| Octal | 217 | 127 | 176 | 0 | 47 | 14 | 54 | 476 | 30 | 55 |
| Binary | 10001111 | 1010111 | 1111110 | 0 | 100111 | 1100 | 101100 | 100111110 | 11000 | 101101 |
Color Harmonies of #8F577E
Complementary color
Monochromatic Colors of #8F577E
Black with #8F577E
Text Example
Text Example
White with #8F577E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F577E; }
p { color: rgb(143,87,126); }
H1.HeaderClassName
{
color: #8F577E;
}
.AnyTagClassName
{
color: #8F577E;
}
</style>
background-color css
<style>
a { background-color: #8F577E; }
a { background-color: rgb(143,87,126); }
div.DivClassName
{
background-color: #8F577E;
}
.BgClassName
{
background-color: #8F577E;
}
</style>
border-color css
<style>
span { border-color: #8F577E; }
span { border-color: rgb(143,87,126); }
td.TdClassName
{
border-color: #8F577E;
}
.TagClassName
{
border-color: #8F577E;
}
</style>