Shades of Strikemaster #8E657C
Tints of Strikemaster #8E657C
RGB
CMYK
RGB Variations
Color information
#8E657C (or 0x8E657C) is known color: Strikemaster. HEX triplet: 8E, 65 and 7C. RGB value is (142,101,124). Sum of RGB (Red+Green+Blue) = 142+101+124=367 (48% of max value = 765). Red value is 142 (55.86% from 255 or 38.69% from 367); Green value is 101 (39.84% from 255 or 27.52% from 367); Blue value is 124 (48.83% from 255 or 33.79% from 367); Max value from RGB is 142 - color contains mainly: red. Hex color #8E657C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8E657C is #719A83. Grayscale: #737373. Windows color (decimal): -7445124 or 8152462. OLE color: 8152462.
HSL color Cylindrical-coordinate representation of color #8E657C: hue angle of 326.34º degrees, saturation: 0.17, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #8E657C is Cyan = 0, Magento = 0.29, Yellow = 0.13 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 101 | 124 | - |
| CMYK | 0 | 0.29 | 0.13 | 0.44 |
| HSL | 326.34º | 0.17% | 0.48% | - |
| HSV(B) | 326.34º | 0.29% | 0.56% | - |
| XYZ | 19.45 | 16.51 | 21.23 | - |
| YUV | 115.88 | 132.58 | 146.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 101 | 124 | 0 | 0.29 | 0.13 | 0.44 | 326.34 | 0.17 | 0.48 |
| Hex | 8E | 65 | 7C | 0 | 1D | D | 2C | 146 | 11 | 30 |
| Octal | 216 | 145 | 174 | 0 | 35 | 15 | 54 | 506 | 21 | 60 |
| Binary | 10001110 | 1100101 | 1111100 | 0 | 11101 | 1101 | 101100 | 101000110 | 10001 | 110000 |
Color Harmonies of #8E657C
Complementary color
Monochromatic Colors of #8E657C
Black with #8E657C
Text Example
Text Example
White with #8E657C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E657C; }
p { color: rgb(142,101,124); }
H1.HeaderClassName
{
color: #8E657C;
}
.AnyTagClassName
{
color: #8E657C;
}
</style>
background-color css
<style>
a { background-color: #8E657C; }
a { background-color: rgb(142,101,124); }
div.DivClassName
{
background-color: #8E657C;
}
.BgClassName
{
background-color: #8E657C;
}
</style>
border-color css
<style>
span { border-color: #8E657C; }
span { border-color: rgb(142,101,124); }
td.TdClassName
{
border-color: #8E657C;
}
.TagClassName
{
border-color: #8E657C;
}
</style>