Shades of Strikemaster #8D627A
Tints of Strikemaster #8D627A
RGB
CMYK
RGB Variations
Color information
#8D627A (or 0x8D627A) is known color: Strikemaster. HEX triplet: 8D, 62 and 7A. RGB value is (141,98,122). Sum of RGB (Red+Green+Blue) = 141+98+122=361 (47% of max value = 765). Red value is 141 (55.47% from 255 or 39.06% from 361); Green value is 98 (38.67% from 255 or 27.15% from 361); Blue value is 122 (48.05% from 255 or 33.80% from 361); Max value from RGB is 141 - color contains mainly: red. Hex color #8D627A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8D627A is #729D85. Grayscale: #717171. Windows color (decimal): -7511430 or 8020621. OLE color: 8020621.
HSL color Cylindrical-coordinate representation of color #8D627A: hue angle of 326.51º 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 #8D627A is Cyan = 0, Magento = 0.30, Yellow = 0.13 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 98 | 122 | - |
| CMYK | 0 | 0.30 | 0.13 | 0.45 |
| HSL | 326.51º | 0.18% | 0.47% | - |
| HSV(B) | 326.51º | 0.3% | 0.55% | - |
| XYZ | 18.87 | 15.8 | 20.47 | - |
| YUV | 113.59 | 132.75 | 147.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 98 | 122 | 0 | 0.30 | 0.13 | 0.45 | 326.51 | 0.18 | 0.47 |
| Hex | 8D | 62 | 7A | 0 | 1E | D | 2D | 147 | 12 | 2F |
| Octal | 215 | 142 | 172 | 0 | 36 | 15 | 55 | 507 | 22 | 57 |
| Binary | 10001101 | 1100010 | 1111010 | 0 | 11110 | 1101 | 101101 | 101000111 | 10010 | 101111 |
Color Harmonies of #8D627A
Complementary color
Monochromatic Colors of #8D627A
Black with #8D627A
Text Example
Text Example
White with #8D627A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D627A; }
p { color: rgb(141,98,122); }
H1.HeaderClassName
{
color: #8D627A;
}
.AnyTagClassName
{
color: #8D627A;
}
</style>
background-color css
<style>
a { background-color: #8D627A; }
a { background-color: rgb(141,98,122); }
div.DivClassName
{
background-color: #8D627A;
}
.BgClassName
{
background-color: #8D627A;
}
</style>
border-color css
<style>
span { border-color: #8D627A; }
span { border-color: rgb(141,98,122); }
td.TdClassName
{
border-color: #8D627A;
}
.TagClassName
{
border-color: #8D627A;
}
</style>