Shades of Strikemaster #8E597A
Tints of Strikemaster #8E597A
RGB
CMYK
RGB Variations
Color information
#8E597A (or 0x8E597A) is known color: Strikemaster. HEX triplet: 8E, 59 and 7A. RGB value is (142,89,122). Sum of RGB (Red+Green+Blue) = 142+89+122=353 (46% of max value = 765). Red value is 142 (55.86% from 255 or 40.23% from 353); Green value is 89 (35.16% from 255 or 25.21% from 353); Blue value is 122 (48.05% from 255 or 34.56% from 353); Max value from RGB is 142 - color contains mainly: red. Hex color #8E597A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8E597A is #71A685. Grayscale: #6C6C6C. Windows color (decimal): -7448198 or 8018318. OLE color: 8018318.
HSL color Cylindrical-coordinate representation of color #8E597A: hue angle of 322.64º degrees, saturation: 0.23, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #8E597A is Cyan = 0, Magento = 0.37, Yellow = 0.14 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 89 | 122 | - |
| CMYK | 0 | 0.37 | 0.14 | 0.44 |
| HSL | 322.64º | 0.23% | 0.45% | - |
| HSV(B) | 322.64º | 0.37% | 0.56% | - |
| XYZ | 18.24 | 14.3 | 20.21 | - |
| YUV | 108.61 | 135.56 | 151.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 89 | 122 | 0 | 0.37 | 0.14 | 0.44 | 322.64 | 0.23 | 0.45 |
| Hex | 8E | 59 | 7A | 0 | 25 | E | 2C | 143 | 17 | 2D |
| Octal | 216 | 131 | 172 | 0 | 45 | 16 | 54 | 503 | 27 | 55 |
| Binary | 10001110 | 1011001 | 1111010 | 0 | 100101 | 1110 | 101100 | 101000011 | 10111 | 101101 |
Color Harmonies of #8E597A
Complementary color
Monochromatic Colors of #8E597A
Black with #8E597A
Text Example
Text Example
White with #8E597A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E597A; }
p { color: rgb(142,89,122); }
H1.HeaderClassName
{
color: #8E597A;
}
.AnyTagClassName
{
color: #8E597A;
}
</style>
background-color css
<style>
a { background-color: #8E597A; }
a { background-color: rgb(142,89,122); }
div.DivClassName
{
background-color: #8E597A;
}
.BgClassName
{
background-color: #8E597A;
}
</style>
border-color css
<style>
span { border-color: #8E597A; }
span { border-color: rgb(142,89,122); }
td.TdClassName
{
border-color: #8E597A;
}
.TagClassName
{
border-color: #8E597A;
}
</style>