Shades of Strikemaster #8F557A
Tints of Strikemaster #8F557A
RGB
CMYK
RGB Variations
Color information
#8F557A (or 0x8F557A) is known color: Strikemaster. HEX triplet: 8F, 55 and 7A. RGB value is (143,85,122). Sum of RGB (Red+Green+Blue) = 143+85+122=350 (46% of max value = 765). Red value is 143 (56.25% from 255 or 40.86% from 350); Green value is 85 (33.59% from 255 or 24.29% from 350); Blue value is 122 (48.05% from 255 or 34.86% from 350); Max value from RGB is 143 - color contains mainly: red. Hex color #8F557A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8F557A is #70AA85. Grayscale: #6A6A6A. Windows color (decimal): -7383686 or 8017295. OLE color: 8017295.
HSL color Cylindrical-coordinate representation of color #8F557A: hue angle of 321.72º 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 #8F557A is Cyan = 0, Magento = 0.41, Yellow = 0.15 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 85 | 122 | - |
| CMYK | 0 | 0.41 | 0.15 | 0.44 |
| HSL | 321.72º | 0.25% | 0.45% | - |
| HSV(B) | 321.72º | 0.41% | 0.56% | - |
| XYZ | 18.09 | 13.74 | 20.11 | - |
| YUV | 106.56 | 136.72 | 153.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 85 | 122 | 0 | 0.41 | 0.15 | 0.44 | 321.72 | 0.25 | 0.45 |
| Hex | 8F | 55 | 7A | 0 | 29 | F | 2C | 142 | 19 | 2D |
| Octal | 217 | 125 | 172 | 0 | 51 | 17 | 54 | 502 | 31 | 55 |
| Binary | 10001111 | 1010101 | 1111010 | 0 | 101001 | 1111 | 101100 | 101000010 | 11001 | 101101 |
Color Harmonies of #8F557A
Complementary color
Monochromatic Colors of #8F557A
Black with #8F557A
Text Example
Text Example
White with #8F557A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F557A; }
p { color: rgb(143,85,122); }
H1.HeaderClassName
{
color: #8F557A;
}
.AnyTagClassName
{
color: #8F557A;
}
</style>
background-color css
<style>
a { background-color: #8F557A; }
a { background-color: rgb(143,85,122); }
div.DivClassName
{
background-color: #8F557A;
}
.BgClassName
{
background-color: #8F557A;
}
</style>
border-color css
<style>
span { border-color: #8F557A; }
span { border-color: rgb(143,85,122); }
td.TdClassName
{
border-color: #8F557A;
}
.TagClassName
{
border-color: #8F557A;
}
</style>