Shades of Strikemaster #89667D
Tints of Strikemaster #89667D
RGB
CMYK
RGB Variations
Color information
#89667D (or 0x89667D) is known color: Strikemaster. HEX triplet: 89, 66 and 7D. RGB value is (137,102,125). Sum of RGB (Red+Green+Blue) = 137+102+125=364 (48% of max value = 765). Red value is 137 (53.91% from 255 or 37.64% from 364); Green value is 102 (40.23% from 255 or 28.02% from 364); Blue value is 125 (49.22% from 255 or 34.34% from 364); Max value from RGB is 137 - color contains mainly: red. Hex color #89667D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #89667D is #769982. Grayscale: #737373. Windows color (decimal): -7772547 or 8218249. OLE color: 8218249.
HSL color Cylindrical-coordinate representation of color #89667D: hue angle of 320.57º 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 #89667D is Cyan = 0, Magento = 0.26, Yellow = 0.09 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 102 | 125 | - |
| CMYK | 0 | 0.26 | 0.09 | 0.46 |
| HSL | 320.57º | 0.15% | 0.47% | - |
| HSV(B) | 320.57º | 0.26% | 0.54% | - |
| XYZ | 18.77 | 16.3 | 21.56 | - |
| YUV | 115.09 | 133.6 | 143.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 102 | 125 | 0 | 0.26 | 0.09 | 0.46 | 320.57 | 0.15 | 0.47 |
| Hex | 89 | 66 | 7D | 0 | 1A | 9 | 2E | 141 | F | 2F |
| Octal | 211 | 146 | 175 | 0 | 32 | 11 | 56 | 501 | 17 | 57 |
| Binary | 10001001 | 1100110 | 1111101 | 0 | 11010 | 1001 | 101110 | 101000001 | 1111 | 101111 |
Color Harmonies of #89667D
Complementary color
Monochromatic Colors of #89667D
Black with #89667D
Text Example
Text Example
White with #89667D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89667D; }
p { color: rgb(137,102,125); }
H1.HeaderClassName
{
color: #89667D;
}
.AnyTagClassName
{
color: #89667D;
}
</style>
background-color css
<style>
a { background-color: #89667D; }
a { background-color: rgb(137,102,125); }
div.DivClassName
{
background-color: #89667D;
}
.BgClassName
{
background-color: #89667D;
}
</style>
border-color css
<style>
span { border-color: #89667D; }
span { border-color: rgb(137,102,125); }
td.TdClassName
{
border-color: #89667D;
}
.TagClassName
{
border-color: #89667D;
}
</style>