Shades of Strikemaster #8D667D
Tints of Strikemaster #8D667D
RGB
CMYK
RGB Variations
Color information
#8D667D (or 0x8D667D) is known color: Strikemaster. HEX triplet: 8D, 66 and 7D. RGB value is (141,102,125). Sum of RGB (Red+Green+Blue) = 141+102+125=368 (48% of max value = 765). Red value is 141 (55.47% from 255 or 38.32% from 368); Green value is 102 (40.23% from 255 or 27.72% from 368); Blue value is 125 (49.22% from 255 or 33.97% from 368); Max value from RGB is 141 - color contains mainly: red. Hex color #8D667D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8D667D is #729982. Grayscale: #747474. Windows color (decimal): -7510403 or 8218253. OLE color: 8218253.
HSL color Cylindrical-coordinate representation of color #8D667D: hue angle of 324.62º 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 #8D667D is Cyan = 0, Magento = 0.28, Yellow = 0.11 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 102 | 125 | - |
| CMYK | 0 | 0.28 | 0.11 | 0.45 |
| HSL | 324.62º | 0.16% | 0.48% | - |
| HSV(B) | 324.62º | 0.28% | 0.55% | - |
| XYZ | 19.44 | 16.65 | 21.59 | - |
| YUV | 116.28 | 132.92 | 145.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 102 | 125 | 0 | 0.28 | 0.11 | 0.45 | 324.62 | 0.16 | 0.48 |
| Hex | 8D | 66 | 7D | 0 | 1C | B | 2D | 145 | 10 | 30 |
| Octal | 215 | 146 | 175 | 0 | 34 | 13 | 55 | 505 | 20 | 60 |
| Binary | 10001101 | 1100110 | 1111101 | 0 | 11100 | 1011 | 101101 | 101000101 | 10000 | 110000 |
Color Harmonies of #8D667D
Complementary color
Monochromatic Colors of #8D667D
Black with #8D667D
Text Example
Text Example
White with #8D667D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D667D; }
p { color: rgb(141,102,125); }
H1.HeaderClassName
{
color: #8D667D;
}
.AnyTagClassName
{
color: #8D667D;
}
</style>
background-color css
<style>
a { background-color: #8D667D; }
a { background-color: rgb(141,102,125); }
div.DivClassName
{
background-color: #8D667D;
}
.BgClassName
{
background-color: #8D667D;
}
</style>
border-color css
<style>
span { border-color: #8D667D; }
span { border-color: rgb(141,102,125); }
td.TdClassName
{
border-color: #8D667D;
}
.TagClassName
{
border-color: #8D667D;
}
</style>