Shades of Strikemaster #8E5780
Tints of Strikemaster #8E5780
RGB
CMYK
RGB Variations
Color information
#8E5780 (or 0x8E5780) is known color: Strikemaster. HEX triplet: 8E, 57 and 80. RGB value is (142,87,128). Sum of RGB (Red+Green+Blue) = 142+87+128=357 (47% of max value = 765). Red value is 142 (55.86% from 255 or 39.78% from 357); Green value is 87 (34.38% from 255 or 24.37% from 357); Blue value is 128 (50.39% from 255 or 35.85% from 357); Max value from RGB is 142 - color contains mainly: red. Hex color #8E5780 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8E5780 is #71A87F. Grayscale: #6C6C6C. Windows color (decimal): -7448704 or 8411022. OLE color: 8411022.
HSL color Cylindrical-coordinate representation of color #8E5780: hue angle of 315.27º 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 #8E5780 is Cyan = 0, Magento = 0.39, Yellow = 0.10 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 87 | 128 | - |
| CMYK | 0 | 0.39 | 0.10 | 0.44 |
| HSL | 315.27º | 0.24% | 0.45% | - |
| HSV(B) | 315.27º | 0.39% | 0.56% | - |
| XYZ | 18.46 | 14.13 | 22.18 | - |
| YUV | 108.12 | 139.22 | 152.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 87 | 128 | 0 | 0.39 | 0.10 | 0.44 | 315.27 | 0.24 | 0.45 |
| Hex | 8E | 57 | 80 | 0 | 27 | A | 2C | 13B | 18 | 2D |
| Octal | 216 | 127 | 200 | 0 | 47 | 12 | 54 | 473 | 30 | 55 |
| Binary | 10001110 | 1010111 | 10000000 | 0 | 100111 | 1010 | 101100 | 100111011 | 11000 | 101101 |
Color Harmonies of #8E5780
Complementary color
Monochromatic Colors of #8E5780
Black with #8E5780
Text Example
Text Example
White with #8E5780
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E5780; }
p { color: rgb(142,87,128); }
H1.HeaderClassName
{
color: #8E5780;
}
.AnyTagClassName
{
color: #8E5780;
}
</style>
background-color css
<style>
a { background-color: #8E5780; }
a { background-color: rgb(142,87,128); }
div.DivClassName
{
background-color: #8E5780;
}
.BgClassName
{
background-color: #8E5780;
}
</style>
border-color css
<style>
span { border-color: #8E5780; }
span { border-color: rgb(142,87,128); }
td.TdClassName
{
border-color: #8E5780;
}
.TagClassName
{
border-color: #8E5780;
}
</style>