Shades of Strikemaster #8D587C
Tints of Strikemaster #8D587C
RGB
CMYK
RGB Variations
Color information
#8D587C (or 0x8D587C) is known color: Strikemaster. HEX triplet: 8D, 58 and 7C. RGB value is (141,88,124). Sum of RGB (Red+Green+Blue) = 141+88+124=353 (46% of max value = 765). Red value is 141 (55.47% from 255 or 39.94% from 353); Green value is 88 (34.77% from 255 or 24.93% from 353); Blue value is 124 (48.83% from 255 or 35.13% from 353); Max value from RGB is 141 - color contains mainly: red. Hex color #8D587C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8D587C is #72A783. Grayscale: #6B6B6B. Windows color (decimal): -7513988 or 8149133. OLE color: 8149133.
HSL color Cylindrical-coordinate representation of color #8D587C: hue angle of 319.25º degrees, saturation: 0.23, 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 #8D587C is Cyan = 0, Magento = 0.38, Yellow = 0.12 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 88 | 124 | - |
| CMYK | 0 | 0.38 | 0.12 | 0.45 |
| HSL | 319.25º | 0.23% | 0.45% | - |
| HSV(B) | 319.25º | 0.38% | 0.55% | - |
| XYZ | 18.11 | 14.1 | 20.84 | - |
| YUV | 107.95 | 137.06 | 151.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 88 | 124 | 0 | 0.38 | 0.12 | 0.45 | 319.25 | 0.23 | 0.45 |
| Hex | 8D | 58 | 7C | 0 | 26 | C | 2D | 13F | 17 | 2D |
| Octal | 215 | 130 | 174 | 0 | 46 | 14 | 55 | 477 | 27 | 55 |
| Binary | 10001101 | 1011000 | 1111100 | 0 | 100110 | 1100 | 101101 | 100111111 | 10111 | 101101 |
Color Harmonies of #8D587C
Complementary color
Monochromatic Colors of #8D587C
Black with #8D587C
Text Example
Text Example
White with #8D587C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D587C; }
p { color: rgb(141,88,124); }
H1.HeaderClassName
{
color: #8D587C;
}
.AnyTagClassName
{
color: #8D587C;
}
</style>
background-color css
<style>
a { background-color: #8D587C; }
a { background-color: rgb(141,88,124); }
div.DivClassName
{
background-color: #8D587C;
}
.BgClassName
{
background-color: #8D587C;
}
</style>
border-color css
<style>
span { border-color: #8D587C; }
span { border-color: rgb(141,88,124); }
td.TdClassName
{
border-color: #8D587C;
}
.TagClassName
{
border-color: #8D587C;
}
</style>