Shades of Strikemaster #8D577C
Tints of Strikemaster #8D577C
RGB
CMYK
RGB Variations
Color information
#8D577C (or 0x8D577C) is known color: Strikemaster. HEX triplet: 8D, 57 and 7C. RGB value is (141,87,124). Sum of RGB (Red+Green+Blue) = 141+87+124=352 (46% of max value = 765). Red value is 141 (55.47% from 255 or 40.06% from 352); Green value is 87 (34.38% from 255 or 24.72% from 352); Blue value is 124 (48.83% from 255 or 35.23% from 352); Max value from RGB is 141 - color contains mainly: red. Hex color #8D577C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8D577C is #72A883. Grayscale: #6B6B6B. Windows color (decimal): -7514244 or 8148877. OLE color: 8148877.
HSL color Cylindrical-coordinate representation of color #8D577C: hue angle of 318.89º degrees, saturation: 0.24, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #8D577C is Cyan = 0, Magento = 0.38, Yellow = 0.12 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 87 | 124 | - |
| CMYK | 0 | 0.38 | 0.12 | 0.45 |
| HSL | 318.89º | 0.24% | 0.45% | - |
| HSV(B) | 318.89º | 0.38% | 0.55% | - |
| XYZ | 18.03 | 13.93 | 20.81 | - |
| YUV | 107.36 | 137.39 | 151.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 87 | 124 | 0 | 0.38 | 0.12 | 0.45 | 318.89 | 0.24 | 0.45 |
| Hex | 8D | 57 | 7C | 0 | 26 | C | 2D | 13F | 18 | 2D |
| Octal | 215 | 127 | 174 | 0 | 46 | 14 | 55 | 477 | 30 | 55 |
| Binary | 10001101 | 1010111 | 1111100 | 0 | 100110 | 1100 | 101101 | 100111111 | 11000 | 101101 |
Color Harmonies of #8D577C
Complementary color
Monochromatic Colors of #8D577C
Black with #8D577C
Text Example
Text Example
White with #8D577C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D577C; }
p { color: rgb(141,87,124); }
H1.HeaderClassName
{
color: #8D577C;
}
.AnyTagClassName
{
color: #8D577C;
}
</style>
background-color css
<style>
a { background-color: #8D577C; }
a { background-color: rgb(141,87,124); }
div.DivClassName
{
background-color: #8D577C;
}
.BgClassName
{
background-color: #8D577C;
}
</style>
border-color css
<style>
span { border-color: #8D577C; }
span { border-color: rgb(141,87,124); }
td.TdClassName
{
border-color: #8D577C;
}
.TagClassName
{
border-color: #8D577C;
}
</style>