Shades of Strikemaster #8D657D
Tints of Strikemaster #8D657D
RGB
CMYK
RGB Variations
Color information
#8D657D (or 0x8D657D) is known color: Strikemaster. HEX triplet: 8D, 65 and 7D. RGB value is (141,101,125). Sum of RGB (Red+Green+Blue) = 141+101+125=367 (48% of max value = 765). Red value is 141 (55.47% from 255 or 38.42% from 367); Green value is 101 (39.84% from 255 or 27.52% from 367); Blue value is 125 (49.22% from 255 or 34.06% from 367); Max value from RGB is 141 - color contains mainly: red. Hex color #8D657D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8D657D is #729A82. Grayscale: #737373. Windows color (decimal): -7510659 or 8217997. OLE color: 8217997.
HSL color Cylindrical-coordinate representation of color #8D657D: hue angle of 324º degrees, saturation: 0.17, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #8D657D is Cyan = 0, Magento = 0.28, Yellow = 0.11 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 101 | 125 | - |
| CMYK | 0 | 0.28 | 0.11 | 0.45 |
| HSL | 324º | 0.17% | 0.47% | - |
| HSV(B) | 324º | 0.28% | 0.55% | - |
| XYZ | 19.34 | 16.45 | 21.56 | - |
| YUV | 115.7 | 133.25 | 146.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 101 | 125 | 0 | 0.28 | 0.11 | 0.45 | 324 | 0.17 | 0.47 |
| Hex | 8D | 65 | 7D | 0 | 1C | B | 2D | 144 | 11 | 2F |
| Octal | 215 | 145 | 175 | 0 | 34 | 13 | 55 | 504 | 21 | 57 |
| Binary | 10001101 | 1100101 | 1111101 | 0 | 11100 | 1011 | 101101 | 101000100 | 10001 | 101111 |
Color Harmonies of #8D657D
Complementary color
Monochromatic Colors of #8D657D
Black with #8D657D
Text Example
Text Example
White with #8D657D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D657D; }
p { color: rgb(141,101,125); }
H1.HeaderClassName
{
color: #8D657D;
}
.AnyTagClassName
{
color: #8D657D;
}
</style>
background-color css
<style>
a { background-color: #8D657D; }
a { background-color: rgb(141,101,125); }
div.DivClassName
{
background-color: #8D657D;
}
.BgClassName
{
background-color: #8D657D;
}
</style>
border-color css
<style>
span { border-color: #8D657D; }
span { border-color: rgb(141,101,125); }
td.TdClassName
{
border-color: #8D657D;
}
.TagClassName
{
border-color: #8D657D;
}
</style>