Shades of Strikemaster #8D6A7F
Tints of Strikemaster #8D6A7F
RGB
CMYK
RGB Variations
Color information
#8D6A7F (or 0x8D6A7F) is known color: Strikemaster. HEX triplet: 8D, 6A and 7F. RGB value is (141,106,127). Sum of RGB (Red+Green+Blue) = 141+106+127=374 (49% of max value = 765). Red value is 141 (55.47% from 255 or 37.70% from 374); Green value is 106 (41.80% from 255 or 28.34% from 374); Blue value is 127 (50% from 255 or 33.96% from 374); Max value from RGB is 141 - color contains mainly: red. Hex color #8D6A7F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8D6A7F is #729580. Grayscale: #767676. Windows color (decimal): -7509377 or 8350349. OLE color: 8350349.
HSL color Cylindrical-coordinate representation of color #8D6A7F: hue angle of 324º degrees, saturation: 0.14, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #8D6A7F is Cyan = 0, Magento = 0.25, Yellow = 0.10 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 106 | 127 | - |
| CMYK | 0 | 0.25 | 0.10 | 0.45 |
| HSL | 324º | 0.14% | 0.48% | - |
| HSV(B) | 324º | 0.25% | 0.55% | - |
| XYZ | 19.97 | 17.5 | 22.4 | - |
| YUV | 118.86 | 132.6 | 143.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 106 | 127 | 0 | 0.25 | 0.10 | 0.45 | 324 | 0.14 | 0.48 |
| Hex | 8D | 6A | 7F | 0 | 19 | A | 2D | 144 | E | 30 |
| Octal | 215 | 152 | 177 | 0 | 31 | 12 | 55 | 504 | 16 | 60 |
| Binary | 10001101 | 1101010 | 1111111 | 0 | 11001 | 1010 | 101101 | 101000100 | 1110 | 110000 |
Color Harmonies of #8D6A7F
Complementary color
Monochromatic Colors of #8D6A7F
Black with #8D6A7F
Text Example
Text Example
White with #8D6A7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D6A7F; }
p { color: rgb(141,106,127); }
H1.HeaderClassName
{
color: #8D6A7F;
}
.AnyTagClassName
{
color: #8D6A7F;
}
</style>
background-color css
<style>
a { background-color: #8D6A7F; }
a { background-color: rgb(141,106,127); }
div.DivClassName
{
background-color: #8D6A7F;
}
.BgClassName
{
background-color: #8D6A7F;
}
</style>
border-color css
<style>
span { border-color: #8D6A7F; }
span { border-color: rgb(141,106,127); }
td.TdClassName
{
border-color: #8D6A7F;
}
.TagClassName
{
border-color: #8D6A7F;
}
</style>