Shades of Strikemaster #8B5977
Tints of Strikemaster #8B5977
RGB
CMYK
RGB Variations
Color information
#8B5977 (or 0x8B5977) is known color: Strikemaster. HEX triplet: 8B, 59 and 77. RGB value is (139,89,119). Sum of RGB (Red+Green+Blue) = 139+89+119=347 (45% of max value = 765). Red value is 139 (54.69% from 255 or 40.06% from 347); Green value is 89 (35.16% from 255 or 25.65% from 347); Blue value is 119 (46.88% from 255 or 34.29% from 347); Max value from RGB is 139 - color contains mainly: red. Hex color #8B5977 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8B5977 is #74A688. Grayscale: #6B6B6B. Windows color (decimal): -7644809 or 7821707. OLE color: 7821707.
HSL color Cylindrical-coordinate representation of color #8B5977: hue angle of 324º 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 #8B5977 is Cyan = 0, Magento = 0.36, Yellow = 0.14 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 89 | 119 | - |
| CMYK | 0 | 0.36 | 0.14 | 0.45 |
| HSL | 324º | 0.22% | 0.45% | - |
| HSV(B) | 324º | 0.36% | 0.55% | - |
| XYZ | 17.55 | 13.97 | 19.22 | - |
| YUV | 107.37 | 134.57 | 150.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 89 | 119 | 0 | 0.36 | 0.14 | 0.45 | 324 | 0.22 | 0.45 |
| Hex | 8B | 59 | 77 | 0 | 24 | E | 2D | 144 | 16 | 2D |
| Octal | 213 | 131 | 167 | 0 | 44 | 16 | 55 | 504 | 26 | 55 |
| Binary | 10001011 | 1011001 | 1110111 | 0 | 100100 | 1110 | 101101 | 101000100 | 10110 | 101101 |
Color Harmonies of #8B5977
Complementary color
Monochromatic Colors of #8B5977
Black with #8B5977
Text Example
Text Example
White with #8B5977
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B5977; }
p { color: rgb(139,89,119); }
H1.HeaderClassName
{
color: #8B5977;
}
.AnyTagClassName
{
color: #8B5977;
}
</style>
background-color css
<style>
a { background-color: #8B5977; }
a { background-color: rgb(139,89,119); }
div.DivClassName
{
background-color: #8B5977;
}
.BgClassName
{
background-color: #8B5977;
}
</style>
border-color css
<style>
span { border-color: #8B5977; }
span { border-color: rgb(139,89,119); }
td.TdClassName
{
border-color: #8B5977;
}
.TagClassName
{
border-color: #8B5977;
}
</style>