Shades of Strikemaster #8E7184
Tints of Strikemaster #8E7184
RGB
CMYK
RGB Variations
Color information
#8E7184 (or 0x8E7184) is known color: Strikemaster. HEX triplet: 8E, 71 and 84. RGB value is (142,113,132). Sum of RGB (Red+Green+Blue) = 142+113+132=387 (51% of max value = 765). Red value is 142 (55.86% from 255 or 36.69% from 387); Green value is 113 (44.53% from 255 or 29.20% from 387); Blue value is 132 (51.95% from 255 or 34.11% from 387); Max value from RGB is 142 - color contains mainly: red. Hex color #8E7184 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8E7184 is #718E7B. Grayscale: #7B7B7B. Windows color (decimal): -7442044 or 8679822. OLE color: 8679822.
HSL color Cylindrical-coordinate representation of color #8E7184: hue angle of 320.69º degrees, saturation: 0.11, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #8E7184 is Cyan = 0, Magento = 0.20, Yellow = 0.07 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 113 | 132 | - |
| CMYK | 0 | 0.20 | 0.07 | 0.44 |
| HSL | 320.69º | 0.11% | 0.5% | - |
| HSV(B) | 320.69º | 0.2% | 0.56% | - |
| XYZ | 21.23 | 19.23 | 24.42 | - |
| YUV | 123.84 | 132.61 | 140.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 113 | 132 | 0 | 0.20 | 0.07 | 0.44 | 320.69 | 0.11 | 0.5 |
| Hex | 8E | 71 | 84 | 0 | 14 | 7 | 2C | 141 | B | 32 |
| Octal | 216 | 161 | 204 | 0 | 24 | 7 | 54 | 501 | 13 | 62 |
| Binary | 10001110 | 1110001 | 10000100 | 0 | 10100 | 111 | 101100 | 101000001 | 1011 | 110010 |
Color Harmonies of #8E7184
Complementary color
Monochromatic Colors of #8E7184
Black with #8E7184
Text Example
Text Example
White with #8E7184
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E7184; }
p { color: rgb(142,113,132); }
H1.HeaderClassName
{
color: #8E7184;
}
.AnyTagClassName
{
color: #8E7184;
}
</style>
background-color css
<style>
a { background-color: #8E7184; }
a { background-color: rgb(142,113,132); }
div.DivClassName
{
background-color: #8E7184;
}
.BgClassName
{
background-color: #8E7184;
}
</style>
border-color css
<style>
span { border-color: #8E7184; }
span { border-color: rgb(142,113,132); }
td.TdClassName
{
border-color: #8E7184;
}
.TagClassName
{
border-color: #8E7184;
}
</style>