Shades of Strikemaster #8B577A
Tints of Strikemaster #8B577A
RGB
CMYK
RGB Variations
Color information
#8B577A (or 0x8B577A) is known color: Strikemaster. HEX triplet: 8B, 57 and 7A. RGB value is (139,87,122). Sum of RGB (Red+Green+Blue) = 139+87+122=348 (46% of max value = 765). Red value is 139 (54.69% from 255 or 39.94% from 348); Green value is 87 (34.38% from 255 or 25% from 348); Blue value is 122 (48.05% from 255 or 35.06% from 348); Max value from RGB is 139 - color contains mainly: red. Hex color #8B577A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8B577A is #74A885. Grayscale: #6A6A6A. Windows color (decimal): -7645318 or 8017803. OLE color: 8017803.
HSL color Cylindrical-coordinate representation of color #8B577A: hue angle of 319.62º degrees, saturation: 0.23, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #8B577A is Cyan = 0, Magento = 0.37, Yellow = 0.12 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 87 | 122 | - |
| CMYK | 0 | 0.37 | 0.12 | 0.45 |
| HSL | 319.62º | 0.23% | 0.44% | - |
| HSV(B) | 319.62º | 0.37% | 0.55% | - |
| XYZ | 17.57 | 13.71 | 20.13 | - |
| YUV | 106.54 | 136.73 | 151.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 87 | 122 | 0 | 0.37 | 0.12 | 0.45 | 319.62 | 0.23 | 0.44 |
| Hex | 8B | 57 | 7A | 0 | 25 | C | 2D | 140 | 17 | 2C |
| Octal | 213 | 127 | 172 | 0 | 45 | 14 | 55 | 500 | 27 | 54 |
| Binary | 10001011 | 1010111 | 1111010 | 0 | 100101 | 1100 | 101101 | 101000000 | 10111 | 101100 |
Color Harmonies of #8B577A
Complementary color
Monochromatic Colors of #8B577A
Black with #8B577A
Text Example
Text Example
White with #8B577A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B577A; }
p { color: rgb(139,87,122); }
H1.HeaderClassName
{
color: #8B577A;
}
.AnyTagClassName
{
color: #8B577A;
}
</style>
background-color css
<style>
a { background-color: #8B577A; }
a { background-color: rgb(139,87,122); }
div.DivClassName
{
background-color: #8B577A;
}
.BgClassName
{
background-color: #8B577A;
}
</style>
border-color css
<style>
span { border-color: #8B577A; }
span { border-color: rgb(139,87,122); }
td.TdClassName
{
border-color: #8B577A;
}
.TagClassName
{
border-color: #8B577A;
}
</style>