Shades of Strikemaster #8E527A
Tints of Strikemaster #8E527A
RGB
CMYK
RGB Variations
Color information
#8E527A (or 0x8E527A) is known color: Strikemaster. HEX triplet: 8E, 52 and 7A. RGB value is (142,82,122). Sum of RGB (Red+Green+Blue) = 142+82+122=346 (45% of max value = 765). Red value is 142 (55.86% from 255 or 41.04% from 346); Green value is 82 (32.42% from 255 or 23.70% from 346); Blue value is 122 (48.05% from 255 or 35.26% from 346); Max value from RGB is 142 - color contains mainly: red. Hex color #8E527A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8E527A is #71AD85. Grayscale: #686868. Windows color (decimal): -7449990 or 8016526. OLE color: 8016526.
HSL color Cylindrical-coordinate representation of color #8E527A: hue angle of 320º degrees, saturation: 0.27, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #8E527A is Cyan = 0, Magento = 0.42, Yellow = 0.14 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 82 | 122 | - |
| CMYK | 0 | 0.42 | 0.14 | 0.44 |
| HSL | 320º | 0.27% | 0.44% | - |
| HSV(B) | 320º | 0.42% | 0.56% | - |
| XYZ | 17.69 | 13.19 | 20.03 | - |
| YUV | 104.5 | 137.88 | 154.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 82 | 122 | 0 | 0.42 | 0.14 | 0.44 | 320 | 0.27 | 0.44 |
| Hex | 8E | 52 | 7A | 0 | 2A | E | 2C | 140 | 1B | 2C |
| Octal | 216 | 122 | 172 | 0 | 52 | 16 | 54 | 500 | 33 | 54 |
| Binary | 10001110 | 1010010 | 1111010 | 0 | 101010 | 1110 | 101100 | 101000000 | 11011 | 101100 |
Color Harmonies of #8E527A
Complementary color
Monochromatic Colors of #8E527A
Black with #8E527A
Text Example
Text Example
White with #8E527A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E527A; }
p { color: rgb(142,82,122); }
H1.HeaderClassName
{
color: #8E527A;
}
.AnyTagClassName
{
color: #8E527A;
}
</style>
background-color css
<style>
a { background-color: #8E527A; }
a { background-color: rgb(142,82,122); }
div.DivClassName
{
background-color: #8E527A;
}
.BgClassName
{
background-color: #8E527A;
}
</style>
border-color css
<style>
span { border-color: #8E527A; }
span { border-color: rgb(142,82,122); }
td.TdClassName
{
border-color: #8E527A;
}
.TagClassName
{
border-color: #8E527A;
}
</style>