Shades of Strikemaster #8F7180
Tints of Strikemaster #8F7180
RGB
CMYK
RGB Variations
Color information
#8F7180 (or 0x8F7180) is known color: Strikemaster. HEX triplet: 8F, 71 and 80. RGB value is (143,113,128). Sum of RGB (Red+Green+Blue) = 143+113+128=384 (50% of max value = 765). Red value is 143 (56.25% from 255 or 37.24% from 384); Green value is 113 (44.53% from 255 or 29.43% from 384); Blue value is 128 (50.39% from 255 or 33.33% from 384); Max value from RGB is 143 - color contains mainly: red. Hex color #8F7180 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8F7180 is #708E7F. Grayscale: #7B7B7B. Windows color (decimal): -7376512 or 8417679. OLE color: 8417679.
HSL color Cylindrical-coordinate representation of color #8F7180: hue angle of 330º degrees, saturation: 0.12, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #8F7180 is Cyan = 0, Magento = 0.21, Yellow = 0.10 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 113 | 128 | - |
| CMYK | 0 | 0.21 | 0.10 | 0.44 |
| HSL | 330º | 0.12% | 0.5% | - |
| HSV(B) | 330º | 0.21% | 0.56% | - |
| XYZ | 21.13 | 19.21 | 23.02 | - |
| YUV | 123.68 | 130.44 | 141.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 113 | 128 | 0 | 0.21 | 0.10 | 0.44 | 330 | 0.12 | 0.5 |
| Hex | 8F | 71 | 80 | 0 | 15 | A | 2C | 14A | C | 32 |
| Octal | 217 | 161 | 200 | 0 | 25 | 12 | 54 | 512 | 14 | 62 |
| Binary | 10001111 | 1110001 | 10000000 | 0 | 10101 | 1010 | 101100 | 101001010 | 1100 | 110010 |
Color Harmonies of #8F7180
Complementary color
Monochromatic Colors of #8F7180
Black with #8F7180
Text Example
Text Example
White with #8F7180
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F7180; }
p { color: rgb(143,113,128); }
H1.HeaderClassName
{
color: #8F7180;
}
.AnyTagClassName
{
color: #8F7180;
}
</style>
background-color css
<style>
a { background-color: #8F7180; }
a { background-color: rgb(143,113,128); }
div.DivClassName
{
background-color: #8F7180;
}
.BgClassName
{
background-color: #8F7180;
}
</style>
border-color css
<style>
span { border-color: #8F7180; }
span { border-color: rgb(143,113,128); }
td.TdClassName
{
border-color: #8F7180;
}
.TagClassName
{
border-color: #8F7180;
}
</style>