Shades of Strikemaster #8E6280
Tints of Strikemaster #8E6280
RGB
CMYK
RGB Variations
Color information
#8E6280 (or 0x8E6280) is known color: Strikemaster. HEX triplet: 8E, 62 and 80. RGB value is (142,98,128). Sum of RGB (Red+Green+Blue) = 142+98+128=368 (48% of max value = 765). Red value is 142 (55.86% from 255 or 38.59% from 368); Green value is 98 (38.67% from 255 or 26.63% from 368); Blue value is 128 (50.39% from 255 or 34.78% from 368); Max value from RGB is 142 - color contains mainly: red. Hex color #8E6280 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8E6280 is #719D7F. Grayscale: #727272. Windows color (decimal): -7445888 or 8413838. OLE color: 8413838.
HSL color Cylindrical-coordinate representation of color #8E6280: hue angle of 319.09º degrees, saturation: 0.18, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #8E6280 is Cyan = 0, Magento = 0.31, Yellow = 0.10 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 98 | 128 | - |
| CMYK | 0 | 0.31 | 0.10 | 0.44 |
| HSL | 319.09º | 0.18% | 0.47% | - |
| HSV(B) | 319.09º | 0.31% | 0.56% | - |
| XYZ | 19.42 | 16.04 | 22.5 | - |
| YUV | 114.58 | 135.58 | 147.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 98 | 128 | 0 | 0.31 | 0.10 | 0.44 | 319.09 | 0.18 | 0.47 |
| Hex | 8E | 62 | 80 | 0 | 1F | A | 2C | 13F | 12 | 2F |
| Octal | 216 | 142 | 200 | 0 | 37 | 12 | 54 | 477 | 22 | 57 |
| Binary | 10001110 | 1100010 | 10000000 | 0 | 11111 | 1010 | 101100 | 100111111 | 10010 | 101111 |
Color Harmonies of #8E6280
Complementary color
Monochromatic Colors of #8E6280
Black with #8E6280
Text Example
Text Example
White with #8E6280
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E6280; }
p { color: rgb(142,98,128); }
H1.HeaderClassName
{
color: #8E6280;
}
.AnyTagClassName
{
color: #8E6280;
}
</style>
background-color css
<style>
a { background-color: #8E6280; }
a { background-color: rgb(142,98,128); }
div.DivClassName
{
background-color: #8E6280;
}
.BgClassName
{
background-color: #8E6280;
}
</style>
border-color css
<style>
span { border-color: #8E6280; }
span { border-color: rgb(142,98,128); }
td.TdClassName
{
border-color: #8E6280;
}
.TagClassName
{
border-color: #8E6280;
}
</style>