Shades of Strikemaster #8D5877
Tints of Strikemaster #8D5877
RGB
CMYK
RGB Variations
Color information
#8D5877 (or 0x8D5877) is known color: Strikemaster. HEX triplet: 8D, 58 and 77. RGB value is (141,88,119). Sum of RGB (Red+Green+Blue) = 141+88+119=348 (46% of max value = 765). Red value is 141 (55.47% from 255 or 40.52% from 348); Green value is 88 (34.77% from 255 or 25.29% from 348); Blue value is 119 (46.88% from 255 or 34.20% from 348); Max value from RGB is 141 - color contains mainly: red. Hex color #8D5877 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8D5877 is #72A788. Grayscale: #6B6B6B. Windows color (decimal): -7513993 or 7821453. OLE color: 7821453.
HSL color Cylindrical-coordinate representation of color #8D5877: hue angle of 324.91º 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 #8D5877 is Cyan = 0, Magento = 0.38, Yellow = 0.16 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 88 | 119 | - |
| CMYK | 0 | 0.38 | 0.16 | 0.45 |
| HSL | 324.91º | 0.23% | 0.45% | - |
| HSV(B) | 324.91º | 0.38% | 0.55% | - |
| XYZ | 17.8 | 13.97 | 19.21 | - |
| YUV | 107.38 | 134.56 | 151.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 88 | 119 | 0 | 0.38 | 0.16 | 0.45 | 324.91 | 0.23 | 0.45 |
| Hex | 8D | 58 | 77 | 0 | 26 | 10 | 2D | 145 | 17 | 2D |
| Octal | 215 | 130 | 167 | 0 | 46 | 20 | 55 | 505 | 27 | 55 |
| Binary | 10001101 | 1011000 | 1110111 | 0 | 100110 | 10000 | 101101 | 101000101 | 10111 | 101101 |
Color Harmonies of #8D5877
Complementary color
Monochromatic Colors of #8D5877
Black with #8D5877
Text Example
Text Example
White with #8D5877
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D5877; }
p { color: rgb(141,88,119); }
H1.HeaderClassName
{
color: #8D5877;
}
.AnyTagClassName
{
color: #8D5877;
}
</style>
background-color css
<style>
a { background-color: #8D5877; }
a { background-color: rgb(141,88,119); }
div.DivClassName
{
background-color: #8D5877;
}
.BgClassName
{
background-color: #8D5877;
}
</style>
border-color css
<style>
span { border-color: #8D5877; }
span { border-color: rgb(141,88,119); }
td.TdClassName
{
border-color: #8D5877;
}
.TagClassName
{
border-color: #8D5877;
}
</style>