Shades of Strikemaster #8D657B
Tints of Strikemaster #8D657B
RGB
CMYK
RGB Variations
Color information
#8D657B (or 0x8D657B) is known color: Strikemaster. HEX triplet: 8D, 65 and 7B. RGB value is (141,101,123). Sum of RGB (Red+Green+Blue) = 141+101+123=365 (48% of max value = 765). Red value is 141 (55.47% from 255 or 38.63% from 365); Green value is 101 (39.84% from 255 or 27.67% from 365); Blue value is 123 (48.44% from 255 or 33.70% from 365); Max value from RGB is 141 - color contains mainly: red. Hex color #8D657B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8D657B is #729A84. Grayscale: #737373. Windows color (decimal): -7510661 or 8086925. OLE color: 8086925.
HSL color Cylindrical-coordinate representation of color #8D657B: hue angle of 327º degrees, saturation: 0.17, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #8D657B is Cyan = 0, Magento = 0.28, Yellow = 0.13 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 101 | 123 | - |
| CMYK | 0 | 0.28 | 0.13 | 0.45 |
| HSL | 327º | 0.17% | 0.47% | - |
| HSV(B) | 327º | 0.28% | 0.55% | - |
| XYZ | 19.21 | 16.4 | 20.89 | - |
| YUV | 115.47 | 132.25 | 146.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 101 | 123 | 0 | 0.28 | 0.13 | 0.45 | 327 | 0.17 | 0.47 |
| Hex | 8D | 65 | 7B | 0 | 1C | D | 2D | 147 | 11 | 2F |
| Octal | 215 | 145 | 173 | 0 | 34 | 15 | 55 | 507 | 21 | 57 |
| Binary | 10001101 | 1100101 | 1111011 | 0 | 11100 | 1101 | 101101 | 101000111 | 10001 | 101111 |
Color Harmonies of #8D657B
Complementary color
Monochromatic Colors of #8D657B
Black with #8D657B
Text Example
Text Example
White with #8D657B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D657B; }
p { color: rgb(141,101,123); }
H1.HeaderClassName
{
color: #8D657B;
}
.AnyTagClassName
{
color: #8D657B;
}
</style>
background-color css
<style>
a { background-color: #8D657B; }
a { background-color: rgb(141,101,123); }
div.DivClassName
{
background-color: #8D657B;
}
.BgClassName
{
background-color: #8D657B;
}
</style>
border-color css
<style>
span { border-color: #8D657B; }
span { border-color: rgb(141,101,123); }
td.TdClassName
{
border-color: #8D657B;
}
.TagClassName
{
border-color: #8D657B;
}
</style>