Shades of Strikemaster #8B6579
Tints of Strikemaster #8B6579
RGB
CMYK
RGB Variations
Color information
#8B6579 (or 0x8B6579) is known color: Strikemaster. HEX triplet: 8B, 65 and 79. RGB value is (139,101,121). Sum of RGB (Red+Green+Blue) = 139+101+121=361 (47% of max value = 765). Red value is 139 (54.69% from 255 or 38.50% from 361); Green value is 101 (39.84% from 255 or 27.98% from 361); Blue value is 121 (47.66% from 255 or 33.52% from 361); Max value from RGB is 139 - color contains mainly: red. Hex color #8B6579 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8B6579 is #749A86. Grayscale: #727272. Windows color (decimal): -7641735 or 7955851. OLE color: 7955851.
HSL color Cylindrical-coordinate representation of color #8B6579: hue angle of 328.42º 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 #8B6579 is Cyan = 0, Magento = 0.27, Yellow = 0.13 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 101 | 121 | - |
| CMYK | 0 | 0.27 | 0.13 | 0.45 |
| HSL | 328.42º | 0.16% | 0.47% | - |
| HSV(B) | 328.42º | 0.27% | 0.55% | - |
| XYZ | 18.75 | 16.18 | 20.22 | - |
| YUV | 114.64 | 131.59 | 145.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 101 | 121 | 0 | 0.27 | 0.13 | 0.45 | 328.42 | 0.16 | 0.47 |
| Hex | 8B | 65 | 79 | 0 | 1B | D | 2D | 148 | 10 | 2F |
| Octal | 213 | 145 | 171 | 0 | 33 | 15 | 55 | 510 | 20 | 57 |
| Binary | 10001011 | 1100101 | 1111001 | 0 | 11011 | 1101 | 101101 | 101001000 | 10000 | 101111 |
Color Harmonies of #8B6579
Complementary color
Monochromatic Colors of #8B6579
Black with #8B6579
Text Example
Text Example
White with #8B6579
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B6579; }
p { color: rgb(139,101,121); }
H1.HeaderClassName
{
color: #8B6579;
}
.AnyTagClassName
{
color: #8B6579;
}
</style>
background-color css
<style>
a { background-color: #8B6579; }
a { background-color: rgb(139,101,121); }
div.DivClassName
{
background-color: #8B6579;
}
.BgClassName
{
background-color: #8B6579;
}
</style>
border-color css
<style>
span { border-color: #8B6579; }
span { border-color: rgb(139,101,121); }
td.TdClassName
{
border-color: #8B6579;
}
.TagClassName
{
border-color: #8B6579;
}
</style>