Shades of Strikemaster #8E637C
Tints of Strikemaster #8E637C
RGB
CMYK
RGB Variations
Color information
#8E637C (or 0x8E637C) is known color: Strikemaster. HEX triplet: 8E, 63 and 7C. RGB value is (142,99,124). Sum of RGB (Red+Green+Blue) = 142+99+124=365 (48% of max value = 765). Red value is 142 (55.86% from 255 or 38.90% from 365); Green value is 99 (39.06% from 255 or 27.12% from 365); Blue value is 124 (48.83% from 255 or 33.97% from 365); Max value from RGB is 142 - color contains mainly: red. Hex color #8E637C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8E637C is #719C83. Grayscale: #727272. Windows color (decimal): -7445636 or 8151950. OLE color: 8151950.
HSL color Cylindrical-coordinate representation of color #8E637C: hue angle of 325.12º 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 #8E637C is Cyan = 0, Magento = 0.30, Yellow = 0.13 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 99 | 124 | - |
| CMYK | 0 | 0.30 | 0.13 | 0.44 |
| HSL | 325.12º | 0.18% | 0.47% | - |
| HSV(B) | 325.12º | 0.3% | 0.56% | - |
| XYZ | 19.26 | 16.13 | 21.17 | - |
| YUV | 114.71 | 133.25 | 147.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 99 | 124 | 0 | 0.30 | 0.13 | 0.44 | 325.12 | 0.18 | 0.47 |
| Hex | 8E | 63 | 7C | 0 | 1E | D | 2C | 145 | 12 | 2F |
| Octal | 216 | 143 | 174 | 0 | 36 | 15 | 54 | 505 | 22 | 57 |
| Binary | 10001110 | 1100011 | 1111100 | 0 | 11110 | 1101 | 101100 | 101000101 | 10010 | 101111 |
Color Harmonies of #8E637C
Complementary color
Monochromatic Colors of #8E637C
Black with #8E637C
Text Example
Text Example
White with #8E637C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E637C; }
p { color: rgb(142,99,124); }
H1.HeaderClassName
{
color: #8E637C;
}
.AnyTagClassName
{
color: #8E637C;
}
</style>
background-color css
<style>
a { background-color: #8E637C; }
a { background-color: rgb(142,99,124); }
div.DivClassName
{
background-color: #8E637C;
}
.BgClassName
{
background-color: #8E637C;
}
</style>
border-color css
<style>
span { border-color: #8E637C; }
span { border-color: rgb(142,99,124); }
td.TdClassName
{
border-color: #8E637C;
}
.TagClassName
{
border-color: #8E637C;
}
</style>