Shades of Strikemaster #8B5979
Tints of Strikemaster #8B5979
RGB
CMYK
RGB Variations
Color information
#8B5979 (or 0x8B5979) is known color: Strikemaster. HEX triplet: 8B, 59 and 79. RGB value is (139,89,121). Sum of RGB (Red+Green+Blue) = 139+89+121=349 (46% of max value = 765). Red value is 139 (54.69% from 255 or 39.83% from 349); Green value is 89 (35.16% from 255 or 25.50% from 349); Blue value is 121 (47.66% from 255 or 34.67% from 349); Max value from RGB is 139 - color contains mainly: red. Hex color #8B5979 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8B5979 is #74A686. Grayscale: #6B6B6B. Windows color (decimal): -7644807 or 7952779. OLE color: 7952779.
HSL color Cylindrical-coordinate representation of color #8B5979: hue angle of 321.6º degrees, saturation: 0.22, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #8B5979 is Cyan = 0, Magento = 0.36, Yellow = 0.13 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 89 | 121 | - |
| CMYK | 0 | 0.36 | 0.13 | 0.45 |
| HSL | 321.6º | 0.22% | 0.45% | - |
| HSV(B) | 321.6º | 0.36% | 0.55% | - |
| XYZ | 17.67 | 14.01 | 19.86 | - |
| YUV | 107.6 | 135.57 | 150.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 89 | 121 | 0 | 0.36 | 0.13 | 0.45 | 321.6 | 0.22 | 0.45 |
| Hex | 8B | 59 | 79 | 0 | 24 | D | 2D | 142 | 16 | 2D |
| Octal | 213 | 131 | 171 | 0 | 44 | 15 | 55 | 502 | 26 | 55 |
| Binary | 10001011 | 1011001 | 1111001 | 0 | 100100 | 1101 | 101101 | 101000010 | 10110 | 101101 |
Color Harmonies of #8B5979
Complementary color
Monochromatic Colors of #8B5979
Black with #8B5979
Text Example
Text Example
White with #8B5979
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B5979; }
p { color: rgb(139,89,121); }
H1.HeaderClassName
{
color: #8B5979;
}
.AnyTagClassName
{
color: #8B5979;
}
</style>
background-color css
<style>
a { background-color: #8B5979; }
a { background-color: rgb(139,89,121); }
div.DivClassName
{
background-color: #8B5979;
}
.BgClassName
{
background-color: #8B5979;
}
</style>
border-color css
<style>
span { border-color: #8B5979; }
span { border-color: rgb(139,89,121); }
td.TdClassName
{
border-color: #8B5979;
}
.TagClassName
{
border-color: #8B5979;
}
</style>