Shades of Strikemaster #8E567B
Tints of Strikemaster #8E567B
RGB
CMYK
RGB Variations
Color information
#8E567B (or 0x8E567B) is known color: Strikemaster. HEX triplet: 8E, 56 and 7B. RGB value is (142,86,123). Sum of RGB (Red+Green+Blue) = 142+86+123=351 (46% of max value = 765). Red value is 142 (55.86% from 255 or 40.46% from 351); Green value is 86 (33.98% from 255 or 24.50% from 351); Blue value is 123 (48.44% from 255 or 35.04% from 351); Max value from RGB is 142 - color contains mainly: red. Hex color #8E567B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8E567B is #71A984. Grayscale: #6A6A6A. Windows color (decimal): -7448965 or 8083086. OLE color: 8083086.
HSL color Cylindrical-coordinate representation of color #8E567B: hue angle of 320.36º degrees, saturation: 0.25, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #8E567B is Cyan = 0, Magento = 0.39, Yellow = 0.13 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 86 | 123 | - |
| CMYK | 0 | 0.39 | 0.13 | 0.44 |
| HSL | 320.36º | 0.25% | 0.45% | - |
| HSV(B) | 320.36º | 0.39% | 0.56% | - |
| XYZ | 18.06 | 13.84 | 20.46 | - |
| YUV | 106.96 | 137.05 | 152.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 86 | 123 | 0 | 0.39 | 0.13 | 0.44 | 320.36 | 0.25 | 0.45 |
| Hex | 8E | 56 | 7B | 0 | 27 | D | 2C | 140 | 19 | 2D |
| Octal | 216 | 126 | 173 | 0 | 47 | 15 | 54 | 500 | 31 | 55 |
| Binary | 10001110 | 1010110 | 1111011 | 0 | 100111 | 1101 | 101100 | 101000000 | 11001 | 101101 |
Color Harmonies of #8E567B
Complementary color
Monochromatic Colors of #8E567B
Black with #8E567B
Text Example
Text Example
White with #8E567B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E567B; }
p { color: rgb(142,86,123); }
H1.HeaderClassName
{
color: #8E567B;
}
.AnyTagClassName
{
color: #8E567B;
}
</style>
background-color css
<style>
a { background-color: #8E567B; }
a { background-color: rgb(142,86,123); }
div.DivClassName
{
background-color: #8E567B;
}
.BgClassName
{
background-color: #8E567B;
}
</style>
border-color css
<style>
span { border-color: #8E567B; }
span { border-color: rgb(142,86,123); }
td.TdClassName
{
border-color: #8E567B;
}
.TagClassName
{
border-color: #8E567B;
}
</style>