Shades of Strikemaster #8E547D
Tints of Strikemaster #8E547D
RGB
CMYK
RGB Variations
Color information
#8E547D (or 0x8E547D) is known color: Strikemaster. HEX triplet: 8E, 54 and 7D. RGB value is (142,84,125). Sum of RGB (Red+Green+Blue) = 142+84+125=351 (46% of max value = 765). Red value is 142 (55.86% from 255 or 40.46% from 351); Green value is 84 (33.20% from 255 or 23.93% from 351); Blue value is 125 (49.22% from 255 or 35.61% from 351); Max value from RGB is 142 - color contains mainly: red. Hex color #8E547D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8E547D is #71AB82. Grayscale: #696969. Windows color (decimal): -7449475 or 8213646. OLE color: 8213646.
HSL color Cylindrical-coordinate representation of color #8E547D: hue angle of 317.59º degrees, saturation: 0.26, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #8E547D is Cyan = 0, Magento = 0.41, Yellow = 0.12 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 84 | 125 | - |
| CMYK | 0 | 0.41 | 0.12 | 0.44 |
| HSL | 317.59º | 0.26% | 0.44% | - |
| HSV(B) | 317.59º | 0.41% | 0.56% | - |
| XYZ | 18.03 | 13.57 | 21.07 | - |
| YUV | 106.02 | 138.72 | 153.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 84 | 125 | 0 | 0.41 | 0.12 | 0.44 | 317.59 | 0.26 | 0.44 |
| Hex | 8E | 54 | 7D | 0 | 29 | C | 2C | 13E | 1A | 2C |
| Octal | 216 | 124 | 175 | 0 | 51 | 14 | 54 | 476 | 32 | 54 |
| Binary | 10001110 | 1010100 | 1111101 | 0 | 101001 | 1100 | 101100 | 100111110 | 11010 | 101100 |
Color Harmonies of #8E547D
Complementary color
Monochromatic Colors of #8E547D
Black with #8E547D
Text Example
Text Example
White with #8E547D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E547D; }
p { color: rgb(142,84,125); }
H1.HeaderClassName
{
color: #8E547D;
}
.AnyTagClassName
{
color: #8E547D;
}
</style>
background-color css
<style>
a { background-color: #8E547D; }
a { background-color: rgb(142,84,125); }
div.DivClassName
{
background-color: #8E547D;
}
.BgClassName
{
background-color: #8E547D;
}
</style>
border-color css
<style>
span { border-color: #8E547D; }
span { border-color: rgb(142,84,125); }
td.TdClassName
{
border-color: #8E547D;
}
.TagClassName
{
border-color: #8E547D;
}
</style>