Shades of Strikemaster #8E627D
Tints of Strikemaster #8E627D
RGB
CMYK
RGB Variations
Color information
#8E627D (or 0x8E627D) is known color: Strikemaster. HEX triplet: 8E, 62 and 7D. RGB value is (142,98,125). Sum of RGB (Red+Green+Blue) = 142+98+125=365 (48% of max value = 765). Red value is 142 (55.86% from 255 or 38.90% from 365); Green value is 98 (38.67% from 255 or 26.85% from 365); Blue value is 125 (49.22% from 255 or 34.25% from 365); Max value from RGB is 142 - color contains mainly: red. Hex color #8E627D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8E627D is #719D82. Grayscale: #727272. Windows color (decimal): -7445891 or 8217230. OLE color: 8217230.
HSL color Cylindrical-coordinate representation of color #8E627D: hue angle of 323.18º degrees, saturation: 0.18, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #8E627D is Cyan = 0, Magento = 0.31, Yellow = 0.12 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 98 | 125 | - |
| CMYK | 0 | 0.31 | 0.12 | 0.44 |
| HSL | 323.18º | 0.18% | 0.47% | - |
| HSV(B) | 323.18º | 0.31% | 0.56% | - |
| XYZ | 19.22 | 15.97 | 21.47 | - |
| YUV | 114.23 | 134.08 | 147.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 98 | 125 | 0 | 0.31 | 0.12 | 0.44 | 323.18 | 0.18 | 0.47 |
| Hex | 8E | 62 | 7D | 0 | 1F | C | 2C | 143 | 12 | 2F |
| Octal | 216 | 142 | 175 | 0 | 37 | 14 | 54 | 503 | 22 | 57 |
| Binary | 10001110 | 1100010 | 1111101 | 0 | 11111 | 1100 | 101100 | 101000011 | 10010 | 101111 |
Color Harmonies of #8E627D
Complementary color
Monochromatic Colors of #8E627D
Black with #8E627D
Text Example
Text Example
White with #8E627D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E627D; }
p { color: rgb(142,98,125); }
H1.HeaderClassName
{
color: #8E627D;
}
.AnyTagClassName
{
color: #8E627D;
}
</style>
background-color css
<style>
a { background-color: #8E627D; }
a { background-color: rgb(142,98,125); }
div.DivClassName
{
background-color: #8E627D;
}
.BgClassName
{
background-color: #8E627D;
}
</style>
border-color css
<style>
span { border-color: #8E627D; }
span { border-color: rgb(142,98,125); }
td.TdClassName
{
border-color: #8E627D;
}
.TagClassName
{
border-color: #8E627D;
}
</style>