Shades of Strikemaster #8D587D
Tints of Strikemaster #8D587D
RGB
CMYK
RGB Variations
Color information
#8D587D (or 0x8D587D) is known color: Strikemaster. HEX triplet: 8D, 58 and 7D. RGB value is (141,88,125). Sum of RGB (Red+Green+Blue) = 141+88+125=354 (46% of max value = 765). Red value is 141 (55.47% from 255 or 39.83% from 354); Green value is 88 (34.77% from 255 or 24.86% from 354); Blue value is 125 (49.22% from 255 or 35.31% from 354); Max value from RGB is 141 - color contains mainly: red. Hex color #8D587D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8D587D is #72A782. Grayscale: #6B6B6B. Windows color (decimal): -7513987 or 8214669. OLE color: 8214669.
HSL color Cylindrical-coordinate representation of color #8D587D: hue angle of 318.11º 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 #8D587D is Cyan = 0, Magento = 0.38, Yellow = 0.11 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 88 | 125 | - |
| CMYK | 0 | 0.38 | 0.11 | 0.45 |
| HSL | 318.11º | 0.23% | 0.45% | - |
| HSV(B) | 318.11º | 0.38% | 0.55% | - |
| XYZ | 18.18 | 14.12 | 21.17 | - |
| YUV | 108.07 | 137.56 | 151.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 88 | 125 | 0 | 0.38 | 0.11 | 0.45 | 318.11 | 0.23 | 0.45 |
| Hex | 8D | 58 | 7D | 0 | 26 | B | 2D | 13E | 17 | 2D |
| Octal | 215 | 130 | 175 | 0 | 46 | 13 | 55 | 476 | 27 | 55 |
| Binary | 10001101 | 1011000 | 1111101 | 0 | 100110 | 1011 | 101101 | 100111110 | 10111 | 101101 |
Color Harmonies of #8D587D
Complementary color
Monochromatic Colors of #8D587D
Black with #8D587D
Text Example
Text Example
White with #8D587D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D587D; }
p { color: rgb(141,88,125); }
H1.HeaderClassName
{
color: #8D587D;
}
.AnyTagClassName
{
color: #8D587D;
}
</style>
background-color css
<style>
a { background-color: #8D587D; }
a { background-color: rgb(141,88,125); }
div.DivClassName
{
background-color: #8D587D;
}
.BgClassName
{
background-color: #8D587D;
}
</style>
border-color css
<style>
span { border-color: #8D587D; }
span { border-color: rgb(141,88,125); }
td.TdClassName
{
border-color: #8D587D;
}
.TagClassName
{
border-color: #8D587D;
}
</style>