Shades of Strikemaster #8F7582
Tints of Strikemaster #8F7582
RGB
CMYK
RGB Variations
Color information
#8F7582 (or 0x8F7582) is known color: Strikemaster. HEX triplet: 8F, 75 and 82. RGB value is (143,117,130). Sum of RGB (Red+Green+Blue) = 143+117+130=390 (51% of max value = 765). Red value is 143 (56.25% from 255 or 36.67% from 390); Green value is 117 (46.09% from 255 or 30% from 390); Blue value is 130 (51.17% from 255 or 33.33% from 390); Max value from RGB is 143 - color contains mainly: red. Hex color #8F7582 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8F7582 is #708A7D. Grayscale: #7E7E7E. Windows color (decimal): -7375486 or 8549775. OLE color: 8549775.
HSL color Cylindrical-coordinate representation of color #8F7582: hue angle of 330º degrees, saturation: 0.1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #8F7582 is Cyan = 0, Magento = 0.18, Yellow = 0.09 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 117 | 130 | - |
| CMYK | 0 | 0.18 | 0.09 | 0.44 |
| HSL | 330º | 0.1% | 0.51% | - |
| HSV(B) | 330º | 0.18% | 0.56% | - |
| XYZ | 21.72 | 20.17 | 23.87 | - |
| YUV | 126.26 | 130.11 | 139.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 117 | 130 | 0 | 0.18 | 0.09 | 0.44 | 330 | 0.1 | 0.51 |
| Hex | 8F | 75 | 82 | 0 | 12 | 9 | 2C | 14A | A | 33 |
| Octal | 217 | 165 | 202 | 0 | 22 | 11 | 54 | 512 | 12 | 63 |
| Binary | 10001111 | 1110101 | 10000010 | 0 | 10010 | 1001 | 101100 | 101001010 | 1010 | 110011 |
Color Harmonies of #8F7582
Complementary color
Monochromatic Colors of #8F7582
Black with #8F7582
Text Example
Text Example
White with #8F7582
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F7582; }
p { color: rgb(143,117,130); }
H1.HeaderClassName
{
color: #8F7582;
}
.AnyTagClassName
{
color: #8F7582;
}
</style>
background-color css
<style>
a { background-color: #8F7582; }
a { background-color: rgb(143,117,130); }
div.DivClassName
{
background-color: #8F7582;
}
.BgClassName
{
background-color: #8F7582;
}
</style>
border-color css
<style>
span { border-color: #8F7582; }
span { border-color: rgb(143,117,130); }
td.TdClassName
{
border-color: #8F7582;
}
.TagClassName
{
border-color: #8F7582;
}
</style>