Shades of Strikemaster #8D6E82
Tints of Strikemaster #8D6E82
RGB
CMYK
RGB Variations
Color information
#8D6E82 (or 0x8D6E82) is known color: Strikemaster. HEX triplet: 8D, 6E and 82. RGB value is (141,110,130). Sum of RGB (Red+Green+Blue) = 141+110+130=381 (50% of max value = 765). Red value is 141 (55.47% from 255 or 37.01% from 381); Green value is 110 (43.36% from 255 or 28.87% from 381); Blue value is 130 (51.17% from 255 or 34.12% from 381); Max value from RGB is 141 - color contains mainly: red. Hex color #8D6E82 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8D6E82 is #72917D. Grayscale: #797979. Windows color (decimal): -7508350 or 8547981. OLE color: 8547981.
HSL color Cylindrical-coordinate representation of color #8D6E82: hue angle of 321.29º degrees, saturation: 0.12, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #8D6E82 is Cyan = 0, Magento = 0.22, Yellow = 0.08 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 110 | 130 | - |
| CMYK | 0 | 0.22 | 0.08 | 0.45 |
| HSL | 321.29º | 0.12% | 0.49% | - |
| HSV(B) | 321.29º | 0.22% | 0.55% | - |
| XYZ | 20.59 | 18.43 | 23.59 | - |
| YUV | 121.55 | 132.77 | 141.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 110 | 130 | 0 | 0.22 | 0.08 | 0.45 | 321.29 | 0.12 | 0.49 |
| Hex | 8D | 6E | 82 | 0 | 16 | 8 | 2D | 141 | C | 31 |
| Octal | 215 | 156 | 202 | 0 | 26 | 10 | 55 | 501 | 14 | 61 |
| Binary | 10001101 | 1101110 | 10000010 | 0 | 10110 | 1000 | 101101 | 101000001 | 1100 | 110001 |
Color Harmonies of #8D6E82
Complementary color
Monochromatic Colors of #8D6E82
Black with #8D6E82
Text Example
Text Example
White with #8D6E82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D6E82; }
p { color: rgb(141,110,130); }
H1.HeaderClassName
{
color: #8D6E82;
}
.AnyTagClassName
{
color: #8D6E82;
}
</style>
background-color css
<style>
a { background-color: #8D6E82; }
a { background-color: rgb(141,110,130); }
div.DivClassName
{
background-color: #8D6E82;
}
.BgClassName
{
background-color: #8D6E82;
}
</style>
border-color css
<style>
span { border-color: #8D6E82; }
span { border-color: rgb(141,110,130); }
td.TdClassName
{
border-color: #8D6E82;
}
.TagClassName
{
border-color: #8D6E82;
}
</style>