Shades of Strikemaster #8D5878
Tints of Strikemaster #8D5878
RGB
CMYK
RGB Variations
Color information
#8D5878 (or 0x8D5878) is known color: Strikemaster. HEX triplet: 8D, 58 and 78. RGB value is (141,88,120). Sum of RGB (Red+Green+Blue) = 141+88+120=349 (46% of max value = 765). Red value is 141 (55.47% from 255 or 40.40% from 349); Green value is 88 (34.77% from 255 or 25.21% from 349); Blue value is 120 (47.27% from 255 or 34.38% from 349); Max value from RGB is 141 - color contains mainly: red. Hex color #8D5878 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8D5878 is #72A787. Grayscale: #6B6B6B. Windows color (decimal): -7513992 or 7886989. OLE color: 7886989.
HSL color Cylindrical-coordinate representation of color #8D5878: hue angle of 323.77º 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 #8D5878 is Cyan = 0, Magento = 0.38, Yellow = 0.15 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 88 | 120 | - |
| CMYK | 0 | 0.38 | 0.15 | 0.45 |
| HSL | 323.77º | 0.23% | 0.45% | - |
| HSV(B) | 323.77º | 0.38% | 0.55% | - |
| XYZ | 17.86 | 14 | 19.53 | - |
| YUV | 107.5 | 135.06 | 151.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 88 | 120 | 0 | 0.38 | 0.15 | 0.45 | 323.77 | 0.23 | 0.45 |
| Hex | 8D | 58 | 78 | 0 | 26 | F | 2D | 144 | 17 | 2D |
| Octal | 215 | 130 | 170 | 0 | 46 | 17 | 55 | 504 | 27 | 55 |
| Binary | 10001101 | 1011000 | 1111000 | 0 | 100110 | 1111 | 101101 | 101000100 | 10111 | 101101 |
Color Harmonies of #8D5878
Complementary color
Monochromatic Colors of #8D5878
Black with #8D5878
Text Example
Text Example
White with #8D5878
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D5878; }
p { color: rgb(141,88,120); }
H1.HeaderClassName
{
color: #8D5878;
}
.AnyTagClassName
{
color: #8D5878;
}
</style>
background-color css
<style>
a { background-color: #8D5878; }
a { background-color: rgb(141,88,120); }
div.DivClassName
{
background-color: #8D5878;
}
.BgClassName
{
background-color: #8D5878;
}
</style>
border-color css
<style>
span { border-color: #8D5878; }
span { border-color: rgb(141,88,120); }
td.TdClassName
{
border-color: #8D5878;
}
.TagClassName
{
border-color: #8D5878;
}
</style>