Shades of Strikemaster #8D5578
Tints of Strikemaster #8D5578
RGB
CMYK
RGB Variations
Color information
#8D5578 (or 0x8D5578) is known color: Strikemaster. HEX triplet: 8D, 55 and 78. RGB value is (141,85,120). Sum of RGB (Red+Green+Blue) = 141+85+120=346 (45% of max value = 765). Red value is 141 (55.47% from 255 or 40.75% from 346); Green value is 85 (33.59% from 255 or 24.57% from 346); Blue value is 120 (47.27% from 255 or 34.68% from 346); Max value from RGB is 141 - color contains mainly: red. Hex color #8D5578 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8D5578 is #72AA87. Grayscale: #696969. Windows color (decimal): -7514760 or 7886221. OLE color: 7886221.
HSL color Cylindrical-coordinate representation of color #8D5578: hue angle of 322.5º 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 #8D5578 is Cyan = 0, Magento = 0.40, Yellow = 0.15 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 85 | 120 | - |
| CMYK | 0 | 0.40 | 0.15 | 0.45 |
| HSL | 322.5º | 0.25% | 0.44% | - |
| HSV(B) | 322.5º | 0.4% | 0.55% | - |
| XYZ | 17.62 | 13.52 | 19.45 | - |
| YUV | 105.73 | 136.05 | 153.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 85 | 120 | 0 | 0.40 | 0.15 | 0.45 | 322.5 | 0.25 | 0.44 |
| Hex | 8D | 55 | 78 | 0 | 28 | F | 2D | 142 | 19 | 2C |
| Octal | 215 | 125 | 170 | 0 | 50 | 17 | 55 | 502 | 31 | 54 |
| Binary | 10001101 | 1010101 | 1111000 | 0 | 101000 | 1111 | 101101 | 101000010 | 11001 | 101100 |
Color Harmonies of #8D5578
Complementary color
Monochromatic Colors of #8D5578
Black with #8D5578
Text Example
Text Example
White with #8D5578
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D5578; }
p { color: rgb(141,85,120); }
H1.HeaderClassName
{
color: #8D5578;
}
.AnyTagClassName
{
color: #8D5578;
}
</style>
background-color css
<style>
a { background-color: #8D5578; }
a { background-color: rgb(141,85,120); }
div.DivClassName
{
background-color: #8D5578;
}
.BgClassName
{
background-color: #8D5578;
}
</style>
border-color css
<style>
span { border-color: #8D5578; }
span { border-color: rgb(141,85,120); }
td.TdClassName
{
border-color: #8D5578;
}
.TagClassName
{
border-color: #8D5578;
}
</style>