Shades of Strikemaster #8F7281
Tints of Strikemaster #8F7281
RGB
CMYK
RGB Variations
Color information
#8F7281 (or 0x8F7281) is known color: Strikemaster. HEX triplet: 8F, 72 and 81. RGB value is (143,114,129). Sum of RGB (Red+Green+Blue) = 143+114+129=386 (51% of max value = 765). Red value is 143 (56.25% from 255 or 37.05% from 386); Green value is 114 (44.92% from 255 or 29.53% from 386); Blue value is 129 (50.78% from 255 or 33.42% from 386); Max value from RGB is 143 - color contains mainly: red. Hex color #8F7281 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8F7281 is #708D7E. Grayscale: #7C7C7C. Windows color (decimal): -7376255 or 8483471. OLE color: 8483471.
HSL color Cylindrical-coordinate representation of color #8F7281: hue angle of 328.97º degrees, saturation: 0.11, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #8F7281 is Cyan = 0, Magento = 0.20, Yellow = 0.10 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 114 | 129 | - |
| CMYK | 0 | 0.20 | 0.10 | 0.44 |
| HSL | 328.97º | 0.11% | 0.5% | - |
| HSV(B) | 328.97º | 0.2% | 0.56% | - |
| XYZ | 21.31 | 19.46 | 23.4 | - |
| YUV | 124.38 | 130.61 | 141.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 114 | 129 | 0 | 0.20 | 0.10 | 0.44 | 328.97 | 0.11 | 0.5 |
| Hex | 8F | 72 | 81 | 0 | 14 | A | 2C | 149 | B | 32 |
| Octal | 217 | 162 | 201 | 0 | 24 | 12 | 54 | 511 | 13 | 62 |
| Binary | 10001111 | 1110010 | 10000001 | 0 | 10100 | 1010 | 101100 | 101001001 | 1011 | 110010 |
Color Harmonies of #8F7281
Complementary color
Monochromatic Colors of #8F7281
Black with #8F7281
Text Example
Text Example
White with #8F7281
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F7281; }
p { color: rgb(143,114,129); }
H1.HeaderClassName
{
color: #8F7281;
}
.AnyTagClassName
{
color: #8F7281;
}
</style>
background-color css
<style>
a { background-color: #8F7281; }
a { background-color: rgb(143,114,129); }
div.DivClassName
{
background-color: #8F7281;
}
.BgClassName
{
background-color: #8F7281;
}
</style>
border-color css
<style>
span { border-color: #8F7281; }
span { border-color: rgb(143,114,129); }
td.TdClassName
{
border-color: #8F7281;
}
.TagClassName
{
border-color: #8F7281;
}
</style>