Shades of Strikemaster #8D6782
Tints of Strikemaster #8D6782
RGB
CMYK
RGB Variations
Color information
#8D6782 (or 0x8D6782) is known color: Strikemaster. HEX triplet: 8D, 67 and 82. RGB value is (141,103,130). Sum of RGB (Red+Green+Blue) = 141+103+130=374 (49% of max value = 765). Red value is 141 (55.47% from 255 or 37.70% from 374); Green value is 103 (40.62% from 255 or 27.54% from 374); Blue value is 130 (51.17% from 255 or 34.76% from 374); Max value from RGB is 141 - color contains mainly: red. Hex color #8D6782 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8D6782 is #72987D. Grayscale: #757575. Windows color (decimal): -7510142 or 8546189. OLE color: 8546189.
HSL color Cylindrical-coordinate representation of color #8D6782: hue angle of 317.37º degrees, saturation: 0.16, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #8D6782 is Cyan = 0, Magento = 0.27, Yellow = 0.08 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 103 | 130 | - |
| CMYK | 0 | 0.27 | 0.08 | 0.45 |
| HSL | 317.37º | 0.16% | 0.48% | - |
| HSV(B) | 317.37º | 0.27% | 0.55% | - |
| XYZ | 19.86 | 16.97 | 23.35 | - |
| YUV | 117.44 | 135.09 | 144.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 103 | 130 | 0 | 0.27 | 0.08 | 0.45 | 317.37 | 0.16 | 0.48 |
| Hex | 8D | 67 | 82 | 0 | 1B | 8 | 2D | 13D | 10 | 30 |
| Octal | 215 | 147 | 202 | 0 | 33 | 10 | 55 | 475 | 20 | 60 |
| Binary | 10001101 | 1100111 | 10000010 | 0 | 11011 | 1000 | 101101 | 100111101 | 10000 | 110000 |
Color Harmonies of #8D6782
Complementary color
Monochromatic Colors of #8D6782
Black with #8D6782
Text Example
Text Example
White with #8D6782
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D6782; }
p { color: rgb(141,103,130); }
H1.HeaderClassName
{
color: #8D6782;
}
.AnyTagClassName
{
color: #8D6782;
}
</style>
background-color css
<style>
a { background-color: #8D6782; }
a { background-color: rgb(141,103,130); }
div.DivClassName
{
background-color: #8D6782;
}
.BgClassName
{
background-color: #8D6782;
}
</style>
border-color css
<style>
span { border-color: #8D6782; }
span { border-color: rgb(141,103,130); }
td.TdClassName
{
border-color: #8D6782;
}
.TagClassName
{
border-color: #8D6782;
}
</style>