Shades of Strikemaster #8E5E7F
Tints of Strikemaster #8E5E7F
RGB
CMYK
RGB Variations
Color information
#8E5E7F (or 0x8E5E7F) is known color: Strikemaster. HEX triplet: 8E, 5E and 7F. RGB value is (142,94,127). Sum of RGB (Red+Green+Blue) = 142+94+127=363 (48% of max value = 765). Red value is 142 (55.86% from 255 or 39.12% from 363); Green value is 94 (37.11% from 255 or 25.90% from 363); Blue value is 127 (50% from 255 or 34.99% from 363); Max value from RGB is 142 - color contains mainly: red. Hex color #8E5E7F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8E5E7F is #71A180. Grayscale: #707070. Windows color (decimal): -7446913 or 8347278. OLE color: 8347278.
HSL color Cylindrical-coordinate representation of color #8E5E7F: hue angle of 318.75º degrees, saturation: 0.2, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #8E5E7F is Cyan = 0, Magento = 0.34, Yellow = 0.11 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 94 | 127 | - |
| CMYK | 0 | 0.34 | 0.11 | 0.44 |
| HSL | 318.75º | 0.2% | 0.46% | - |
| HSV(B) | 318.75º | 0.34% | 0.56% | - |
| XYZ | 18.99 | 15.29 | 22.03 | - |
| YUV | 112.11 | 136.4 | 149.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 94 | 127 | 0 | 0.34 | 0.11 | 0.44 | 318.75 | 0.2 | 0.46 |
| Hex | 8E | 5E | 7F | 0 | 22 | B | 2C | 13F | 14 | 2E |
| Octal | 216 | 136 | 177 | 0 | 42 | 13 | 54 | 477 | 24 | 56 |
| Binary | 10001110 | 1011110 | 1111111 | 0 | 100010 | 1011 | 101100 | 100111111 | 10100 | 101110 |
Color Harmonies of #8E5E7F
Complementary color
Monochromatic Colors of #8E5E7F
Black with #8E5E7F
Text Example
Text Example
White with #8E5E7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E5E7F; }
p { color: rgb(142,94,127); }
H1.HeaderClassName
{
color: #8E5E7F;
}
.AnyTagClassName
{
color: #8E5E7F;
}
</style>
background-color css
<style>
a { background-color: #8E5E7F; }
a { background-color: rgb(142,94,127); }
div.DivClassName
{
background-color: #8E5E7F;
}
.BgClassName
{
background-color: #8E5E7F;
}
</style>
border-color css
<style>
span { border-color: #8E5E7F; }
span { border-color: rgb(142,94,127); }
td.TdClassName
{
border-color: #8E5E7F;
}
.TagClassName
{
border-color: #8E5E7F;
}
</style>