Shades of Strikemaster #8D6F7F
Tints of Strikemaster #8D6F7F
RGB
CMYK
RGB Variations
Color information
#8D6F7F (or 0x8D6F7F) is known color: Strikemaster. HEX triplet: 8D, 6F and 7F. RGB value is (141,111,127). Sum of RGB (Red+Green+Blue) = 141+111+127=379 (50% of max value = 765). Red value is 141 (55.47% from 255 or 37.20% from 379); Green value is 111 (43.75% from 255 or 29.29% from 379); Blue value is 127 (50% from 255 or 33.51% from 379); Max value from RGB is 141 - color contains mainly: red. Hex color #8D6F7F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8D6F7F is #729080. Grayscale: #797979. Windows color (decimal): -7508097 or 8351629. OLE color: 8351629.
HSL color Cylindrical-coordinate representation of color #8D6F7F: hue angle of 328º degrees, saturation: 0.12, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #8D6F7F is Cyan = 0, Magento = 0.21, Yellow = 0.10 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 111 | 127 | - |
| CMYK | 0 | 0.21 | 0.10 | 0.45 |
| HSL | 328º | 0.12% | 0.49% | - |
| HSV(B) | 328º | 0.21% | 0.55% | - |
| XYZ | 20.5 | 18.56 | 22.58 | - |
| YUV | 121.79 | 130.94 | 141.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 111 | 127 | 0 | 0.21 | 0.10 | 0.45 | 328 | 0.12 | 0.49 |
| Hex | 8D | 6F | 7F | 0 | 15 | A | 2D | 148 | C | 31 |
| Octal | 215 | 157 | 177 | 0 | 25 | 12 | 55 | 510 | 14 | 61 |
| Binary | 10001101 | 1101111 | 1111111 | 0 | 10101 | 1010 | 101101 | 101001000 | 1100 | 110001 |
Color Harmonies of #8D6F7F
Complementary color
Monochromatic Colors of #8D6F7F
Black with #8D6F7F
Text Example
Text Example
White with #8D6F7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D6F7F; }
p { color: rgb(141,111,127); }
H1.HeaderClassName
{
color: #8D6F7F;
}
.AnyTagClassName
{
color: #8D6F7F;
}
</style>
background-color css
<style>
a { background-color: #8D6F7F; }
a { background-color: rgb(141,111,127); }
div.DivClassName
{
background-color: #8D6F7F;
}
.BgClassName
{
background-color: #8D6F7F;
}
</style>
border-color css
<style>
span { border-color: #8D6F7F; }
span { border-color: rgb(141,111,127); }
td.TdClassName
{
border-color: #8D6F7F;
}
.TagClassName
{
border-color: #8D6F7F;
}
</style>