Shades of Strikemaster #8E597B
Tints of Strikemaster #8E597B
RGB
CMYK
RGB Variations
Color information
#8E597B (or 0x8E597B) is known color: Strikemaster. HEX triplet: 8E, 59 and 7B. RGB value is (142,89,123). Sum of RGB (Red+Green+Blue) = 142+89+123=354 (46% of max value = 765). Red value is 142 (55.86% from 255 or 40.11% from 354); Green value is 89 (35.16% from 255 or 25.14% from 354); Blue value is 123 (48.44% from 255 or 34.75% from 354); Max value from RGB is 142 - color contains mainly: red. Hex color #8E597B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8E597B is #71A684. Grayscale: #6C6C6C. Windows color (decimal): -7448197 or 8083854. OLE color: 8083854.
HSL color Cylindrical-coordinate representation of color #8E597B: hue angle of 321.51º 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 #8E597B is Cyan = 0, Magento = 0.37, Yellow = 0.13 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 89 | 123 | - |
| CMYK | 0 | 0.37 | 0.13 | 0.44 |
| HSL | 321.51º | 0.23% | 0.45% | - |
| HSV(B) | 321.51º | 0.37% | 0.56% | - |
| XYZ | 18.3 | 14.33 | 20.54 | - |
| YUV | 108.72 | 136.06 | 151.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 89 | 123 | 0 | 0.37 | 0.13 | 0.44 | 321.51 | 0.23 | 0.45 |
| Hex | 8E | 59 | 7B | 0 | 25 | D | 2C | 142 | 17 | 2D |
| Octal | 216 | 131 | 173 | 0 | 45 | 15 | 54 | 502 | 27 | 55 |
| Binary | 10001110 | 1011001 | 1111011 | 0 | 100101 | 1101 | 101100 | 101000010 | 10111 | 101101 |
Color Harmonies of #8E597B
Complementary color
Monochromatic Colors of #8E597B
Black with #8E597B
Text Example
Text Example
White with #8E597B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E597B; }
p { color: rgb(142,89,123); }
H1.HeaderClassName
{
color: #8E597B;
}
.AnyTagClassName
{
color: #8E597B;
}
</style>
background-color css
<style>
a { background-color: #8E597B; }
a { background-color: rgb(142,89,123); }
div.DivClassName
{
background-color: #8E597B;
}
.BgClassName
{
background-color: #8E597B;
}
</style>
border-color css
<style>
span { border-color: #8E597B; }
span { border-color: rgb(142,89,123); }
td.TdClassName
{
border-color: #8E597B;
}
.TagClassName
{
border-color: #8E597B;
}
</style>