Shades of Strikemaster #8E5F80
Tints of Strikemaster #8E5F80
RGB
CMYK
RGB Variations
Color information
#8E5F80 (or 0x8E5F80) is known color: Strikemaster. HEX triplet: 8E, 5F and 80. RGB value is (142,95,128). Sum of RGB (Red+Green+Blue) = 142+95+128=365 (48% of max value = 765). Red value is 142 (55.86% from 255 or 38.90% from 365); Green value is 95 (37.5% from 255 or 26.03% from 365); Blue value is 128 (50.39% from 255 or 35.07% from 365); Max value from RGB is 142 - color contains mainly: red. Hex color #8E5F80 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8E5F80 is #71A07F. Grayscale: #707070. Windows color (decimal): -7446656 or 8413070. OLE color: 8413070.
HSL color Cylindrical-coordinate representation of color #8E5F80: hue angle of 317.87º degrees, saturation: 0.2, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #8E5F80 is Cyan = 0, Magento = 0.33, Yellow = 0.10 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 95 | 128 | - |
| CMYK | 0 | 0.33 | 0.10 | 0.44 |
| HSL | 317.87º | 0.2% | 0.46% | - |
| HSV(B) | 317.87º | 0.33% | 0.56% | - |
| XYZ | 19.14 | 15.49 | 22.4 | - |
| YUV | 112.82 | 136.57 | 148.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 95 | 128 | 0 | 0.33 | 0.10 | 0.44 | 317.87 | 0.2 | 0.46 |
| Hex | 8E | 5F | 80 | 0 | 21 | A | 2C | 13E | 14 | 2E |
| Octal | 216 | 137 | 200 | 0 | 41 | 12 | 54 | 476 | 24 | 56 |
| Binary | 10001110 | 1011111 | 10000000 | 0 | 100001 | 1010 | 101100 | 100111110 | 10100 | 101110 |
Color Harmonies of #8E5F80
Complementary color
Monochromatic Colors of #8E5F80
Black with #8E5F80
Text Example
Text Example
White with #8E5F80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E5F80; }
p { color: rgb(142,95,128); }
H1.HeaderClassName
{
color: #8E5F80;
}
.AnyTagClassName
{
color: #8E5F80;
}
</style>
background-color css
<style>
a { background-color: #8E5F80; }
a { background-color: rgb(142,95,128); }
div.DivClassName
{
background-color: #8E5F80;
}
.BgClassName
{
background-color: #8E5F80;
}
</style>
border-color css
<style>
span { border-color: #8E5F80; }
span { border-color: rgb(142,95,128); }
td.TdClassName
{
border-color: #8E5F80;
}
.TagClassName
{
border-color: #8E5F80;
}
</style>