Shades of Strikemaster #8E5878
Tints of Strikemaster #8E5878
RGB
CMYK
RGB Variations
Color information
#8E5878 (or 0x8E5878) is known color: Strikemaster. HEX triplet: 8E, 58 and 78. RGB value is (142,88,120). Sum of RGB (Red+Green+Blue) = 142+88+120=350 (46% of max value = 765). Red value is 142 (55.86% from 255 or 40.57% from 350); Green value is 88 (34.77% from 255 or 25.14% from 350); Blue value is 120 (47.27% from 255 or 34.29% from 350); Max value from RGB is 142 - color contains mainly: red. Hex color #8E5878 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8E5878 is #71A787. Grayscale: #6B6B6B. Windows color (decimal): -7448456 or 7886990. OLE color: 7886990.
HSL color Cylindrical-coordinate representation of color #8E5878: hue angle of 324.44º degrees, saturation: 0.23, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #8E5878 is Cyan = 0, Magento = 0.38, Yellow = 0.15 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 88 | 120 | - |
| CMYK | 0 | 0.38 | 0.15 | 0.44 |
| HSL | 324.44º | 0.23% | 0.45% | - |
| HSV(B) | 324.44º | 0.38% | 0.56% | - |
| XYZ | 18.04 | 14.09 | 19.54 | - |
| YUV | 107.79 | 134.89 | 152.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 88 | 120 | 0 | 0.38 | 0.15 | 0.44 | 324.44 | 0.23 | 0.45 |
| Hex | 8E | 58 | 78 | 0 | 26 | F | 2C | 144 | 17 | 2D |
| Octal | 216 | 130 | 170 | 0 | 46 | 17 | 54 | 504 | 27 | 55 |
| Binary | 10001110 | 1011000 | 1111000 | 0 | 100110 | 1111 | 101100 | 101000100 | 10111 | 101101 |
Color Harmonies of #8E5878
Complementary color
Monochromatic Colors of #8E5878
Black with #8E5878
Text Example
Text Example
White with #8E5878
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E5878; }
p { color: rgb(142,88,120); }
H1.HeaderClassName
{
color: #8E5878;
}
.AnyTagClassName
{
color: #8E5878;
}
</style>
background-color css
<style>
a { background-color: #8E5878; }
a { background-color: rgb(142,88,120); }
div.DivClassName
{
background-color: #8E5878;
}
.BgClassName
{
background-color: #8E5878;
}
</style>
border-color css
<style>
span { border-color: #8E5878; }
span { border-color: rgb(142,88,120); }
td.TdClassName
{
border-color: #8E5878;
}
.TagClassName
{
border-color: #8E5878;
}
</style>