Shades of Strikemaster #8D557E
Tints of Strikemaster #8D557E
RGB
CMYK
RGB Variations
Color information
#8D557E (or 0x8D557E) is known color: Strikemaster. HEX triplet: 8D, 55 and 7E. RGB value is (141,85,126). Sum of RGB (Red+Green+Blue) = 141+85+126=352 (46% of max value = 765). Red value is 141 (55.47% from 255 or 40.06% from 352); Green value is 85 (33.59% from 255 or 24.15% from 352); Blue value is 126 (49.61% from 255 or 35.80% from 352); Max value from RGB is 141 - color contains mainly: red. Hex color #8D557E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8D557E is #72AA81. Grayscale: #6A6A6A. Windows color (decimal): -7514754 or 8279437. OLE color: 8279437.
HSL color Cylindrical-coordinate representation of color #8D557E: hue angle of 316.07º 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 #8D557E is Cyan = 0, Magento = 0.40, Yellow = 0.11 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 85 | 126 | - |
| CMYK | 0 | 0.40 | 0.11 | 0.45 |
| HSL | 316.07º | 0.25% | 0.44% | - |
| HSV(B) | 316.07º | 0.4% | 0.55% | - |
| XYZ | 18 | 13.67 | 21.43 | - |
| YUV | 106.42 | 139.05 | 152.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 85 | 126 | 0 | 0.40 | 0.11 | 0.45 | 316.07 | 0.25 | 0.44 |
| Hex | 8D | 55 | 7E | 0 | 28 | B | 2D | 13C | 19 | 2C |
| Octal | 215 | 125 | 176 | 0 | 50 | 13 | 55 | 474 | 31 | 54 |
| Binary | 10001101 | 1010101 | 1111110 | 0 | 101000 | 1011 | 101101 | 100111100 | 11001 | 101100 |
Color Harmonies of #8D557E
Complementary color
Monochromatic Colors of #8D557E
Black with #8D557E
Text Example
Text Example
White with #8D557E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D557E; }
p { color: rgb(141,85,126); }
H1.HeaderClassName
{
color: #8D557E;
}
.AnyTagClassName
{
color: #8D557E;
}
</style>
background-color css
<style>
a { background-color: #8D557E; }
a { background-color: rgb(141,85,126); }
div.DivClassName
{
background-color: #8D557E;
}
.BgClassName
{
background-color: #8D557E;
}
</style>
border-color css
<style>
span { border-color: #8D557E; }
span { border-color: rgb(141,85,126); }
td.TdClassName
{
border-color: #8D557E;
}
.TagClassName
{
border-color: #8D557E;
}
</style>