Shades of Strikemaster #8D6280
Tints of Strikemaster #8D6280
RGB
CMYK
RGB Variations
Color information
#8D6280 (or 0x8D6280) is known color: Strikemaster. HEX triplet: 8D, 62 and 80. RGB value is (141,98,128). Sum of RGB (Red+Green+Blue) = 141+98+128=367 (48% of max value = 765). Red value is 141 (55.47% from 255 or 38.42% from 367); Green value is 98 (38.67% from 255 or 26.70% from 367); Blue value is 128 (50.39% from 255 or 34.88% from 367); Max value from RGB is 141 - color contains mainly: red. Hex color #8D6280 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8D6280 is #729D7F. Grayscale: #727272. Windows color (decimal): -7511424 or 8413837. OLE color: 8413837.
HSL color Cylindrical-coordinate representation of color #8D6280: hue angle of 318.14º degrees, saturation: 0.18, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #8D6280 is Cyan = 0, Magento = 0.30, Yellow = 0.09 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 98 | 128 | - |
| CMYK | 0 | 0.30 | 0.09 | 0.45 |
| HSL | 318.14º | 0.18% | 0.47% | - |
| HSV(B) | 318.14º | 0.3% | 0.55% | - |
| XYZ | 19.25 | 15.96 | 22.49 | - |
| YUV | 114.28 | 135.75 | 147.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 98 | 128 | 0 | 0.30 | 0.09 | 0.45 | 318.14 | 0.18 | 0.47 |
| Hex | 8D | 62 | 80 | 0 | 1E | 9 | 2D | 13E | 12 | 2F |
| Octal | 215 | 142 | 200 | 0 | 36 | 11 | 55 | 476 | 22 | 57 |
| Binary | 10001101 | 1100010 | 10000000 | 0 | 11110 | 1001 | 101101 | 100111110 | 10010 | 101111 |
Color Harmonies of #8D6280
Complementary color
Monochromatic Colors of #8D6280
Black with #8D6280
Text Example
Text Example
White with #8D6280
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D6280; }
p { color: rgb(141,98,128); }
H1.HeaderClassName
{
color: #8D6280;
}
.AnyTagClassName
{
color: #8D6280;
}
</style>
background-color css
<style>
a { background-color: #8D6280; }
a { background-color: rgb(141,98,128); }
div.DivClassName
{
background-color: #8D6280;
}
.BgClassName
{
background-color: #8D6280;
}
</style>
border-color css
<style>
span { border-color: #8D6280; }
span { border-color: rgb(141,98,128); }
td.TdClassName
{
border-color: #8D6280;
}
.TagClassName
{
border-color: #8D6280;
}
</style>