Shades of Strikemaster #8E567A
Tints of Strikemaster #8E567A
RGB
CMYK
RGB Variations
Color information
#8E567A (or 0x8E567A) is known color: Strikemaster. HEX triplet: 8E, 56 and 7A. RGB value is (142,86,122). Sum of RGB (Red+Green+Blue) = 142+86+122=350 (46% of max value = 765). Red value is 142 (55.86% from 255 or 40.57% from 350); Green value is 86 (33.98% from 255 or 24.57% from 350); Blue value is 122 (48.05% from 255 or 34.86% from 350); Max value from RGB is 142 - color contains mainly: red. Hex color #8E567A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8E567A is #71A985. Grayscale: #6A6A6A. Windows color (decimal): -7448966 or 8017550. OLE color: 8017550.
HSL color Cylindrical-coordinate representation of color #8E567A: hue angle of 321.43º degrees, saturation: 0.25, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #8E567A is Cyan = 0, Magento = 0.39, Yellow = 0.14 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 86 | 122 | - |
| CMYK | 0 | 0.39 | 0.14 | 0.44 |
| HSL | 321.43º | 0.25% | 0.45% | - |
| HSV(B) | 321.43º | 0.39% | 0.56% | - |
| XYZ | 18 | 13.81 | 20.13 | - |
| YUV | 106.85 | 136.55 | 153.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 86 | 122 | 0 | 0.39 | 0.14 | 0.44 | 321.43 | 0.25 | 0.45 |
| Hex | 8E | 56 | 7A | 0 | 27 | E | 2C | 141 | 19 | 2D |
| Octal | 216 | 126 | 172 | 0 | 47 | 16 | 54 | 501 | 31 | 55 |
| Binary | 10001110 | 1010110 | 1111010 | 0 | 100111 | 1110 | 101100 | 101000001 | 11001 | 101101 |
Color Harmonies of #8E567A
Complementary color
Monochromatic Colors of #8E567A
Black with #8E567A
Text Example
Text Example
White with #8E567A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E567A; }
p { color: rgb(142,86,122); }
H1.HeaderClassName
{
color: #8E567A;
}
.AnyTagClassName
{
color: #8E567A;
}
</style>
background-color css
<style>
a { background-color: #8E567A; }
a { background-color: rgb(142,86,122); }
div.DivClassName
{
background-color: #8E567A;
}
.BgClassName
{
background-color: #8E567A;
}
</style>
border-color css
<style>
span { border-color: #8E567A; }
span { border-color: rgb(142,86,122); }
td.TdClassName
{
border-color: #8E567A;
}
.TagClassName
{
border-color: #8E567A;
}
</style>