Shades of Strikemaster #8D627C
Tints of Strikemaster #8D627C
RGB
CMYK
RGB Variations
Color information
#8D627C (or 0x8D627C) is known color: Strikemaster. HEX triplet: 8D, 62 and 7C. RGB value is (141,98,124). Sum of RGB (Red+Green+Blue) = 141+98+124=363 (48% of max value = 765). Red value is 141 (55.47% from 255 or 38.84% from 363); Green value is 98 (38.67% from 255 or 27.00% from 363); Blue value is 124 (48.83% from 255 or 34.16% from 363); Max value from RGB is 141 - color contains mainly: red. Hex color #8D627C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8D627C is #729D83. Grayscale: #717171. Windows color (decimal): -7511428 or 8151693. OLE color: 8151693.
HSL color Cylindrical-coordinate representation of color #8D627C: hue angle of 323.72º 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 #8D627C is Cyan = 0, Magento = 0.30, Yellow = 0.12 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 98 | 124 | - |
| CMYK | 0 | 0.30 | 0.12 | 0.45 |
| HSL | 323.72º | 0.18% | 0.47% | - |
| HSV(B) | 323.72º | 0.3% | 0.55% | - |
| XYZ | 18.99 | 15.85 | 21.13 | - |
| YUV | 113.82 | 133.75 | 147.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 98 | 124 | 0 | 0.30 | 0.12 | 0.45 | 323.72 | 0.18 | 0.47 |
| Hex | 8D | 62 | 7C | 0 | 1E | C | 2D | 144 | 12 | 2F |
| Octal | 215 | 142 | 174 | 0 | 36 | 14 | 55 | 504 | 22 | 57 |
| Binary | 10001101 | 1100010 | 1111100 | 0 | 11110 | 1100 | 101101 | 101000100 | 10010 | 101111 |
Color Harmonies of #8D627C
Complementary color
Monochromatic Colors of #8D627C
Black with #8D627C
Text Example
Text Example
White with #8D627C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D627C; }
p { color: rgb(141,98,124); }
H1.HeaderClassName
{
color: #8D627C;
}
.AnyTagClassName
{
color: #8D627C;
}
</style>
background-color css
<style>
a { background-color: #8D627C; }
a { background-color: rgb(141,98,124); }
div.DivClassName
{
background-color: #8D627C;
}
.BgClassName
{
background-color: #8D627C;
}
</style>
border-color css
<style>
span { border-color: #8D627C; }
span { border-color: rgb(141,98,124); }
td.TdClassName
{
border-color: #8D627C;
}
.TagClassName
{
border-color: #8D627C;
}
</style>