Shades of Strikemaster #8E6584
Tints of Strikemaster #8E6584
RGB
CMYK
RGB Variations
Color information
#8E6584 (or 0x8E6584) is known color: Strikemaster. HEX triplet: 8E, 65 and 84. RGB value is (142,101,132). Sum of RGB (Red+Green+Blue) = 142+101+132=375 (49% of max value = 765). Red value is 142 (55.86% from 255 or 37.87% from 375); Green value is 101 (39.84% from 255 or 26.93% from 375); Blue value is 132 (51.95% from 255 or 35.2% from 375); Max value from RGB is 142 - color contains mainly: red. Hex color #8E6584 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8E6584 is #719A7B. Grayscale: #747474. Windows color (decimal): -7445116 or 8676750. OLE color: 8676750.
HSL color Cylindrical-coordinate representation of color #8E6584: hue angle of 314.63º degrees, saturation: 0.17, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #8E6584 is Cyan = 0, Magento = 0.29, Yellow = 0.07 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 101 | 132 | - |
| CMYK | 0 | 0.29 | 0.07 | 0.44 |
| HSL | 314.63º | 0.17% | 0.48% | - |
| HSV(B) | 314.63º | 0.29% | 0.56% | - |
| XYZ | 19.97 | 16.72 | 24.01 | - |
| YUV | 116.79 | 136.58 | 145.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 101 | 132 | 0 | 0.29 | 0.07 | 0.44 | 314.63 | 0.17 | 0.48 |
| Hex | 8E | 65 | 84 | 0 | 1D | 7 | 2C | 13B | 11 | 30 |
| Octal | 216 | 145 | 204 | 0 | 35 | 7 | 54 | 473 | 21 | 60 |
| Binary | 10001110 | 1100101 | 10000100 | 0 | 11101 | 111 | 101100 | 100111011 | 10001 | 110000 |
Color Harmonies of #8E6584
Complementary color
Monochromatic Colors of #8E6584
Black with #8E6584
Text Example
Text Example
White with #8E6584
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E6584; }
p { color: rgb(142,101,132); }
H1.HeaderClassName
{
color: #8E6584;
}
.AnyTagClassName
{
color: #8E6584;
}
</style>
background-color css
<style>
a { background-color: #8E6584; }
a { background-color: rgb(142,101,132); }
div.DivClassName
{
background-color: #8E6584;
}
.BgClassName
{
background-color: #8E6584;
}
</style>
border-color css
<style>
span { border-color: #8E6584; }
span { border-color: rgb(142,101,132); }
td.TdClassName
{
border-color: #8E6584;
}
.TagClassName
{
border-color: #8E6584;
}
</style>