Shades of Strikemaster #8B577B
Tints of Strikemaster #8B577B
RGB
CMYK
RGB Variations
Color information
#8B577B (or 0x8B577B) is known color: Strikemaster. HEX triplet: 8B, 57 and 7B. RGB value is (139,87,123). Sum of RGB (Red+Green+Blue) = 139+87+123=349 (46% of max value = 765). Red value is 139 (54.69% from 255 or 39.83% from 349); Green value is 87 (34.38% from 255 or 24.93% from 349); Blue value is 123 (48.44% from 255 or 35.24% from 349); Max value from RGB is 139 - color contains mainly: red. Hex color #8B577B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8B577B is #74A884. Grayscale: #6A6A6A. Windows color (decimal): -7645317 or 8083339. OLE color: 8083339.
HSL color Cylindrical-coordinate representation of color #8B577B: hue angle of 318.46º 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 #8B577B is Cyan = 0, Magento = 0.37, Yellow = 0.12 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 87 | 123 | - |
| CMYK | 0 | 0.37 | 0.12 | 0.45 |
| HSL | 318.46º | 0.23% | 0.44% | - |
| HSV(B) | 318.46º | 0.37% | 0.55% | - |
| XYZ | 17.63 | 13.74 | 20.46 | - |
| YUV | 106.65 | 137.23 | 151.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 87 | 123 | 0 | 0.37 | 0.12 | 0.45 | 318.46 | 0.23 | 0.44 |
| Hex | 8B | 57 | 7B | 0 | 25 | C | 2D | 13E | 17 | 2C |
| Octal | 213 | 127 | 173 | 0 | 45 | 14 | 55 | 476 | 27 | 54 |
| Binary | 10001011 | 1010111 | 1111011 | 0 | 100101 | 1100 | 101101 | 100111110 | 10111 | 101100 |
Color Harmonies of #8B577B
Complementary color
Monochromatic Colors of #8B577B
Black with #8B577B
Text Example
Text Example
White with #8B577B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B577B; }
p { color: rgb(139,87,123); }
H1.HeaderClassName
{
color: #8B577B;
}
.AnyTagClassName
{
color: #8B577B;
}
</style>
background-color css
<style>
a { background-color: #8B577B; }
a { background-color: rgb(139,87,123); }
div.DivClassName
{
background-color: #8B577B;
}
.BgClassName
{
background-color: #8B577B;
}
</style>
border-color css
<style>
span { border-color: #8B577B; }
span { border-color: rgb(139,87,123); }
td.TdClassName
{
border-color: #8B577B;
}
.TagClassName
{
border-color: #8B577B;
}
</style>