Shades of Strikemaster #8E557A
Tints of Strikemaster #8E557A
RGB
CMYK
RGB Variations
Color information
#8E557A (or 0x8E557A) is known color: Strikemaster. HEX triplet: 8E, 55 and 7A. RGB value is (142,85,122). Sum of RGB (Red+Green+Blue) = 142+85+122=349 (46% of max value = 765). Red value is 142 (55.86% from 255 or 40.69% from 349); Green value is 85 (33.59% from 255 or 24.36% from 349); Blue value is 122 (48.05% from 255 or 34.96% from 349); Max value from RGB is 142 - color contains mainly: red. Hex color #8E557A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8E557A is #71AA85. Grayscale: #6A6A6A. Windows color (decimal): -7449222 or 8017294. OLE color: 8017294.
HSL color Cylindrical-coordinate representation of color #8E557A: hue angle of 321.05º degrees, saturation: 0.25, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8E557A is Cyan = 0, Magento = 0.40, Yellow = 0.14 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 85 | 122 | - |
| CMYK | 0 | 0.40 | 0.14 | 0.44 |
| HSL | 321.05º | 0.25% | 0.45% | - |
| HSV(B) | 321.05º | 0.4% | 0.56% | - |
| XYZ | 17.92 | 13.65 | 20.1 | - |
| YUV | 106.26 | 136.88 | 153.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 85 | 122 | 0 | 0.40 | 0.14 | 0.44 | 321.05 | 0.25 | 0.45 |
| Hex | 8E | 55 | 7A | 0 | 28 | E | 2C | 141 | 19 | 2D |
| Octal | 216 | 125 | 172 | 0 | 50 | 16 | 54 | 501 | 31 | 55 |
| Binary | 10001110 | 1010101 | 1111010 | 0 | 101000 | 1110 | 101100 | 101000001 | 11001 | 101101 |
Color Harmonies of #8E557A
Complementary color
Monochromatic Colors of #8E557A
Black with #8E557A
Text Example
Text Example
White with #8E557A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E557A; }
p { color: rgb(142,85,122); }
H1.HeaderClassName
{
color: #8E557A;
}
.AnyTagClassName
{
color: #8E557A;
}
</style>
background-color css
<style>
a { background-color: #8E557A; }
a { background-color: rgb(142,85,122); }
div.DivClassName
{
background-color: #8E557A;
}
.BgClassName
{
background-color: #8E557A;
}
</style>
border-color css
<style>
span { border-color: #8E557A; }
span { border-color: rgb(142,85,122); }
td.TdClassName
{
border-color: #8E557A;
}
.TagClassName
{
border-color: #8E557A;
}
</style>