Shades of Strikemaster #8B7081
Tints of Strikemaster #8B7081
RGB
CMYK
RGB Variations
Color information
#8B7081 (or 0x8B7081) is known color: Strikemaster. HEX triplet: 8B, 70 and 81. RGB value is (139,112,129). Sum of RGB (Red+Green+Blue) = 139+112+129=380 (50% of max value = 765). Red value is 139 (54.69% from 255 or 36.58% from 380); Green value is 112 (44.14% from 255 or 29.47% from 380); Blue value is 129 (50.78% from 255 or 33.95% from 380); Max value from RGB is 139 - color contains mainly: red. Hex color #8B7081 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8B7081 is #748F7E. Grayscale: #797979. Windows color (decimal): -7638911 or 8482955. OLE color: 8482955.
HSL color Cylindrical-coordinate representation of color #8B7081: hue angle of 322.22º 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 #8B7081 is Cyan = 0, Magento = 0.19, Yellow = 0.07 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 112 | 129 | - |
| CMYK | 0 | 0.19 | 0.07 | 0.45 |
| HSL | 322.22º | 0.11% | 0.49% | - |
| HSV(B) | 322.22º | 0.19% | 0.55% | - |
| XYZ | 20.4 | 18.66 | 23.3 | - |
| YUV | 122.01 | 131.95 | 140.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 112 | 129 | 0 | 0.19 | 0.07 | 0.45 | 322.22 | 0.11 | 0.49 |
| Hex | 8B | 70 | 81 | 0 | 13 | 7 | 2D | 142 | B | 31 |
| Octal | 213 | 160 | 201 | 0 | 23 | 7 | 55 | 502 | 13 | 61 |
| Binary | 10001011 | 1110000 | 10000001 | 0 | 10011 | 111 | 101101 | 101000010 | 1011 | 110001 |
Color Harmonies of #8B7081
Complementary color
Monochromatic Colors of #8B7081
Black with #8B7081
Text Example
Text Example
White with #8B7081
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B7081; }
p { color: rgb(139,112,129); }
H1.HeaderClassName
{
color: #8B7081;
}
.AnyTagClassName
{
color: #8B7081;
}
</style>
background-color css
<style>
a { background-color: #8B7081; }
a { background-color: rgb(139,112,129); }
div.DivClassName
{
background-color: #8B7081;
}
.BgClassName
{
background-color: #8B7081;
}
</style>
border-color css
<style>
span { border-color: #8B7081; }
span { border-color: rgb(139,112,129); }
td.TdClassName
{
border-color: #8B7081;
}
.TagClassName
{
border-color: #8B7081;
}
</style>