Shades of Strikemaster #8D557B
Tints of Strikemaster #8D557B
RGB
CMYK
RGB Variations
Color information
#8D557B (or 0x8D557B) is known color: Strikemaster. HEX triplet: 8D, 55 and 7B. RGB value is (141,85,123). Sum of RGB (Red+Green+Blue) = 141+85+123=349 (46% of max value = 765). Red value is 141 (55.47% from 255 or 40.40% from 349); Green value is 85 (33.59% from 255 or 24.36% from 349); Blue value is 123 (48.44% from 255 or 35.24% from 349); Max value from RGB is 141 - color contains mainly: red. Hex color #8D557B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8D557B is #72AA84. Grayscale: #696969. Windows color (decimal): -7514757 or 8082829. OLE color: 8082829.
HSL color Cylindrical-coordinate representation of color #8D557B: hue angle of 319.29º 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 #8D557B is Cyan = 0, Magento = 0.40, Yellow = 0.13 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 85 | 123 | - |
| CMYK | 0 | 0.40 | 0.13 | 0.45 |
| HSL | 319.29º | 0.25% | 0.44% | - |
| HSV(B) | 319.29º | 0.4% | 0.55% | - |
| XYZ | 17.81 | 13.59 | 20.42 | - |
| YUV | 106.08 | 137.55 | 152.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 85 | 123 | 0 | 0.40 | 0.13 | 0.45 | 319.29 | 0.25 | 0.44 |
| Hex | 8D | 55 | 7B | 0 | 28 | D | 2D | 13F | 19 | 2C |
| Octal | 215 | 125 | 173 | 0 | 50 | 15 | 55 | 477 | 31 | 54 |
| Binary | 10001101 | 1010101 | 1111011 | 0 | 101000 | 1101 | 101101 | 100111111 | 11001 | 101100 |
Color Harmonies of #8D557B
Complementary color
Monochromatic Colors of #8D557B
Black with #8D557B
Text Example
Text Example
White with #8D557B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D557B; }
p { color: rgb(141,85,123); }
H1.HeaderClassName
{
color: #8D557B;
}
.AnyTagClassName
{
color: #8D557B;
}
</style>
background-color css
<style>
a { background-color: #8D557B; }
a { background-color: rgb(141,85,123); }
div.DivClassName
{
background-color: #8D557B;
}
.BgClassName
{
background-color: #8D557B;
}
</style>
border-color css
<style>
span { border-color: #8D557B; }
span { border-color: rgb(141,85,123); }
td.TdClassName
{
border-color: #8D557B;
}
.TagClassName
{
border-color: #8D557B;
}
</style>