Shades of Strikemaster #8D6177
Tints of Strikemaster #8D6177
RGB
CMYK
RGB Variations
Color information
#8D6177 (or 0x8D6177) is known color: Strikemaster. HEX triplet: 8D, 61 and 77. RGB value is (141,97,119). Sum of RGB (Red+Green+Blue) = 141+97+119=357 (47% of max value = 765). Red value is 141 (55.47% from 255 or 39.50% from 357); Green value is 97 (38.28% from 255 or 27.17% from 357); Blue value is 119 (46.88% from 255 or 33.33% from 357); Max value from RGB is 141 - color contains mainly: red. Hex color #8D6177 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8D6177 is #729E88. Grayscale: #707070. Windows color (decimal): -7511689 or 7823757. OLE color: 7823757.
HSL color Cylindrical-coordinate representation of color #8D6177: hue angle of 330º degrees, saturation: 0.18, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #8D6177 is Cyan = 0, Magento = 0.31, Yellow = 0.16 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 97 | 119 | - |
| CMYK | 0 | 0.31 | 0.16 | 0.45 |
| HSL | 330º | 0.18% | 0.47% | - |
| HSV(B) | 330º | 0.31% | 0.55% | - |
| XYZ | 18.59 | 15.54 | 19.47 | - |
| YUV | 112.66 | 131.58 | 148.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 97 | 119 | 0 | 0.31 | 0.16 | 0.45 | 330 | 0.18 | 0.47 |
| Hex | 8D | 61 | 77 | 0 | 1F | 10 | 2D | 14A | 12 | 2F |
| Octal | 215 | 141 | 167 | 0 | 37 | 20 | 55 | 512 | 22 | 57 |
| Binary | 10001101 | 1100001 | 1110111 | 0 | 11111 | 10000 | 101101 | 101001010 | 10010 | 101111 |
Color Harmonies of #8D6177
Complementary color
Monochromatic Colors of #8D6177
Black with #8D6177
Text Example
Text Example
White with #8D6177
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D6177; }
p { color: rgb(141,97,119); }
H1.HeaderClassName
{
color: #8D6177;
}
.AnyTagClassName
{
color: #8D6177;
}
</style>
background-color css
<style>
a { background-color: #8D6177; }
a { background-color: rgb(141,97,119); }
div.DivClassName
{
background-color: #8D6177;
}
.BgClassName
{
background-color: #8D6177;
}
</style>
border-color css
<style>
span { border-color: #8D6177; }
span { border-color: rgb(141,97,119); }
td.TdClassName
{
border-color: #8D6177;
}
.TagClassName
{
border-color: #8D6177;
}
</style>