Shades of Strikemaster #8B5576
Tints of Strikemaster #8B5576
RGB
CMYK
RGB Variations
Color information
#8B5576 (or 0x8B5576) is known color: Strikemaster. HEX triplet: 8B, 55 and 76. RGB value is (139,85,118). Sum of RGB (Red+Green+Blue) = 139+85+118=342 (45% of max value = 765). Red value is 139 (54.69% from 255 or 40.64% from 342); Green value is 85 (33.59% from 255 or 24.85% from 342); Blue value is 118 (46.48% from 255 or 34.50% from 342); Max value from RGB is 139 - color contains mainly: red. Hex color #8B5576 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8B5576 is #74AA89. Grayscale: #686868. Windows color (decimal): -7645834 or 7755147. OLE color: 7755147.
HSL color Cylindrical-coordinate representation of color #8B5576: hue angle of 323.33º degrees, saturation: 0.24, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #8B5576 is Cyan = 0, Magento = 0.39, Yellow = 0.15 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 85 | 118 | - |
| CMYK | 0 | 0.39 | 0.15 | 0.45 |
| HSL | 323.33º | 0.24% | 0.44% | - |
| HSV(B) | 323.33º | 0.39% | 0.55% | - |
| XYZ | 17.17 | 13.29 | 18.8 | - |
| YUV | 104.91 | 135.39 | 152.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 85 | 118 | 0 | 0.39 | 0.15 | 0.45 | 323.33 | 0.24 | 0.44 |
| Hex | 8B | 55 | 76 | 0 | 27 | F | 2D | 143 | 18 | 2C |
| Octal | 213 | 125 | 166 | 0 | 47 | 17 | 55 | 503 | 30 | 54 |
| Binary | 10001011 | 1010101 | 1110110 | 0 | 100111 | 1111 | 101101 | 101000011 | 11000 | 101100 |
Color Harmonies of #8B5576
Complementary color
Monochromatic Colors of #8B5576
Black with #8B5576
Text Example
Text Example
White with #8B5576
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B5576; }
p { color: rgb(139,85,118); }
H1.HeaderClassName
{
color: #8B5576;
}
.AnyTagClassName
{
color: #8B5576;
}
</style>
background-color css
<style>
a { background-color: #8B5576; }
a { background-color: rgb(139,85,118); }
div.DivClassName
{
background-color: #8B5576;
}
.BgClassName
{
background-color: #8B5576;
}
</style>
border-color css
<style>
span { border-color: #8B5576; }
span { border-color: rgb(139,85,118); }
td.TdClassName
{
border-color: #8B5576;
}
.TagClassName
{
border-color: #8B5576;
}
</style>