Shades of Strikemaster #8E577F
Tints of Strikemaster #8E577F
RGB
CMYK
RGB Variations
Color information
#8E577F (or 0x8E577F) is known color: Strikemaster. HEX triplet: 8E, 57 and 7F. RGB value is (142,87,127). Sum of RGB (Red+Green+Blue) = 142+87+127=356 (47% of max value = 765). Red value is 142 (55.86% from 255 or 39.89% from 356); Green value is 87 (34.38% from 255 or 24.44% from 356); Blue value is 127 (50% from 255 or 35.67% from 356); Max value from RGB is 142 - color contains mainly: red. Hex color #8E577F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8E577F is #71A880. Grayscale: #6B6B6B. Windows color (decimal): -7448705 or 8345486. OLE color: 8345486.
HSL color Cylindrical-coordinate representation of color #8E577F: hue angle of 316.36º degrees, saturation: 0.24, 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 #8E577F is Cyan = 0, Magento = 0.39, Yellow = 0.11 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 87 | 127 | - |
| CMYK | 0 | 0.39 | 0.11 | 0.44 |
| HSL | 316.36º | 0.24% | 0.45% | - |
| HSV(B) | 316.36º | 0.39% | 0.56% | - |
| XYZ | 18.39 | 14.1 | 21.83 | - |
| YUV | 108.01 | 138.72 | 152.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 87 | 127 | 0 | 0.39 | 0.11 | 0.44 | 316.36 | 0.24 | 0.45 |
| Hex | 8E | 57 | 7F | 0 | 27 | B | 2C | 13C | 18 | 2D |
| Octal | 216 | 127 | 177 | 0 | 47 | 13 | 54 | 474 | 30 | 55 |
| Binary | 10001110 | 1010111 | 1111111 | 0 | 100111 | 1011 | 101100 | 100111100 | 11000 | 101101 |
Color Harmonies of #8E577F
Complementary color
Monochromatic Colors of #8E577F
Black with #8E577F
Text Example
Text Example
White with #8E577F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E577F; }
p { color: rgb(142,87,127); }
H1.HeaderClassName
{
color: #8E577F;
}
.AnyTagClassName
{
color: #8E577F;
}
</style>
background-color css
<style>
a { background-color: #8E577F; }
a { background-color: rgb(142,87,127); }
div.DivClassName
{
background-color: #8E577F;
}
.BgClassName
{
background-color: #8E577F;
}
</style>
border-color css
<style>
span { border-color: #8E577F; }
span { border-color: rgb(142,87,127); }
td.TdClassName
{
border-color: #8E577F;
}
.TagClassName
{
border-color: #8E577F;
}
</style>