Shades of Strikemaster #8D517A
Tints of Strikemaster #8D517A
RGB
CMYK
RGB Variations
Color information
#8D517A (or 0x8D517A) is known color: Strikemaster. HEX triplet: 8D, 51 and 7A. RGB value is (141,81,122). Sum of RGB (Red+Green+Blue) = 141+81+122=344 (45% of max value = 765). Red value is 141 (55.47% from 255 or 40.99% from 344); Green value is 81 (32.03% from 255 or 23.55% from 344); Blue value is 122 (48.05% from 255 or 35.47% from 344); Max value from RGB is 141 - color contains mainly: red. Hex color #8D517A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8D517A is #72AE85. Grayscale: #676767. Windows color (decimal): -7515782 or 8016269. OLE color: 8016269.
HSL color Cylindrical-coordinate representation of color #8D517A: hue angle of 319º degrees, saturation: 0.27, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #8D517A is Cyan = 0, Magento = 0.43, Yellow = 0.13 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 81 | 122 | - |
| CMYK | 0 | 0.43 | 0.13 | 0.45 |
| HSL | 319º | 0.27% | 0.44% | - |
| HSV(B) | 319º | 0.43% | 0.55% | - |
| XYZ | 17.44 | 12.95 | 19.99 | - |
| YUV | 103.61 | 138.38 | 154.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 81 | 122 | 0 | 0.43 | 0.13 | 0.45 | 319 | 0.27 | 0.44 |
| Hex | 8D | 51 | 7A | 0 | 2B | D | 2D | 13F | 1B | 2C |
| Octal | 215 | 121 | 172 | 0 | 53 | 15 | 55 | 477 | 33 | 54 |
| Binary | 10001101 | 1010001 | 1111010 | 0 | 101011 | 1101 | 101101 | 100111111 | 11011 | 101100 |
Color Harmonies of #8D517A
Complementary color
Monochromatic Colors of #8D517A
Black with #8D517A
Text Example
Text Example
White with #8D517A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D517A; }
p { color: rgb(141,81,122); }
H1.HeaderClassName
{
color: #8D517A;
}
.AnyTagClassName
{
color: #8D517A;
}
</style>
background-color css
<style>
a { background-color: #8D517A; }
a { background-color: rgb(141,81,122); }
div.DivClassName
{
background-color: #8D517A;
}
.BgClassName
{
background-color: #8D517A;
}
</style>
border-color css
<style>
span { border-color: #8D517A; }
span { border-color: rgb(141,81,122); }
td.TdClassName
{
border-color: #8D517A;
}
.TagClassName
{
border-color: #8D517A;
}
</style>