Shades of Strikemaster #8F567E
Tints of Strikemaster #8F567E
RGB
CMYK
RGB Variations
Color information
#8F567E (or 0x8F567E) is known color: Strikemaster. HEX triplet: 8F, 56 and 7E. RGB value is (143,86,126). Sum of RGB (Red+Green+Blue) = 143+86+126=355 (47% of max value = 765). Red value is 143 (56.25% from 255 or 40.28% from 355); Green value is 86 (33.98% from 255 or 24.23% from 355); Blue value is 126 (49.61% from 255 or 35.49% from 355); Max value from RGB is 143 - color contains mainly: red. Hex color #8F567E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8F567E is #70A981. Grayscale: #6B6B6B. Windows color (decimal): -7383426 or 8279695. OLE color: 8279695.
HSL color Cylindrical-coordinate representation of color #8F567E: hue angle of 317.89º degrees, saturation: 0.25, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8F567E is Cyan = 0, Magento = 0.40, Yellow = 0.12 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 86 | 126 | - |
| CMYK | 0 | 0.40 | 0.12 | 0.44 |
| HSL | 317.89º | 0.25% | 0.45% | - |
| HSV(B) | 317.89º | 0.4% | 0.56% | - |
| XYZ | 18.42 | 14 | 21.47 | - |
| YUV | 107.6 | 138.38 | 153.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 86 | 126 | 0 | 0.40 | 0.12 | 0.44 | 317.89 | 0.25 | 0.45 |
| Hex | 8F | 56 | 7E | 0 | 28 | C | 2C | 13E | 19 | 2D |
| Octal | 217 | 126 | 176 | 0 | 50 | 14 | 54 | 476 | 31 | 55 |
| Binary | 10001111 | 1010110 | 1111110 | 0 | 101000 | 1100 | 101100 | 100111110 | 11001 | 101101 |
Color Harmonies of #8F567E
Complementary color
Monochromatic Colors of #8F567E
Black with #8F567E
Text Example
Text Example
White with #8F567E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F567E; }
p { color: rgb(143,86,126); }
H1.HeaderClassName
{
color: #8F567E;
}
.AnyTagClassName
{
color: #8F567E;
}
</style>
background-color css
<style>
a { background-color: #8F567E; }
a { background-color: rgb(143,86,126); }
div.DivClassName
{
background-color: #8F567E;
}
.BgClassName
{
background-color: #8F567E;
}
</style>
border-color css
<style>
span { border-color: #8F567E; }
span { border-color: rgb(143,86,126); }
td.TdClassName
{
border-color: #8F567E;
}
.TagClassName
{
border-color: #8F567E;
}
</style>