Shades of Strikemaster #8E517A
Tints of Strikemaster #8E517A
RGB
CMYK
RGB Variations
Color information
#8E517A (or 0x8E517A) is known color: Strikemaster. HEX triplet: 8E, 51 and 7A. RGB value is (142,81,122). Sum of RGB (Red+Green+Blue) = 142+81+122=345 (45% of max value = 765). Red value is 142 (55.86% from 255 or 41.16% from 345); Green value is 81 (32.03% from 255 or 23.48% from 345); Blue value is 122 (48.05% from 255 or 35.36% from 345); Max value from RGB is 142 - color contains mainly: red. Hex color #8E517A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8E517A is #71AE85. Grayscale: #676767. Windows color (decimal): -7450246 or 8016270. OLE color: 8016270.
HSL color Cylindrical-coordinate representation of color #8E517A: hue angle of 319.67º degrees, saturation: 0.27, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #8E517A is Cyan = 0, Magento = 0.43, Yellow = 0.14 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 81 | 122 | - |
| CMYK | 0 | 0.43 | 0.14 | 0.44 |
| HSL | 319.67º | 0.27% | 0.44% | - |
| HSV(B) | 319.67º | 0.43% | 0.56% | - |
| XYZ | 17.61 | 13.04 | 20 | - |
| YUV | 103.91 | 138.21 | 155.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 81 | 122 | 0 | 0.43 | 0.14 | 0.44 | 319.67 | 0.27 | 0.44 |
| Hex | 8E | 51 | 7A | 0 | 2B | E | 2C | 140 | 1B | 2C |
| Octal | 216 | 121 | 172 | 0 | 53 | 16 | 54 | 500 | 33 | 54 |
| Binary | 10001110 | 1010001 | 1111010 | 0 | 101011 | 1110 | 101100 | 101000000 | 11011 | 101100 |
Color Harmonies of #8E517A
Complementary color
Monochromatic Colors of #8E517A
Black with #8E517A
Text Example
Text Example
White with #8E517A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E517A; }
p { color: rgb(142,81,122); }
H1.HeaderClassName
{
color: #8E517A;
}
.AnyTagClassName
{
color: #8E517A;
}
</style>
background-color css
<style>
a { background-color: #8E517A; }
a { background-color: rgb(142,81,122); }
div.DivClassName
{
background-color: #8E517A;
}
.BgClassName
{
background-color: #8E517A;
}
</style>
border-color css
<style>
span { border-color: #8E517A; }
span { border-color: rgb(142,81,122); }
td.TdClassName
{
border-color: #8E517A;
}
.TagClassName
{
border-color: #8E517A;
}
</style>