Shades of Strikemaster #8E607A
Tints of Strikemaster #8E607A
RGB
CMYK
RGB Variations
Color information
#8E607A (or 0x8E607A) is known color: Strikemaster. HEX triplet: 8E, 60 and 7A. RGB value is (142,96,122). Sum of RGB (Red+Green+Blue) = 142+96+122=360 (47% of max value = 765). Red value is 142 (55.86% from 255 or 39.44% from 360); Green value is 96 (37.89% from 255 or 26.67% from 360); Blue value is 122 (48.05% from 255 or 33.89% from 360); Max value from RGB is 142 - color contains mainly: red. Hex color #8E607A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8E607A is #719F85. Grayscale: #707070. Windows color (decimal): -7446406 or 8020110. OLE color: 8020110.
HSL color Cylindrical-coordinate representation of color #8E607A: hue angle of 326.09º degrees, saturation: 0.19, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #8E607A is Cyan = 0, Magento = 0.32, Yellow = 0.14 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 96 | 122 | - |
| CMYK | 0 | 0.32 | 0.14 | 0.44 |
| HSL | 326.09º | 0.19% | 0.47% | - |
| HSV(B) | 326.09º | 0.32% | 0.56% | - |
| XYZ | 18.85 | 15.52 | 20.41 | - |
| YUV | 112.72 | 133.24 | 148.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 96 | 122 | 0 | 0.32 | 0.14 | 0.44 | 326.09 | 0.19 | 0.47 |
| Hex | 8E | 60 | 7A | 0 | 20 | E | 2C | 146 | 13 | 2F |
| Octal | 216 | 140 | 172 | 0 | 40 | 16 | 54 | 506 | 23 | 57 |
| Binary | 10001110 | 1100000 | 1111010 | 0 | 100000 | 1110 | 101100 | 101000110 | 10011 | 101111 |
Color Harmonies of #8E607A
Complementary color
Monochromatic Colors of #8E607A
Black with #8E607A
Text Example
Text Example
White with #8E607A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E607A; }
p { color: rgb(142,96,122); }
H1.HeaderClassName
{
color: #8E607A;
}
.AnyTagClassName
{
color: #8E607A;
}
</style>
background-color css
<style>
a { background-color: #8E607A; }
a { background-color: rgb(142,96,122); }
div.DivClassName
{
background-color: #8E607A;
}
.BgClassName
{
background-color: #8E607A;
}
</style>
border-color css
<style>
span { border-color: #8E607A; }
span { border-color: rgb(142,96,122); }
td.TdClassName
{
border-color: #8E607A;
}
.TagClassName
{
border-color: #8E607A;
}
</style>