Shades of Strikemaster #8D5979
Tints of Strikemaster #8D5979
RGB
CMYK
RGB Variations
Color information
#8D5979 (or 0x8D5979) is known color: Strikemaster. HEX triplet: 8D, 59 and 79. RGB value is (141,89,121). Sum of RGB (Red+Green+Blue) = 141+89+121=351 (46% of max value = 765). Red value is 141 (55.47% from 255 or 40.17% from 351); Green value is 89 (35.16% from 255 or 25.36% from 351); Blue value is 121 (47.66% from 255 or 34.47% from 351); Max value from RGB is 141 - color contains mainly: red. Hex color #8D5979 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8D5979 is #72A686. Grayscale: #6C6C6C. Windows color (decimal): -7513735 or 7952781. OLE color: 7952781.
HSL color Cylindrical-coordinate representation of color #8D5979: hue angle of 323.08º degrees, saturation: 0.23, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #8D5979 is Cyan = 0, Magento = 0.37, Yellow = 0.14 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 89 | 121 | - |
| CMYK | 0 | 0.37 | 0.14 | 0.45 |
| HSL | 323.08º | 0.23% | 0.45% | - |
| HSV(B) | 323.08º | 0.37% | 0.55% | - |
| XYZ | 18.01 | 14.19 | 19.88 | - |
| YUV | 108.2 | 135.23 | 151.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 89 | 121 | 0 | 0.37 | 0.14 | 0.45 | 323.08 | 0.23 | 0.45 |
| Hex | 8D | 59 | 79 | 0 | 25 | E | 2D | 143 | 17 | 2D |
| Octal | 215 | 131 | 171 | 0 | 45 | 16 | 55 | 503 | 27 | 55 |
| Binary | 10001101 | 1011001 | 1111001 | 0 | 100101 | 1110 | 101101 | 101000011 | 10111 | 101101 |
Color Harmonies of #8D5979
Complementary color
Monochromatic Colors of #8D5979
Black with #8D5979
Text Example
Text Example
White with #8D5979
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D5979; }
p { color: rgb(141,89,121); }
H1.HeaderClassName
{
color: #8D5979;
}
.AnyTagClassName
{
color: #8D5979;
}
</style>
background-color css
<style>
a { background-color: #8D5979; }
a { background-color: rgb(141,89,121); }
div.DivClassName
{
background-color: #8D5979;
}
.BgClassName
{
background-color: #8D5979;
}
</style>
border-color css
<style>
span { border-color: #8D5979; }
span { border-color: rgb(141,89,121); }
td.TdClassName
{
border-color: #8D5979;
}
.TagClassName
{
border-color: #8D5979;
}
</style>