Shades of Strikemaster #89657D
Tints of Strikemaster #89657D
RGB
CMYK
RGB Variations
Color information
#89657D (or 0x89657D) is known color: Strikemaster. HEX triplet: 89, 65 and 7D. RGB value is (137,101,125). Sum of RGB (Red+Green+Blue) = 137+101+125=363 (48% of max value = 765). Red value is 137 (53.91% from 255 or 37.74% from 363); Green value is 101 (39.84% from 255 or 27.82% from 363); Blue value is 125 (49.22% from 255 or 34.44% from 363); Max value from RGB is 137 - color contains mainly: red. Hex color #89657D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #89657D is #769A82. Grayscale: #727272. Windows color (decimal): -7772803 or 8217993. OLE color: 8217993.
HSL color Cylindrical-coordinate representation of color #89657D: hue angle of 320º degrees, saturation: 0.15, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #89657D is Cyan = 0, Magento = 0.26, Yellow = 0.09 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 101 | 125 | - |
| CMYK | 0 | 0.26 | 0.09 | 0.46 |
| HSL | 320º | 0.15% | 0.47% | - |
| HSV(B) | 320º | 0.26% | 0.54% | - |
| XYZ | 18.67 | 16.11 | 21.53 | - |
| YUV | 114.5 | 133.93 | 144.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 101 | 125 | 0 | 0.26 | 0.09 | 0.46 | 320 | 0.15 | 0.47 |
| Hex | 89 | 65 | 7D | 0 | 1A | 9 | 2E | 140 | F | 2F |
| Octal | 211 | 145 | 175 | 0 | 32 | 11 | 56 | 500 | 17 | 57 |
| Binary | 10001001 | 1100101 | 1111101 | 0 | 11010 | 1001 | 101110 | 101000000 | 1111 | 101111 |
Color Harmonies of #89657D
Complementary color
Monochromatic Colors of #89657D
Black with #89657D
Text Example
Text Example
White with #89657D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89657D; }
p { color: rgb(137,101,125); }
H1.HeaderClassName
{
color: #89657D;
}
.AnyTagClassName
{
color: #89657D;
}
</style>
background-color css
<style>
a { background-color: #89657D; }
a { background-color: rgb(137,101,125); }
div.DivClassName
{
background-color: #89657D;
}
.BgClassName
{
background-color: #89657D;
}
</style>
border-color css
<style>
span { border-color: #89657D; }
span { border-color: rgb(137,101,125); }
td.TdClassName
{
border-color: #89657D;
}
.TagClassName
{
border-color: #89657D;
}
</style>