Shades of Strikemaster #8D6276
Tints of Strikemaster #8D6276
RGB
CMYK
RGB Variations
Color information
#8D6276 (or 0x8D6276) is known color: Strikemaster. HEX triplet: 8D, 62 and 76. RGB value is (141,98,118). Sum of RGB (Red+Green+Blue) = 141+98+118=357 (47% of max value = 765). Red value is 141 (55.47% from 255 or 39.50% from 357); Green value is 98 (38.67% from 255 or 27.45% from 357); Blue value is 118 (46.48% from 255 or 33.05% from 357); Max value from RGB is 141 - color contains mainly: red. Hex color #8D6276 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8D6276 is #729D89. Grayscale: #717171. Windows color (decimal): -7511434 or 7758477. OLE color: 7758477.
HSL color Cylindrical-coordinate representation of color #8D6276: hue angle of 332.09º 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 #8D6276 is Cyan = 0, Magento = 0.30, Yellow = 0.16 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 98 | 118 | - |
| CMYK | 0 | 0.30 | 0.16 | 0.45 |
| HSL | 332.09º | 0.18% | 0.47% | - |
| HSV(B) | 332.09º | 0.3% | 0.55% | - |
| XYZ | 18.62 | 15.71 | 19.19 | - |
| YUV | 113.14 | 130.75 | 147.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 98 | 118 | 0 | 0.30 | 0.16 | 0.45 | 332.09 | 0.18 | 0.47 |
| Hex | 8D | 62 | 76 | 0 | 1E | 10 | 2D | 14C | 12 | 2F |
| Octal | 215 | 142 | 166 | 0 | 36 | 20 | 55 | 514 | 22 | 57 |
| Binary | 10001101 | 1100010 | 1110110 | 0 | 11110 | 10000 | 101101 | 101001100 | 10010 | 101111 |
Color Harmonies of #8D6276
Complementary color
Monochromatic Colors of #8D6276
Black with #8D6276
Text Example
Text Example
White with #8D6276
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D6276; }
p { color: rgb(141,98,118); }
H1.HeaderClassName
{
color: #8D6276;
}
.AnyTagClassName
{
color: #8D6276;
}
</style>
background-color css
<style>
a { background-color: #8D6276; }
a { background-color: rgb(141,98,118); }
div.DivClassName
{
background-color: #8D6276;
}
.BgClassName
{
background-color: #8D6276;
}
</style>
border-color css
<style>
span { border-color: #8D6276; }
span { border-color: rgb(141,98,118); }
td.TdClassName
{
border-color: #8D6276;
}
.TagClassName
{
border-color: #8D6276;
}
</style>