Shades of Strikemaster #8B7182
Tints of Strikemaster #8B7182
RGB
CMYK
RGB Variations
Color information
#8B7182 (or 0x8B7182) is known color: Strikemaster. HEX triplet: 8B, 71 and 82. RGB value is (139,113,130). Sum of RGB (Red+Green+Blue) = 139+113+130=382 (50% of max value = 765). Red value is 139 (54.69% from 255 or 36.39% from 382); Green value is 113 (44.53% from 255 or 29.58% from 382); Blue value is 130 (51.17% from 255 or 34.03% from 382); Max value from RGB is 139 - color contains mainly: red. Hex color #8B7182 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8B7182 is #748E7D. Grayscale: #7A7A7A. Windows color (decimal): -7638654 or 8548747. OLE color: 8548747.
HSL color Cylindrical-coordinate representation of color #8B7182: hue angle of 320.77º degrees, saturation: 0.1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #8B7182 is Cyan = 0, Magento = 0.19, Yellow = 0.06 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 113 | 130 | - |
| CMYK | 0 | 0.19 | 0.06 | 0.45 |
| HSL | 320.77º | 0.1% | 0.49% | - |
| HSV(B) | 320.77º | 0.19% | 0.55% | - |
| XYZ | 20.58 | 18.91 | 23.68 | - |
| YUV | 122.71 | 132.11 | 139.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 113 | 130 | 0 | 0.19 | 0.06 | 0.45 | 320.77 | 0.1 | 0.49 |
| Hex | 8B | 71 | 82 | 0 | 13 | 6 | 2D | 141 | A | 31 |
| Octal | 213 | 161 | 202 | 0 | 23 | 6 | 55 | 501 | 12 | 61 |
| Binary | 10001011 | 1110001 | 10000010 | 0 | 10011 | 110 | 101101 | 101000001 | 1010 | 110001 |
Color Harmonies of #8B7182
Complementary color
Monochromatic Colors of #8B7182
Black with #8B7182
Text Example
Text Example
White with #8B7182
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B7182; }
p { color: rgb(139,113,130); }
H1.HeaderClassName
{
color: #8B7182;
}
.AnyTagClassName
{
color: #8B7182;
}
</style>
background-color css
<style>
a { background-color: #8B7182; }
a { background-color: rgb(139,113,130); }
div.DivClassName
{
background-color: #8B7182;
}
.BgClassName
{
background-color: #8B7182;
}
</style>
border-color css
<style>
span { border-color: #8B7182; }
span { border-color: rgb(139,113,130); }
td.TdClassName
{
border-color: #8B7182;
}
.TagClassName
{
border-color: #8B7182;
}
</style>