Shades of Strikemaster #8F7083
Tints of Strikemaster #8F7083
RGB
CMYK
RGB Variations
Color information
#8F7083 (or 0x8F7083) is known color: Strikemaster. HEX triplet: 8F, 70 and 83. RGB value is (143,112,131). Sum of RGB (Red+Green+Blue) = 143+112+131=386 (51% of max value = 765). Red value is 143 (56.25% from 255 or 37.05% from 386); Green value is 112 (44.14% from 255 or 29.02% from 386); Blue value is 131 (51.56% from 255 or 33.94% from 386); Max value from RGB is 143 - color contains mainly: red. Hex color #8F7083 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8F7083 is #708F7C. Grayscale: #7B7B7B. Windows color (decimal): -7376765 or 8614031. OLE color: 8614031.
HSL color Cylindrical-coordinate representation of color #8F7083: hue angle of 323.23º degrees, saturation: 0.12, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #8F7083 is Cyan = 0, Magento = 0.22, Yellow = 0.08 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 112 | 131 | - |
| CMYK | 0 | 0.22 | 0.08 | 0.44 |
| HSL | 323.23º | 0.12% | 0.5% | - |
| HSV(B) | 323.23º | 0.22% | 0.56% | - |
| XYZ | 21.22 | 19.07 | 24.03 | - |
| YUV | 123.44 | 132.27 | 141.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 112 | 131 | 0 | 0.22 | 0.08 | 0.44 | 323.23 | 0.12 | 0.5 |
| Hex | 8F | 70 | 83 | 0 | 16 | 8 | 2C | 143 | C | 32 |
| Octal | 217 | 160 | 203 | 0 | 26 | 10 | 54 | 503 | 14 | 62 |
| Binary | 10001111 | 1110000 | 10000011 | 0 | 10110 | 1000 | 101100 | 101000011 | 1100 | 110010 |
Color Harmonies of #8F7083
Complementary color
Monochromatic Colors of #8F7083
Black with #8F7083
Text Example
Text Example
White with #8F7083
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F7083; }
p { color: rgb(143,112,131); }
H1.HeaderClassName
{
color: #8F7083;
}
.AnyTagClassName
{
color: #8F7083;
}
</style>
background-color css
<style>
a { background-color: #8F7083; }
a { background-color: rgb(143,112,131); }
div.DivClassName
{
background-color: #8F7083;
}
.BgClassName
{
background-color: #8F7083;
}
</style>
border-color css
<style>
span { border-color: #8F7083; }
span { border-color: rgb(143,112,131); }
td.TdClassName
{
border-color: #8F7083;
}
.TagClassName
{
border-color: #8F7083;
}
</style>