Shades of Strikemaster #8D6178
Tints of Strikemaster #8D6178
RGB
CMYK
RGB Variations
Color information
#8D6178 (or 0x8D6178) is known color: Strikemaster. HEX triplet: 8D, 61 and 78. RGB value is (141,97,120). Sum of RGB (Red+Green+Blue) = 141+97+120=358 (47% of max value = 765). Red value is 141 (55.47% from 255 or 39.39% from 358); Green value is 97 (38.28% from 255 or 27.09% from 358); Blue value is 120 (47.27% from 255 or 33.52% from 358); Max value from RGB is 141 - color contains mainly: red. Hex color #8D6178 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8D6178 is #729E87. Grayscale: #707070. Windows color (decimal): -7511688 or 7889293. OLE color: 7889293.
HSL color Cylindrical-coordinate representation of color #8D6178: hue angle of 328.64º 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 #8D6178 is Cyan = 0, Magento = 0.31, Yellow = 0.15 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 97 | 120 | - |
| CMYK | 0 | 0.31 | 0.15 | 0.45 |
| HSL | 328.64º | 0.18% | 0.47% | - |
| HSV(B) | 328.64º | 0.31% | 0.55% | - |
| XYZ | 18.65 | 15.57 | 19.79 | - |
| YUV | 112.78 | 132.08 | 148.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 97 | 120 | 0 | 0.31 | 0.15 | 0.45 | 328.64 | 0.18 | 0.47 |
| Hex | 8D | 61 | 78 | 0 | 1F | F | 2D | 149 | 12 | 2F |
| Octal | 215 | 141 | 170 | 0 | 37 | 17 | 55 | 511 | 22 | 57 |
| Binary | 10001101 | 1100001 | 1111000 | 0 | 11111 | 1111 | 101101 | 101001001 | 10010 | 101111 |
Color Harmonies of #8D6178
Complementary color
Monochromatic Colors of #8D6178
Black with #8D6178
Text Example
Text Example
White with #8D6178
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D6178; }
p { color: rgb(141,97,120); }
H1.HeaderClassName
{
color: #8D6178;
}
.AnyTagClassName
{
color: #8D6178;
}
</style>
background-color css
<style>
a { background-color: #8D6178; }
a { background-color: rgb(141,97,120); }
div.DivClassName
{
background-color: #8D6178;
}
.BgClassName
{
background-color: #8D6178;
}
</style>
border-color css
<style>
span { border-color: #8D6178; }
span { border-color: rgb(141,97,120); }
td.TdClassName
{
border-color: #8D6178;
}
.TagClassName
{
border-color: #8D6178;
}
</style>