Shades of Strikemaster #8D597A
Tints of Strikemaster #8D597A
RGB
CMYK
RGB Variations
Color information
#8D597A (or 0x8D597A) is known color: Strikemaster. HEX triplet: 8D, 59 and 7A. RGB value is (141,89,122). Sum of RGB (Red+Green+Blue) = 141+89+122=352 (46% of max value = 765). Red value is 141 (55.47% from 255 or 40.06% from 352); Green value is 89 (35.16% from 255 or 25.28% from 352); Blue value is 122 (48.05% from 255 or 34.66% from 352); Max value from RGB is 141 - color contains mainly: red. Hex color #8D597A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8D597A is #72A685. Grayscale: #6C6C6C. Windows color (decimal): -7513734 or 8018317. OLE color: 8018317.
HSL color Cylindrical-coordinate representation of color #8D597A: hue angle of 321.92º 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 #8D597A is Cyan = 0, Magento = 0.37, Yellow = 0.13 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 89 | 122 | - |
| CMYK | 0 | 0.37 | 0.13 | 0.45 |
| HSL | 321.92º | 0.23% | 0.45% | - |
| HSV(B) | 321.92º | 0.37% | 0.55% | - |
| XYZ | 18.07 | 14.21 | 20.2 | - |
| YUV | 108.31 | 135.73 | 151.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 89 | 122 | 0 | 0.37 | 0.13 | 0.45 | 321.92 | 0.23 | 0.45 |
| Hex | 8D | 59 | 7A | 0 | 25 | D | 2D | 142 | 17 | 2D |
| Octal | 215 | 131 | 172 | 0 | 45 | 15 | 55 | 502 | 27 | 55 |
| Binary | 10001101 | 1011001 | 1111010 | 0 | 100101 | 1101 | 101101 | 101000010 | 10111 | 101101 |
Color Harmonies of #8D597A
Complementary color
Monochromatic Colors of #8D597A
Black with #8D597A
Text Example
Text Example
White with #8D597A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D597A; }
p { color: rgb(141,89,122); }
H1.HeaderClassName
{
color: #8D597A;
}
.AnyTagClassName
{
color: #8D597A;
}
</style>
background-color css
<style>
a { background-color: #8D597A; }
a { background-color: rgb(141,89,122); }
div.DivClassName
{
background-color: #8D597A;
}
.BgClassName
{
background-color: #8D597A;
}
</style>
border-color css
<style>
span { border-color: #8D597A; }
span { border-color: rgb(141,89,122); }
td.TdClassName
{
border-color: #8D597A;
}
.TagClassName
{
border-color: #8D597A;
}
</style>