Shades of Strikemaster #8E6878
Tints of Strikemaster #8E6878
RGB
CMYK
RGB Variations
Color information
#8E6878 (or 0x8E6878) is known color: Strikemaster. HEX triplet: 8E, 68 and 78. RGB value is (142,104,120). Sum of RGB (Red+Green+Blue) = 142+104+120=366 (48% of max value = 765). Red value is 142 (55.86% from 255 or 38.80% from 366); Green value is 104 (41.02% from 255 or 28.42% from 366); Blue value is 120 (47.27% from 255 or 32.79% from 366); Max value from RGB is 142 - color contains mainly: red. Hex color #8E6878 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8E6878 is #719787. Grayscale: #757575. Windows color (decimal): -7444360 or 7891086. OLE color: 7891086.
HSL color Cylindrical-coordinate representation of color #8E6878: hue angle of 334.74º degrees, saturation: 0.15, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #8E6878 is Cyan = 0, Magento = 0.27, Yellow = 0.15 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 104 | 120 | - |
| CMYK | 0 | 0.27 | 0.15 | 0.44 |
| HSL | 334.74º | 0.15% | 0.48% | - |
| HSV(B) | 334.74º | 0.27% | 0.56% | - |
| XYZ | 19.5 | 17.01 | 20.02 | - |
| YUV | 117.19 | 129.59 | 145.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 104 | 120 | 0 | 0.27 | 0.15 | 0.44 | 334.74 | 0.15 | 0.48 |
| Hex | 8E | 68 | 78 | 0 | 1B | F | 2C | 14F | F | 30 |
| Octal | 216 | 150 | 170 | 0 | 33 | 17 | 54 | 517 | 17 | 60 |
| Binary | 10001110 | 1101000 | 1111000 | 0 | 11011 | 1111 | 101100 | 101001111 | 1111 | 110000 |
Color Harmonies of #8E6878
Complementary color
Monochromatic Colors of #8E6878
Black with #8E6878
Text Example
Text Example
White with #8E6878
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E6878; }
p { color: rgb(142,104,120); }
H1.HeaderClassName
{
color: #8E6878;
}
.AnyTagClassName
{
color: #8E6878;
}
</style>
background-color css
<style>
a { background-color: #8E6878; }
a { background-color: rgb(142,104,120); }
div.DivClassName
{
background-color: #8E6878;
}
.BgClassName
{
background-color: #8E6878;
}
</style>
border-color css
<style>
span { border-color: #8E6878; }
span { border-color: rgb(142,104,120); }
td.TdClassName
{
border-color: #8E6878;
}
.TagClassName
{
border-color: #8E6878;
}
</style>