Shades of Strikemaster #8E557F
Tints of Strikemaster #8E557F
RGB
CMYK
RGB Variations
Color information
#8E557F (or 0x8E557F) is known color: Strikemaster. HEX triplet: 8E, 55 and 7F. RGB value is (142,85,127). Sum of RGB (Red+Green+Blue) = 142+85+127=354 (46% of max value = 765). Red value is 142 (55.86% from 255 or 40.11% from 354); Green value is 85 (33.59% from 255 or 24.01% from 354); Blue value is 127 (50% from 255 or 35.88% from 354); Max value from RGB is 142 - color contains mainly: red. Hex color #8E557F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8E557F is #71AA80. Grayscale: #6A6A6A. Windows color (decimal): -7449217 or 8344974. OLE color: 8344974.
HSL color Cylindrical-coordinate representation of color #8E557F: hue angle of 315.79º degrees, saturation: 0.25, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8E557F is Cyan = 0, Magento = 0.40, Yellow = 0.11 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 85 | 127 | - |
| CMYK | 0 | 0.40 | 0.11 | 0.44 |
| HSL | 315.79º | 0.25% | 0.45% | - |
| HSV(B) | 315.79º | 0.4% | 0.56% | - |
| XYZ | 18.23 | 13.78 | 21.78 | - |
| YUV | 106.83 | 139.38 | 153.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 85 | 127 | 0 | 0.40 | 0.11 | 0.44 | 315.79 | 0.25 | 0.45 |
| Hex | 8E | 55 | 7F | 0 | 28 | B | 2C | 13C | 19 | 2D |
| Octal | 216 | 125 | 177 | 0 | 50 | 13 | 54 | 474 | 31 | 55 |
| Binary | 10001110 | 1010101 | 1111111 | 0 | 101000 | 1011 | 101100 | 100111100 | 11001 | 101101 |
Color Harmonies of #8E557F
Complementary color
Monochromatic Colors of #8E557F
Black with #8E557F
Text Example
Text Example
White with #8E557F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E557F; }
p { color: rgb(142,85,127); }
H1.HeaderClassName
{
color: #8E557F;
}
.AnyTagClassName
{
color: #8E557F;
}
</style>
background-color css
<style>
a { background-color: #8E557F; }
a { background-color: rgb(142,85,127); }
div.DivClassName
{
background-color: #8E557F;
}
.BgClassName
{
background-color: #8E557F;
}
</style>
border-color css
<style>
span { border-color: #8E557F; }
span { border-color: rgb(142,85,127); }
td.TdClassName
{
border-color: #8E557F;
}
.TagClassName
{
border-color: #8E557F;
}
</style>