Shades of Strikemaster #8D6A80
Tints of Strikemaster #8D6A80
RGB
CMYK
RGB Variations
Color information
#8D6A80 (or 0x8D6A80) is known color: Strikemaster. HEX triplet: 8D, 6A and 80. RGB value is (141,106,128). Sum of RGB (Red+Green+Blue) = 141+106+128=375 (49% of max value = 765). Red value is 141 (55.47% from 255 or 37.6% from 375); Green value is 106 (41.80% from 255 or 28.27% from 375); Blue value is 128 (50.39% from 255 or 34.13% from 375); Max value from RGB is 141 - color contains mainly: red. Hex color #8D6A80 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8D6A80 is #72957F. Grayscale: #767676. Windows color (decimal): -7509376 or 8415885. OLE color: 8415885.
HSL color Cylindrical-coordinate representation of color #8D6A80: hue angle of 322.29º degrees, saturation: 0.14, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #8D6A80 is Cyan = 0, Magento = 0.25, Yellow = 0.09 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 106 | 128 | - |
| CMYK | 0 | 0.25 | 0.09 | 0.45 |
| HSL | 322.29º | 0.14% | 0.48% | - |
| HSV(B) | 322.29º | 0.25% | 0.55% | - |
| XYZ | 20.03 | 17.53 | 22.75 | - |
| YUV | 118.97 | 133.1 | 143.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 106 | 128 | 0 | 0.25 | 0.09 | 0.45 | 322.29 | 0.14 | 0.48 |
| Hex | 8D | 6A | 80 | 0 | 19 | 9 | 2D | 142 | E | 30 |
| Octal | 215 | 152 | 200 | 0 | 31 | 11 | 55 | 502 | 16 | 60 |
| Binary | 10001101 | 1101010 | 10000000 | 0 | 11001 | 1001 | 101101 | 101000010 | 1110 | 110000 |
Color Harmonies of #8D6A80
Complementary color
Monochromatic Colors of #8D6A80
Black with #8D6A80
Text Example
Text Example
White with #8D6A80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D6A80; }
p { color: rgb(141,106,128); }
H1.HeaderClassName
{
color: #8D6A80;
}
.AnyTagClassName
{
color: #8D6A80;
}
</style>
background-color css
<style>
a { background-color: #8D6A80; }
a { background-color: rgb(141,106,128); }
div.DivClassName
{
background-color: #8D6A80;
}
.BgClassName
{
background-color: #8D6A80;
}
</style>
border-color css
<style>
span { border-color: #8D6A80; }
span { border-color: rgb(141,106,128); }
td.TdClassName
{
border-color: #8D6A80;
}
.TagClassName
{
border-color: #8D6A80;
}
</style>