Shades of Strikemaster #8E657F
Tints of Strikemaster #8E657F
RGB
CMYK
RGB Variations
Color information
#8E657F (or 0x8E657F) is known color: Strikemaster. HEX triplet: 8E, 65 and 7F. RGB value is (142,101,127). Sum of RGB (Red+Green+Blue) = 142+101+127=370 (49% of max value = 765). Red value is 142 (55.86% from 255 or 38.38% from 370); Green value is 101 (39.84% from 255 or 27.30% from 370); Blue value is 127 (50% from 255 or 34.32% from 370); Max value from RGB is 142 - color contains mainly: red. Hex color #8E657F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8E657F is #719A80. Grayscale: #747474. Windows color (decimal): -7445121 or 8349070. OLE color: 8349070.
HSL color Cylindrical-coordinate representation of color #8E657F: hue angle of 321.95º 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 #8E657F is Cyan = 0, Magento = 0.29, Yellow = 0.11 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 101 | 127 | - |
| CMYK | 0 | 0.29 | 0.11 | 0.44 |
| HSL | 321.95º | 0.17% | 0.48% | - |
| HSV(B) | 321.95º | 0.29% | 0.56% | - |
| XYZ | 19.64 | 16.59 | 22.25 | - |
| YUV | 116.22 | 134.08 | 146.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 101 | 127 | 0 | 0.29 | 0.11 | 0.44 | 321.95 | 0.17 | 0.48 |
| Hex | 8E | 65 | 7F | 0 | 1D | B | 2C | 142 | 11 | 30 |
| Octal | 216 | 145 | 177 | 0 | 35 | 13 | 54 | 502 | 21 | 60 |
| Binary | 10001110 | 1100101 | 1111111 | 0 | 11101 | 1011 | 101100 | 101000010 | 10001 | 110000 |
Color Harmonies of #8E657F
Complementary color
Monochromatic Colors of #8E657F
Black with #8E657F
Text Example
Text Example
White with #8E657F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E657F; }
p { color: rgb(142,101,127); }
H1.HeaderClassName
{
color: #8E657F;
}
.AnyTagClassName
{
color: #8E657F;
}
</style>
background-color css
<style>
a { background-color: #8E657F; }
a { background-color: rgb(142,101,127); }
div.DivClassName
{
background-color: #8E657F;
}
.BgClassName
{
background-color: #8E657F;
}
</style>
border-color css
<style>
span { border-color: #8E657F; }
span { border-color: rgb(142,101,127); }
td.TdClassName
{
border-color: #8E657F;
}
.TagClassName
{
border-color: #8E657F;
}
</style>