Shades of Strikemaster #8B6576
Tints of Strikemaster #8B6576
RGB
CMYK
RGB Variations
Color information
#8B6576 (or 0x8B6576) is known color: Strikemaster. HEX triplet: 8B, 65 and 76. RGB value is (139,101,118). Sum of RGB (Red+Green+Blue) = 139+101+118=358 (47% of max value = 765). Red value is 139 (54.69% from 255 or 38.83% from 358); Green value is 101 (39.84% from 255 or 28.21% from 358); Blue value is 118 (46.48% from 255 or 32.96% from 358); Max value from RGB is 139 - color contains mainly: red. Hex color #8B6576 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8B6576 is #749A89. Grayscale: #727272. Windows color (decimal): -7641738 or 7759243. OLE color: 7759243.
HSL color Cylindrical-coordinate representation of color #8B6576: hue angle of 333.16º degrees, saturation: 0.16, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #8B6576 is Cyan = 0, Magento = 0.27, Yellow = 0.15 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 101 | 118 | - |
| CMYK | 0 | 0.27 | 0.15 | 0.45 |
| HSL | 333.16º | 0.16% | 0.47% | - |
| HSV(B) | 333.16º | 0.27% | 0.55% | - |
| XYZ | 18.57 | 16.1 | 19.27 | - |
| YUV | 114.3 | 130.09 | 145.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 101 | 118 | 0 | 0.27 | 0.15 | 0.45 | 333.16 | 0.16 | 0.47 |
| Hex | 8B | 65 | 76 | 0 | 1B | F | 2D | 14D | 10 | 2F |
| Octal | 213 | 145 | 166 | 0 | 33 | 17 | 55 | 515 | 20 | 57 |
| Binary | 10001011 | 1100101 | 1110110 | 0 | 11011 | 1111 | 101101 | 101001101 | 10000 | 101111 |
Color Harmonies of #8B6576
Complementary color
Monochromatic Colors of #8B6576
Black with #8B6576
Text Example
Text Example
White with #8B6576
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B6576; }
p { color: rgb(139,101,118); }
H1.HeaderClassName
{
color: #8B6576;
}
.AnyTagClassName
{
color: #8B6576;
}
</style>
background-color css
<style>
a { background-color: #8B6576; }
a { background-color: rgb(139,101,118); }
div.DivClassName
{
background-color: #8B6576;
}
.BgClassName
{
background-color: #8B6576;
}
</style>
border-color css
<style>
span { border-color: #8B6576; }
span { border-color: rgb(139,101,118); }
td.TdClassName
{
border-color: #8B6576;
}
.TagClassName
{
border-color: #8B6576;
}
</style>