Shades of Strikemaster #8D6E7D
Tints of Strikemaster #8D6E7D
RGB
CMYK
RGB Variations
Color information
#8D6E7D (or 0x8D6E7D) is known color: Strikemaster. HEX triplet: 8D, 6E and 7D. RGB value is (141,110,125). Sum of RGB (Red+Green+Blue) = 141+110+125=376 (49% of max value = 765). Red value is 141 (55.47% from 255 or 37.5% from 376); Green value is 110 (43.36% from 255 or 29.26% from 376); Blue value is 125 (49.22% from 255 or 33.24% from 376); Max value from RGB is 141 - color contains mainly: red. Hex color #8D6E7D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8D6E7D is #729182. Grayscale: #787878. Windows color (decimal): -7508355 or 8220301. OLE color: 8220301.
HSL color Cylindrical-coordinate representation of color #8D6E7D: hue angle of 330.97º degrees, saturation: 0.12, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #8D6E7D is Cyan = 0, Magento = 0.22, Yellow = 0.11 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 110 | 125 | - |
| CMYK | 0 | 0.22 | 0.11 | 0.45 |
| HSL | 330.97º | 0.12% | 0.49% | - |
| HSV(B) | 330.97º | 0.22% | 0.55% | - |
| XYZ | 20.26 | 18.3 | 21.87 | - |
| YUV | 120.98 | 130.27 | 142.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 110 | 125 | 0 | 0.22 | 0.11 | 0.45 | 330.97 | 0.12 | 0.49 |
| Hex | 8D | 6E | 7D | 0 | 16 | B | 2D | 14B | C | 31 |
| Octal | 215 | 156 | 175 | 0 | 26 | 13 | 55 | 513 | 14 | 61 |
| Binary | 10001101 | 1101110 | 1111101 | 0 | 10110 | 1011 | 101101 | 101001011 | 1100 | 110001 |
Color Harmonies of #8D6E7D
Complementary color
Monochromatic Colors of #8D6E7D
Black with #8D6E7D
Text Example
Text Example
White with #8D6E7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D6E7D; }
p { color: rgb(141,110,125); }
H1.HeaderClassName
{
color: #8D6E7D;
}
.AnyTagClassName
{
color: #8D6E7D;
}
</style>
background-color css
<style>
a { background-color: #8D6E7D; }
a { background-color: rgb(141,110,125); }
div.DivClassName
{
background-color: #8D6E7D;
}
.BgClassName
{
background-color: #8D6E7D;
}
</style>
border-color css
<style>
span { border-color: #8D6E7D; }
span { border-color: rgb(141,110,125); }
td.TdClassName
{
border-color: #8D6E7D;
}
.TagClassName
{
border-color: #8D6E7D;
}
</style>