Shades of Strikemaster #8E637D
Tints of Strikemaster #8E637D
RGB
CMYK
RGB Variations
Color information
#8E637D (or 0x8E637D) is known color: Strikemaster. HEX triplet: 8E, 63 and 7D. RGB value is (142,99,125). Sum of RGB (Red+Green+Blue) = 142+99+125=366 (48% of max value = 765). Red value is 142 (55.86% from 255 or 38.80% from 366); Green value is 99 (39.06% from 255 or 27.05% from 366); Blue value is 125 (49.22% from 255 or 34.15% from 366); Max value from RGB is 142 - color contains mainly: red. Hex color #8E637D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8E637D is #719C82. Grayscale: #727272. Windows color (decimal): -7445635 or 8217486. OLE color: 8217486.
HSL color Cylindrical-coordinate representation of color #8E637D: hue angle of 323.72º degrees, saturation: 0.18, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #8E637D is Cyan = 0, Magento = 0.30, Yellow = 0.12 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 99 | 125 | - |
| CMYK | 0 | 0.30 | 0.12 | 0.44 |
| HSL | 323.72º | 0.18% | 0.47% | - |
| HSV(B) | 323.72º | 0.3% | 0.56% | - |
| XYZ | 19.32 | 16.16 | 21.5 | - |
| YUV | 114.82 | 133.75 | 147.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 99 | 125 | 0 | 0.30 | 0.12 | 0.44 | 323.72 | 0.18 | 0.47 |
| Hex | 8E | 63 | 7D | 0 | 1E | C | 2C | 144 | 12 | 2F |
| Octal | 216 | 143 | 175 | 0 | 36 | 14 | 54 | 504 | 22 | 57 |
| Binary | 10001110 | 1100011 | 1111101 | 0 | 11110 | 1100 | 101100 | 101000100 | 10010 | 101111 |
Color Harmonies of #8E637D
Complementary color
Monochromatic Colors of #8E637D
Black with #8E637D
Text Example
Text Example
White with #8E637D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E637D; }
p { color: rgb(142,99,125); }
H1.HeaderClassName
{
color: #8E637D;
}
.AnyTagClassName
{
color: #8E637D;
}
</style>
background-color css
<style>
a { background-color: #8E637D; }
a { background-color: rgb(142,99,125); }
div.DivClassName
{
background-color: #8E637D;
}
.BgClassName
{
background-color: #8E637D;
}
</style>
border-color css
<style>
span { border-color: #8E637D; }
span { border-color: rgb(142,99,125); }
td.TdClassName
{
border-color: #8E637D;
}
.TagClassName
{
border-color: #8E637D;
}
</style>