Shades of Strikemaster #8B7082
Tints of Strikemaster #8B7082
RGB
CMYK
RGB Variations
Color information
#8B7082 (or 0x8B7082) is known color: Strikemaster. HEX triplet: 8B, 70 and 82. RGB value is (139,112,130). Sum of RGB (Red+Green+Blue) = 139+112+130=381 (50% of max value = 765). Red value is 139 (54.69% from 255 or 36.48% from 381); Green value is 112 (44.14% from 255 or 29.40% from 381); Blue value is 130 (51.17% from 255 or 34.12% from 381); Max value from RGB is 139 - color contains mainly: red. Hex color #8B7082 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8B7082 is #748F7D. Grayscale: #7A7A7A. Windows color (decimal): -7638910 or 8548491. OLE color: 8548491.
HSL color Cylindrical-coordinate representation of color #8B7082: hue angle of 320º degrees, saturation: 0.11, 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 #8B7082 is Cyan = 0, Magento = 0.19, Yellow = 0.06 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 112 | 130 | - |
| CMYK | 0 | 0.19 | 0.06 | 0.45 |
| HSL | 320º | 0.11% | 0.49% | - |
| HSV(B) | 320º | 0.19% | 0.55% | - |
| XYZ | 20.47 | 18.69 | 23.65 | - |
| YUV | 122.13 | 132.45 | 140.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 112 | 130 | 0 | 0.19 | 0.06 | 0.45 | 320 | 0.11 | 0.49 |
| Hex | 8B | 70 | 82 | 0 | 13 | 6 | 2D | 140 | B | 31 |
| Octal | 213 | 160 | 202 | 0 | 23 | 6 | 55 | 500 | 13 | 61 |
| Binary | 10001011 | 1110000 | 10000010 | 0 | 10011 | 110 | 101101 | 101000000 | 1011 | 110001 |
Color Harmonies of #8B7082
Complementary color
Monochromatic Colors of #8B7082
Black with #8B7082
Text Example
Text Example
White with #8B7082
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B7082; }
p { color: rgb(139,112,130); }
H1.HeaderClassName
{
color: #8B7082;
}
.AnyTagClassName
{
color: #8B7082;
}
</style>
background-color css
<style>
a { background-color: #8B7082; }
a { background-color: rgb(139,112,130); }
div.DivClassName
{
background-color: #8B7082;
}
.BgClassName
{
background-color: #8B7082;
}
</style>
border-color css
<style>
span { border-color: #8B7082; }
span { border-color: rgb(139,112,130); }
td.TdClassName
{
border-color: #8B7082;
}
.TagClassName
{
border-color: #8B7082;
}
</style>