Shades of Strikemaster #8F557D
Tints of Strikemaster #8F557D
RGB
CMYK
RGB Variations
Color information
#8F557D (or 0x8F557D) is known color: Strikemaster. HEX triplet: 8F, 55 and 7D. RGB value is (143,85,125). Sum of RGB (Red+Green+Blue) = 143+85+125=353 (46% of max value = 765). Red value is 143 (56.25% from 255 or 40.51% from 353); Green value is 85 (33.59% from 255 or 24.08% from 353); Blue value is 125 (49.22% from 255 or 35.41% from 353); Max value from RGB is 143 - color contains mainly: red. Hex color #8F557D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8F557D is #70AA82. Grayscale: #6A6A6A. Windows color (decimal): -7383683 or 8213903. OLE color: 8213903.
HSL color Cylindrical-coordinate representation of color #8F557D: hue angle of 318.62º 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 #8F557D is Cyan = 0, Magento = 0.41, Yellow = 0.13 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 85 | 125 | - |
| CMYK | 0 | 0.41 | 0.13 | 0.44 |
| HSL | 318.62º | 0.25% | 0.45% | - |
| HSV(B) | 318.62º | 0.41% | 0.56% | - |
| XYZ | 18.28 | 13.82 | 21.11 | - |
| YUV | 106.9 | 138.22 | 153.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 85 | 125 | 0 | 0.41 | 0.13 | 0.44 | 318.62 | 0.25 | 0.45 |
| Hex | 8F | 55 | 7D | 0 | 29 | D | 2C | 13F | 19 | 2D |
| Octal | 217 | 125 | 175 | 0 | 51 | 15 | 54 | 477 | 31 | 55 |
| Binary | 10001111 | 1010101 | 1111101 | 0 | 101001 | 1101 | 101100 | 100111111 | 11001 | 101101 |
Color Harmonies of #8F557D
Complementary color
Monochromatic Colors of #8F557D
Black with #8F557D
Text Example
Text Example
White with #8F557D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F557D; }
p { color: rgb(143,85,125); }
H1.HeaderClassName
{
color: #8F557D;
}
.AnyTagClassName
{
color: #8F557D;
}
</style>
background-color css
<style>
a { background-color: #8F557D; }
a { background-color: rgb(143,85,125); }
div.DivClassName
{
background-color: #8F557D;
}
.BgClassName
{
background-color: #8F557D;
}
</style>
border-color css
<style>
span { border-color: #8F557D; }
span { border-color: rgb(143,85,125); }
td.TdClassName
{
border-color: #8F557D;
}
.TagClassName
{
border-color: #8F557D;
}
</style>