Shades of Strikemaster #8E607C
Tints of Strikemaster #8E607C
RGB
CMYK
RGB Variations
Color information
#8E607C (or 0x8E607C) is known color: Strikemaster. HEX triplet: 8E, 60 and 7C. RGB value is (142,96,124). Sum of RGB (Red+Green+Blue) = 142+96+124=362 (47% of max value = 765). Red value is 142 (55.86% from 255 or 39.23% from 362); Green value is 96 (37.89% from 255 or 26.52% from 362); Blue value is 124 (48.83% from 255 or 34.25% from 362); Max value from RGB is 142 - color contains mainly: red. Hex color #8E607C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8E607C is #719F83. Grayscale: #707070. Windows color (decimal): -7446404 or 8151182. OLE color: 8151182.
HSL color Cylindrical-coordinate representation of color #8E607C: hue angle of 323.48º 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 #8E607C is Cyan = 0, Magento = 0.32, Yellow = 0.13 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 96 | 124 | - |
| CMYK | 0 | 0.32 | 0.13 | 0.44 |
| HSL | 323.48º | 0.19% | 0.47% | - |
| HSV(B) | 323.48º | 0.32% | 0.56% | - |
| XYZ | 18.98 | 15.57 | 21.07 | - |
| YUV | 112.95 | 134.24 | 148.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 96 | 124 | 0 | 0.32 | 0.13 | 0.44 | 323.48 | 0.19 | 0.47 |
| Hex | 8E | 60 | 7C | 0 | 20 | D | 2C | 143 | 13 | 2F |
| Octal | 216 | 140 | 174 | 0 | 40 | 15 | 54 | 503 | 23 | 57 |
| Binary | 10001110 | 1100000 | 1111100 | 0 | 100000 | 1101 | 101100 | 101000011 | 10011 | 101111 |
Color Harmonies of #8E607C
Complementary color
Monochromatic Colors of #8E607C
Black with #8E607C
Text Example
Text Example
White with #8E607C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E607C; }
p { color: rgb(142,96,124); }
H1.HeaderClassName
{
color: #8E607C;
}
.AnyTagClassName
{
color: #8E607C;
}
</style>
background-color css
<style>
a { background-color: #8E607C; }
a { background-color: rgb(142,96,124); }
div.DivClassName
{
background-color: #8E607C;
}
.BgClassName
{
background-color: #8E607C;
}
</style>
border-color css
<style>
span { border-color: #8E607C; }
span { border-color: rgb(142,96,124); }
td.TdClassName
{
border-color: #8E607C;
}
.TagClassName
{
border-color: #8E607C;
}
</style>