Shades of Strikemaster #8D547C
Tints of Strikemaster #8D547C
RGB
CMYK
RGB Variations
Color information
#8D547C (or 0x8D547C) is known color: Strikemaster. HEX triplet: 8D, 54 and 7C. RGB value is (141,84,124). Sum of RGB (Red+Green+Blue) = 141+84+124=349 (46% of max value = 765). Red value is 141 (55.47% from 255 or 40.40% from 349); Green value is 84 (33.20% from 255 or 24.07% from 349); Blue value is 124 (48.83% from 255 or 35.53% from 349); Max value from RGB is 141 - color contains mainly: red. Hex color #8D547C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8D547C is #72AB83. Grayscale: #696969. Windows color (decimal): -7515012 or 8148109. OLE color: 8148109.
HSL color Cylindrical-coordinate representation of color #8D547C: hue angle of 317.89º degrees, saturation: 0.25, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8D547C is Cyan = 0, Magento = 0.40, Yellow = 0.12 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 84 | 124 | - |
| CMYK | 0 | 0.40 | 0.12 | 0.45 |
| HSL | 317.89º | 0.25% | 0.44% | - |
| HSV(B) | 317.89º | 0.4% | 0.55% | - |
| XYZ | 17.79 | 13.46 | 20.73 | - |
| YUV | 105.6 | 138.38 | 153.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 84 | 124 | 0 | 0.40 | 0.12 | 0.45 | 317.89 | 0.25 | 0.44 |
| Hex | 8D | 54 | 7C | 0 | 28 | C | 2D | 13E | 19 | 2C |
| Octal | 215 | 124 | 174 | 0 | 50 | 14 | 55 | 476 | 31 | 54 |
| Binary | 10001101 | 1010100 | 1111100 | 0 | 101000 | 1100 | 101101 | 100111110 | 11001 | 101100 |
Color Harmonies of #8D547C
Complementary color
Monochromatic Colors of #8D547C
Black with #8D547C
Text Example
Text Example
White with #8D547C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D547C; }
p { color: rgb(141,84,124); }
H1.HeaderClassName
{
color: #8D547C;
}
.AnyTagClassName
{
color: #8D547C;
}
</style>
background-color css
<style>
a { background-color: #8D547C; }
a { background-color: rgb(141,84,124); }
div.DivClassName
{
background-color: #8D547C;
}
.BgClassName
{
background-color: #8D547C;
}
</style>
border-color css
<style>
span { border-color: #8D547C; }
span { border-color: rgb(141,84,124); }
td.TdClassName
{
border-color: #8D547C;
}
.TagClassName
{
border-color: #8D547C;
}
</style>