Shades of Strikemaster #8D667B
Tints of Strikemaster #8D667B
RGB
CMYK
RGB Variations
Color information
#8D667B (or 0x8D667B) is known color: Strikemaster. HEX triplet: 8D, 66 and 7B. RGB value is (141,102,123). Sum of RGB (Red+Green+Blue) = 141+102+123=366 (48% of max value = 765). Red value is 141 (55.47% from 255 or 38.52% from 366); Green value is 102 (40.23% from 255 or 27.87% from 366); Blue value is 123 (48.44% from 255 or 33.61% from 366); Max value from RGB is 141 - color contains mainly: red. Hex color #8D667B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8D667B is #729984. Grayscale: #747474. Windows color (decimal): -7510405 or 8087181. OLE color: 8087181.
HSL color Cylindrical-coordinate representation of color #8D667B: hue angle of 327.69º 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 #8D667B is Cyan = 0, Magento = 0.28, Yellow = 0.13 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 102 | 123 | - |
| CMYK | 0 | 0.28 | 0.13 | 0.45 |
| HSL | 327.69º | 0.16% | 0.48% | - |
| HSV(B) | 327.69º | 0.28% | 0.55% | - |
| XYZ | 19.31 | 16.6 | 20.92 | - |
| YUV | 116.06 | 131.92 | 145.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 102 | 123 | 0 | 0.28 | 0.13 | 0.45 | 327.69 | 0.16 | 0.48 |
| Hex | 8D | 66 | 7B | 0 | 1C | D | 2D | 148 | 10 | 30 |
| Octal | 215 | 146 | 173 | 0 | 34 | 15 | 55 | 510 | 20 | 60 |
| Binary | 10001101 | 1100110 | 1111011 | 0 | 11100 | 1101 | 101101 | 101001000 | 10000 | 110000 |
Color Harmonies of #8D667B
Complementary color
Monochromatic Colors of #8D667B
Black with #8D667B
Text Example
Text Example
White with #8D667B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D667B; }
p { color: rgb(141,102,123); }
H1.HeaderClassName
{
color: #8D667B;
}
.AnyTagClassName
{
color: #8D667B;
}
</style>
background-color css
<style>
a { background-color: #8D667B; }
a { background-color: rgb(141,102,123); }
div.DivClassName
{
background-color: #8D667B;
}
.BgClassName
{
background-color: #8D667B;
}
</style>
border-color css
<style>
span { border-color: #8D667B; }
span { border-color: rgb(141,102,123); }
td.TdClassName
{
border-color: #8D667B;
}
.TagClassName
{
border-color: #8D667B;
}
</style>