Shades of Strikemaster #8B5879
Tints of Strikemaster #8B5879
RGB
CMYK
RGB Variations
Color information
#8B5879 (or 0x8B5879) is known color: Strikemaster. HEX triplet: 8B, 58 and 79. RGB value is (139,88,121). Sum of RGB (Red+Green+Blue) = 139+88+121=348 (46% of max value = 765). Red value is 139 (54.69% from 255 or 39.94% from 348); Green value is 88 (34.77% from 255 or 25.29% from 348); Blue value is 121 (47.66% from 255 or 34.77% from 348); Max value from RGB is 139 - color contains mainly: red. Hex color #8B5879 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8B5879 is #74A786. Grayscale: #6A6A6A. Windows color (decimal): -7645063 or 7952523. OLE color: 7952523.
HSL color Cylindrical-coordinate representation of color #8B5879: hue angle of 321.18º 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 #8B5879 is Cyan = 0, Magento = 0.37, Yellow = 0.13 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 88 | 121 | - |
| CMYK | 0 | 0.37 | 0.13 | 0.45 |
| HSL | 321.18º | 0.22% | 0.45% | - |
| HSV(B) | 321.18º | 0.37% | 0.55% | - |
| XYZ | 17.59 | 13.85 | 19.84 | - |
| YUV | 107.01 | 135.9 | 150.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 88 | 121 | 0 | 0.37 | 0.13 | 0.45 | 321.18 | 0.22 | 0.45 |
| Hex | 8B | 58 | 79 | 0 | 25 | D | 2D | 141 | 16 | 2D |
| Octal | 213 | 130 | 171 | 0 | 45 | 15 | 55 | 501 | 26 | 55 |
| Binary | 10001011 | 1011000 | 1111001 | 0 | 100101 | 1101 | 101101 | 101000001 | 10110 | 101101 |
Color Harmonies of #8B5879
Complementary color
Monochromatic Colors of #8B5879
Black with #8B5879
Text Example
Text Example
White with #8B5879
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B5879; }
p { color: rgb(139,88,121); }
H1.HeaderClassName
{
color: #8B5879;
}
.AnyTagClassName
{
color: #8B5879;
}
</style>
background-color css
<style>
a { background-color: #8B5879; }
a { background-color: rgb(139,88,121); }
div.DivClassName
{
background-color: #8B5879;
}
.BgClassName
{
background-color: #8B5879;
}
</style>
border-color css
<style>
span { border-color: #8B5879; }
span { border-color: rgb(139,88,121); }
td.TdClassName
{
border-color: #8B5879;
}
.TagClassName
{
border-color: #8B5879;
}
</style>