Shades of Strikemaster #8E547A
Tints of Strikemaster #8E547A
RGB
CMYK
RGB Variations
Color information
#8E547A (or 0x8E547A) is known color: Strikemaster. HEX triplet: 8E, 54 and 7A. RGB value is (142,84,122). Sum of RGB (Red+Green+Blue) = 142+84+122=348 (46% of max value = 765). Red value is 142 (55.86% from 255 or 40.80% from 348); Green value is 84 (33.20% from 255 or 24.14% from 348); Blue value is 122 (48.05% from 255 or 35.06% from 348); Max value from RGB is 142 - color contains mainly: red. Hex color #8E547A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8E547A is #71AB85. Grayscale: #696969. Windows color (decimal): -7449478 or 8017038. OLE color: 8017038.
HSL color Cylindrical-coordinate representation of color #8E547A: hue angle of 320.69º degrees, saturation: 0.26, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #8E547A is Cyan = 0, Magento = 0.41, Yellow = 0.14 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 84 | 122 | - |
| CMYK | 0 | 0.41 | 0.14 | 0.44 |
| HSL | 320.69º | 0.26% | 0.44% | - |
| HSV(B) | 320.69º | 0.41% | 0.56% | - |
| XYZ | 17.84 | 13.5 | 20.08 | - |
| YUV | 105.67 | 137.22 | 153.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 84 | 122 | 0 | 0.41 | 0.14 | 0.44 | 320.69 | 0.26 | 0.44 |
| Hex | 8E | 54 | 7A | 0 | 29 | E | 2C | 141 | 1A | 2C |
| Octal | 216 | 124 | 172 | 0 | 51 | 16 | 54 | 501 | 32 | 54 |
| Binary | 10001110 | 1010100 | 1111010 | 0 | 101001 | 1110 | 101100 | 101000001 | 11010 | 101100 |
Color Harmonies of #8E547A
Complementary color
Monochromatic Colors of #8E547A
Black with #8E547A
Text Example
Text Example
White with #8E547A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E547A; }
p { color: rgb(142,84,122); }
H1.HeaderClassName
{
color: #8E547A;
}
.AnyTagClassName
{
color: #8E547A;
}
</style>
background-color css
<style>
a { background-color: #8E547A; }
a { background-color: rgb(142,84,122); }
div.DivClassName
{
background-color: #8E547A;
}
.BgClassName
{
background-color: #8E547A;
}
</style>
border-color css
<style>
span { border-color: #8E547A; }
span { border-color: rgb(142,84,122); }
td.TdClassName
{
border-color: #8E547A;
}
.TagClassName
{
border-color: #8E547A;
}
</style>