Shades of Strikemaster #8B5876
Tints of Strikemaster #8B5876
RGB
CMYK
RGB Variations
Color information
#8B5876 (or 0x8B5876) is known color: Strikemaster. HEX triplet: 8B, 58 and 76. RGB value is (139,88,118). Sum of RGB (Red+Green+Blue) = 139+88+118=345 (45% of max value = 765). Red value is 139 (54.69% from 255 or 40.29% from 345); Green value is 88 (34.77% from 255 or 25.51% from 345); Blue value is 118 (46.48% from 255 or 34.20% from 345); Max value from RGB is 139 - color contains mainly: red. Hex color #8B5876 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8B5876 is #74A789. Grayscale: #6A6A6A. Windows color (decimal): -7645066 or 7755915. OLE color: 7755915.
HSL color Cylindrical-coordinate representation of color #8B5876: hue angle of 324.71º degrees, saturation: 0.22, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #8B5876 is Cyan = 0, Magento = 0.37, Yellow = 0.15 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 88 | 118 | - |
| CMYK | 0 | 0.37 | 0.15 | 0.45 |
| HSL | 324.71º | 0.22% | 0.45% | - |
| HSV(B) | 324.71º | 0.37% | 0.55% | - |
| XYZ | 17.41 | 13.78 | 18.88 | - |
| YUV | 106.67 | 134.4 | 151.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 88 | 118 | 0 | 0.37 | 0.15 | 0.45 | 324.71 | 0.22 | 0.45 |
| Hex | 8B | 58 | 76 | 0 | 25 | F | 2D | 145 | 16 | 2D |
| Octal | 213 | 130 | 166 | 0 | 45 | 17 | 55 | 505 | 26 | 55 |
| Binary | 10001011 | 1011000 | 1110110 | 0 | 100101 | 1111 | 101101 | 101000101 | 10110 | 101101 |
Color Harmonies of #8B5876
Complementary color
Monochromatic Colors of #8B5876
Black with #8B5876
Text Example
Text Example
White with #8B5876
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B5876; }
p { color: rgb(139,88,118); }
H1.HeaderClassName
{
color: #8B5876;
}
.AnyTagClassName
{
color: #8B5876;
}
</style>
background-color css
<style>
a { background-color: #8B5876; }
a { background-color: rgb(139,88,118); }
div.DivClassName
{
background-color: #8B5876;
}
.BgClassName
{
background-color: #8B5876;
}
</style>
border-color css
<style>
span { border-color: #8B5876; }
span { border-color: rgb(139,88,118); }
td.TdClassName
{
border-color: #8B5876;
}
.TagClassName
{
border-color: #8B5876;
}
</style>