Shades of Strikemaster #8F557E
Tints of Strikemaster #8F557E
RGB
CMYK
RGB Variations
Color information
#8F557E (or 0x8F557E) is known color: Strikemaster. HEX triplet: 8F, 55 and 7E. RGB value is (143,85,126). Sum of RGB (Red+Green+Blue) = 143+85+126=354 (46% of max value = 765). Red value is 143 (56.25% from 255 or 40.40% from 354); Green value is 85 (33.59% from 255 or 24.01% from 354); Blue value is 126 (49.61% from 255 or 35.59% from 354); Max value from RGB is 143 - color contains mainly: red. Hex color #8F557E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8F557E is #70AA81. Grayscale: #6A6A6A. Windows color (decimal): -7383682 or 8279439. OLE color: 8279439.
HSL color Cylindrical-coordinate representation of color #8F557E: hue angle of 317.59º 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 #8F557E is Cyan = 0, Magento = 0.41, Yellow = 0.12 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 85 | 126 | - |
| CMYK | 0 | 0.41 | 0.12 | 0.44 |
| HSL | 317.59º | 0.25% | 0.45% | - |
| HSV(B) | 317.59º | 0.41% | 0.56% | - |
| XYZ | 18.34 | 13.84 | 21.44 | - |
| YUV | 107.02 | 138.72 | 153.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 85 | 126 | 0 | 0.41 | 0.12 | 0.44 | 317.59 | 0.25 | 0.45 |
| Hex | 8F | 55 | 7E | 0 | 29 | C | 2C | 13E | 19 | 2D |
| Octal | 217 | 125 | 176 | 0 | 51 | 14 | 54 | 476 | 31 | 55 |
| Binary | 10001111 | 1010101 | 1111110 | 0 | 101001 | 1100 | 101100 | 100111110 | 11001 | 101101 |
Color Harmonies of #8F557E
Complementary color
Monochromatic Colors of #8F557E
Black with #8F557E
Text Example
Text Example
White with #8F557E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F557E; }
p { color: rgb(143,85,126); }
H1.HeaderClassName
{
color: #8F557E;
}
.AnyTagClassName
{
color: #8F557E;
}
</style>
background-color css
<style>
a { background-color: #8F557E; }
a { background-color: rgb(143,85,126); }
div.DivClassName
{
background-color: #8F557E;
}
.BgClassName
{
background-color: #8F557E;
}
</style>
border-color css
<style>
span { border-color: #8F557E; }
span { border-color: rgb(143,85,126); }
td.TdClassName
{
border-color: #8F557E;
}
.TagClassName
{
border-color: #8F557E;
}
</style>