Shades of Strikemaster #8B5177
Tints of Strikemaster #8B5177
RGB
CMYK
RGB Variations
Color information
#8B5177 (or 0x8B5177) is known color: Strikemaster. HEX triplet: 8B, 51 and 77. RGB value is (139,81,119). Sum of RGB (Red+Green+Blue) = 139+81+119=339 (44% of max value = 765). Red value is 139 (54.69% from 255 or 41.00% from 339); Green value is 81 (32.03% from 255 or 23.89% from 339); Blue value is 119 (46.88% from 255 or 35.10% from 339); Max value from RGB is 139 - color contains mainly: red. Hex color #8B5177 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8B5177 is #74AE88. Grayscale: #666666. Windows color (decimal): -7646857 or 7819659. OLE color: 7819659.
HSL color Cylindrical-coordinate representation of color #8B5177: hue angle of 320.69º degrees, saturation: 0.26, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #8B5177 is Cyan = 0, Magento = 0.42, Yellow = 0.14 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 81 | 119 | - |
| CMYK | 0 | 0.42 | 0.14 | 0.45 |
| HSL | 320.69º | 0.26% | 0.43% | - |
| HSV(B) | 320.69º | 0.42% | 0.55% | - |
| XYZ | 16.92 | 12.71 | 19.01 | - |
| YUV | 102.67 | 137.22 | 153.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 81 | 119 | 0 | 0.42 | 0.14 | 0.45 | 320.69 | 0.26 | 0.43 |
| Hex | 8B | 51 | 77 | 0 | 2A | E | 2D | 141 | 1A | 2B |
| Octal | 213 | 121 | 167 | 0 | 52 | 16 | 55 | 501 | 32 | 53 |
| Binary | 10001011 | 1010001 | 1110111 | 0 | 101010 | 1110 | 101101 | 101000001 | 11010 | 101011 |
Color Harmonies of #8B5177
Complementary color
Monochromatic Colors of #8B5177
Black with #8B5177
Text Example
Text Example
White with #8B5177
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B5177; }
p { color: rgb(139,81,119); }
H1.HeaderClassName
{
color: #8B5177;
}
.AnyTagClassName
{
color: #8B5177;
}
</style>
background-color css
<style>
a { background-color: #8B5177; }
a { background-color: rgb(139,81,119); }
div.DivClassName
{
background-color: #8B5177;
}
.BgClassName
{
background-color: #8B5177;
}
</style>
border-color css
<style>
span { border-color: #8B5177; }
span { border-color: rgb(139,81,119); }
td.TdClassName
{
border-color: #8B5177;
}
.TagClassName
{
border-color: #8B5177;
}
</style>