Shades of Strikemaster #8E567E
Tints of Strikemaster #8E567E
RGB
CMYK
RGB Variations
Color information
#8E567E (or 0x8E567E) is known color: Strikemaster. HEX triplet: 8E, 56 and 7E. RGB value is (142,86,126). Sum of RGB (Red+Green+Blue) = 142+86+126=354 (46% of max value = 765). Red value is 142 (55.86% from 255 or 40.11% from 354); Green value is 86 (33.98% from 255 or 24.29% from 354); Blue value is 126 (49.61% from 255 or 35.59% from 354); Max value from RGB is 142 - color contains mainly: red. Hex color #8E567E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8E567E is #71A981. Grayscale: #6B6B6B. Windows color (decimal): -7448962 or 8279694. OLE color: 8279694.
HSL color Cylindrical-coordinate representation of color #8E567E: hue angle of 317.14º 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 #8E567E is Cyan = 0, Magento = 0.39, Yellow = 0.11 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 86 | 126 | - |
| CMYK | 0 | 0.39 | 0.11 | 0.44 |
| HSL | 317.14º | 0.25% | 0.45% | - |
| HSV(B) | 317.14º | 0.39% | 0.56% | - |
| XYZ | 18.25 | 13.91 | 21.46 | - |
| YUV | 107.3 | 138.55 | 152.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 86 | 126 | 0 | 0.39 | 0.11 | 0.44 | 317.14 | 0.25 | 0.45 |
| Hex | 8E | 56 | 7E | 0 | 27 | B | 2C | 13D | 19 | 2D |
| Octal | 216 | 126 | 176 | 0 | 47 | 13 | 54 | 475 | 31 | 55 |
| Binary | 10001110 | 1010110 | 1111110 | 0 | 100111 | 1011 | 101100 | 100111101 | 11001 | 101101 |
Color Harmonies of #8E567E
Complementary color
Monochromatic Colors of #8E567E
Black with #8E567E
Text Example
Text Example
White with #8E567E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E567E; }
p { color: rgb(142,86,126); }
H1.HeaderClassName
{
color: #8E567E;
}
.AnyTagClassName
{
color: #8E567E;
}
</style>
background-color css
<style>
a { background-color: #8E567E; }
a { background-color: rgb(142,86,126); }
div.DivClassName
{
background-color: #8E567E;
}
.BgClassName
{
background-color: #8E567E;
}
</style>
border-color css
<style>
span { border-color: #8E567E; }
span { border-color: rgb(142,86,126); }
td.TdClassName
{
border-color: #8E567E;
}
.TagClassName
{
border-color: #8E567E;
}
</style>