Shades of Strikemaster #8E4A79
Tints of Strikemaster #8E4A79
RGB
CMYK
RGB Variations
Color information
#8E4A79 (or 0x8E4A79) is known color: Strikemaster. HEX triplet: 8E, 4A and 79. RGB value is (142,74,121). Sum of RGB (Red+Green+Blue) = 142+74+121=337 (44% of max value = 765). Red value is 142 (55.86% from 255 or 42.14% from 337); Green value is 74 (29.30% from 255 or 21.96% from 337); Blue value is 121 (47.66% from 255 or 35.91% from 337); Max value from RGB is 142 - color contains mainly: red. Hex color #8E4A79 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8E4A79 is #71B586. Grayscale: #636363. Windows color (decimal): -7452039 or 7948942. OLE color: 7948942.
HSL color Cylindrical-coordinate representation of color #8E4A79: hue angle of 318.53º degrees, saturation: 0.31, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #8E4A79 is Cyan = 0, Magento = 0.48, Yellow = 0.15 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 74 | 121 | - |
| CMYK | 0 | 0.48 | 0.15 | 0.44 |
| HSL | 318.53º | 0.31% | 0.42% | - |
| HSV(B) | 318.53º | 0.48% | 0.56% | - |
| XYZ | 17.06 | 12.03 | 19.51 | - |
| YUV | 99.69 | 140.03 | 158.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 74 | 121 | 0 | 0.48 | 0.15 | 0.44 | 318.53 | 0.31 | 0.42 |
| Hex | 8E | 4A | 79 | 0 | 30 | F | 2C | 13F | 1F | 2A |
| Octal | 216 | 112 | 171 | 0 | 60 | 17 | 54 | 477 | 37 | 52 |
| Binary | 10001110 | 1001010 | 1111001 | 0 | 110000 | 1111 | 101100 | 100111111 | 11111 | 101010 |
Color Harmonies of #8E4A79
Complementary color
Monochromatic Colors of #8E4A79
Black with #8E4A79
Text Example
Text Example
White with #8E4A79
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E4A79; }
p { color: rgb(142,74,121); }
H1.HeaderClassName
{
color: #8E4A79;
}
.AnyTagClassName
{
color: #8E4A79;
}
</style>
background-color css
<style>
a { background-color: #8E4A79; }
a { background-color: rgb(142,74,121); }
div.DivClassName
{
background-color: #8E4A79;
}
.BgClassName
{
background-color: #8E4A79;
}
</style>
border-color css
<style>
span { border-color: #8E4A79; }
span { border-color: rgb(142,74,121); }
td.TdClassName
{
border-color: #8E4A79;
}
.TagClassName
{
border-color: #8E4A79;
}
</style>