Shades of Strikemaster #8D587B
Tints of Strikemaster #8D587B
RGB
CMYK
RGB Variations
Color information
#8D587B (or 0x8D587B) is known color: Strikemaster. HEX triplet: 8D, 58 and 7B. RGB value is (141,88,123). Sum of RGB (Red+Green+Blue) = 141+88+123=352 (46% of max value = 765). Red value is 141 (55.47% from 255 or 40.06% from 352); Green value is 88 (34.77% from 255 or 25% from 352); Blue value is 123 (48.44% from 255 or 34.94% from 352); Max value from RGB is 141 - color contains mainly: red. Hex color #8D587B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8D587B is #72A784. Grayscale: #6B6B6B. Windows color (decimal): -7513989 or 8083597. OLE color: 8083597.
HSL color Cylindrical-coordinate representation of color #8D587B: hue angle of 320.38º 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 #8D587B is Cyan = 0, Magento = 0.38, Yellow = 0.13 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 88 | 123 | - |
| CMYK | 0 | 0.38 | 0.13 | 0.45 |
| HSL | 320.38º | 0.23% | 0.45% | - |
| HSV(B) | 320.38º | 0.38% | 0.55% | - |
| XYZ | 18.05 | 14.07 | 20.5 | - |
| YUV | 107.84 | 136.56 | 151.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 88 | 123 | 0 | 0.38 | 0.13 | 0.45 | 320.38 | 0.23 | 0.45 |
| Hex | 8D | 58 | 7B | 0 | 26 | D | 2D | 140 | 17 | 2D |
| Octal | 215 | 130 | 173 | 0 | 46 | 15 | 55 | 500 | 27 | 55 |
| Binary | 10001101 | 1011000 | 1111011 | 0 | 100110 | 1101 | 101101 | 101000000 | 10111 | 101101 |
Color Harmonies of #8D587B
Complementary color
Monochromatic Colors of #8D587B
Black with #8D587B
Text Example
Text Example
White with #8D587B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D587B; }
p { color: rgb(141,88,123); }
H1.HeaderClassName
{
color: #8D587B;
}
.AnyTagClassName
{
color: #8D587B;
}
</style>
background-color css
<style>
a { background-color: #8D587B; }
a { background-color: rgb(141,88,123); }
div.DivClassName
{
background-color: #8D587B;
}
.BgClassName
{
background-color: #8D587B;
}
</style>
border-color css
<style>
span { border-color: #8D587B; }
span { border-color: rgb(141,88,123); }
td.TdClassName
{
border-color: #8D587B;
}
.TagClassName
{
border-color: #8D587B;
}
</style>