Shades of Strikemaster #8E567D
Tints of Strikemaster #8E567D
RGB
CMYK
RGB Variations
Color information
#8E567D (or 0x8E567D) is known color: Strikemaster. HEX triplet: 8E, 56 and 7D. RGB value is (142,86,125). Sum of RGB (Red+Green+Blue) = 142+86+125=353 (46% of max value = 765). Red value is 142 (55.86% from 255 or 40.23% from 353); Green value is 86 (33.98% from 255 or 24.36% from 353); Blue value is 125 (49.22% from 255 or 35.41% from 353); Max value from RGB is 142 - color contains mainly: red. Hex color #8E567D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8E567D is #71A982. Grayscale: #6B6B6B. Windows color (decimal): -7448963 or 8214158. OLE color: 8214158.
HSL color Cylindrical-coordinate representation of color #8E567D: hue angle of 318.21º degrees, saturation: 0.25, 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 #8E567D is Cyan = 0, Magento = 0.39, Yellow = 0.12 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 86 | 125 | - |
| CMYK | 0 | 0.39 | 0.12 | 0.44 |
| HSL | 318.21º | 0.25% | 0.45% | - |
| HSV(B) | 318.21º | 0.39% | 0.56% | - |
| XYZ | 18.18 | 13.89 | 21.12 | - |
| YUV | 107.19 | 138.05 | 152.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 86 | 125 | 0 | 0.39 | 0.12 | 0.44 | 318.21 | 0.25 | 0.45 |
| Hex | 8E | 56 | 7D | 0 | 27 | C | 2C | 13E | 19 | 2D |
| Octal | 216 | 126 | 175 | 0 | 47 | 14 | 54 | 476 | 31 | 55 |
| Binary | 10001110 | 1010110 | 1111101 | 0 | 100111 | 1100 | 101100 | 100111110 | 11001 | 101101 |
Color Harmonies of #8E567D
Complementary color
Monochromatic Colors of #8E567D
Black with #8E567D
Text Example
Text Example
White with #8E567D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E567D; }
p { color: rgb(142,86,125); }
H1.HeaderClassName
{
color: #8E567D;
}
.AnyTagClassName
{
color: #8E567D;
}
</style>
background-color css
<style>
a { background-color: #8E567D; }
a { background-color: rgb(142,86,125); }
div.DivClassName
{
background-color: #8E567D;
}
.BgClassName
{
background-color: #8E567D;
}
</style>
border-color css
<style>
span { border-color: #8E567D; }
span { border-color: rgb(142,86,125); }
td.TdClassName
{
border-color: #8E567D;
}
.TagClassName
{
border-color: #8E567D;
}
</style>