Shades of Strikemaster #8D667C
Tints of Strikemaster #8D667C
RGB
CMYK
RGB Variations
Color information
#8D667C (or 0x8D667C) is known color: Strikemaster. HEX triplet: 8D, 66 and 7C. RGB value is (141,102,124). Sum of RGB (Red+Green+Blue) = 141+102+124=367 (48% of max value = 765). Red value is 141 (55.47% from 255 or 38.42% from 367); Green value is 102 (40.23% from 255 or 27.79% from 367); Blue value is 124 (48.83% from 255 or 33.79% from 367); Max value from RGB is 141 - color contains mainly: red. Hex color #8D667C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8D667C is #729983. Grayscale: #747474. Windows color (decimal): -7510404 or 8152717. OLE color: 8152717.
HSL color Cylindrical-coordinate representation of color #8D667C: hue angle of 326.15º degrees, saturation: 0.16, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #8D667C is Cyan = 0, Magento = 0.28, Yellow = 0.12 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 102 | 124 | - |
| CMYK | 0 | 0.28 | 0.12 | 0.45 |
| HSL | 326.15º | 0.16% | 0.48% | - |
| HSV(B) | 326.15º | 0.28% | 0.55% | - |
| XYZ | 19.37 | 16.62 | 21.26 | - |
| YUV | 116.17 | 132.42 | 145.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 102 | 124 | 0 | 0.28 | 0.12 | 0.45 | 326.15 | 0.16 | 0.48 |
| Hex | 8D | 66 | 7C | 0 | 1C | C | 2D | 146 | 10 | 30 |
| Octal | 215 | 146 | 174 | 0 | 34 | 14 | 55 | 506 | 20 | 60 |
| Binary | 10001101 | 1100110 | 1111100 | 0 | 11100 | 1100 | 101101 | 101000110 | 10000 | 110000 |
Color Harmonies of #8D667C
Complementary color
Monochromatic Colors of #8D667C
Black with #8D667C
Text Example
Text Example
White with #8D667C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D667C; }
p { color: rgb(141,102,124); }
H1.HeaderClassName
{
color: #8D667C;
}
.AnyTagClassName
{
color: #8D667C;
}
</style>
background-color css
<style>
a { background-color: #8D667C; }
a { background-color: rgb(141,102,124); }
div.DivClassName
{
background-color: #8D667C;
}
.BgClassName
{
background-color: #8D667C;
}
</style>
border-color css
<style>
span { border-color: #8D667C; }
span { border-color: rgb(141,102,124); }
td.TdClassName
{
border-color: #8D667C;
}
.TagClassName
{
border-color: #8D667C;
}
</style>