Shades of Strikemaster #8E507A
Tints of Strikemaster #8E507A
RGB
CMYK
RGB Variations
Color information
#8E507A (or 0x8E507A) is known color: Strikemaster. HEX triplet: 8E, 50 and 7A. RGB value is (142,80,122). Sum of RGB (Red+Green+Blue) = 142+80+122=344 (45% of max value = 765). Red value is 142 (55.86% from 255 or 41.28% from 344); Green value is 80 (31.64% from 255 or 23.26% from 344); Blue value is 122 (48.05% from 255 or 35.47% from 344); Max value from RGB is 142 - color contains mainly: red. Hex color #8E507A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8E507A is #71AF85. Grayscale: #676767. Windows color (decimal): -7450502 or 8016014. OLE color: 8016014.
HSL color Cylindrical-coordinate representation of color #8E507A: hue angle of 319.35º degrees, saturation: 0.28, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #8E507A is Cyan = 0, Magento = 0.44, Yellow = 0.14 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 80 | 122 | - |
| CMYK | 0 | 0.44 | 0.14 | 0.44 |
| HSL | 319.35º | 0.28% | 0.44% | - |
| HSV(B) | 319.35º | 0.44% | 0.56% | - |
| XYZ | 17.54 | 12.89 | 19.98 | - |
| YUV | 103.33 | 138.54 | 155.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 80 | 122 | 0 | 0.44 | 0.14 | 0.44 | 319.35 | 0.28 | 0.44 |
| Hex | 8E | 50 | 7A | 0 | 2C | E | 2C | 13F | 1C | 2C |
| Octal | 216 | 120 | 172 | 0 | 54 | 16 | 54 | 477 | 34 | 54 |
| Binary | 10001110 | 1010000 | 1111010 | 0 | 101100 | 1110 | 101100 | 100111111 | 11100 | 101100 |
Color Harmonies of #8E507A
Complementary color
Monochromatic Colors of #8E507A
Black with #8E507A
Text Example
Text Example
White with #8E507A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E507A; }
p { color: rgb(142,80,122); }
H1.HeaderClassName
{
color: #8E507A;
}
.AnyTagClassName
{
color: #8E507A;
}
</style>
background-color css
<style>
a { background-color: #8E507A; }
a { background-color: rgb(142,80,122); }
div.DivClassName
{
background-color: #8E507A;
}
.BgClassName
{
background-color: #8E507A;
}
</style>
border-color css
<style>
span { border-color: #8E507A; }
span { border-color: rgb(142,80,122); }
td.TdClassName
{
border-color: #8E507A;
}
.TagClassName
{
border-color: #8E507A;
}
</style>