Shades of Strikemaster #89627D
Tints of Strikemaster #89627D
RGB
CMYK
RGB Variations
Color information
#89627D (or 0x89627D) is known color: Strikemaster. HEX triplet: 89, 62 and 7D. RGB value is (137,98,125). Sum of RGB (Red+Green+Blue) = 137+98+125=360 (47% of max value = 765). Red value is 137 (53.91% from 255 or 38.06% from 360); Green value is 98 (38.67% from 255 or 27.22% from 360); Blue value is 125 (49.22% from 255 or 34.72% from 360); Max value from RGB is 137 - color contains mainly: red. Hex color #89627D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #89627D is #769D82. Grayscale: #707070. Windows color (decimal): -7773571 or 8217225. OLE color: 8217225.
HSL color Cylindrical-coordinate representation of color #89627D: hue angle of 318.46º degrees, saturation: 0.17, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #89627D is Cyan = 0, Magento = 0.28, Yellow = 0.09 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 98 | 125 | - |
| CMYK | 0 | 0.28 | 0.09 | 0.46 |
| HSL | 318.46º | 0.17% | 0.46% | - |
| HSV(B) | 318.46º | 0.28% | 0.54% | - |
| XYZ | 18.39 | 15.53 | 21.43 | - |
| YUV | 112.74 | 134.92 | 145.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 98 | 125 | 0 | 0.28 | 0.09 | 0.46 | 318.46 | 0.17 | 0.46 |
| Hex | 89 | 62 | 7D | 0 | 1C | 9 | 2E | 13E | 11 | 2E |
| Octal | 211 | 142 | 175 | 0 | 34 | 11 | 56 | 476 | 21 | 56 |
| Binary | 10001001 | 1100010 | 1111101 | 0 | 11100 | 1001 | 101110 | 100111110 | 10001 | 101110 |
Color Harmonies of #89627D
Complementary color
Monochromatic Colors of #89627D
Black with #89627D
Text Example
Text Example
White with #89627D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89627D; }
p { color: rgb(137,98,125); }
H1.HeaderClassName
{
color: #89627D;
}
.AnyTagClassName
{
color: #89627D;
}
</style>
background-color css
<style>
a { background-color: #89627D; }
a { background-color: rgb(137,98,125); }
div.DivClassName
{
background-color: #89627D;
}
.BgClassName
{
background-color: #89627D;
}
</style>
border-color css
<style>
span { border-color: #89627D; }
span { border-color: rgb(137,98,125); }
td.TdClassName
{
border-color: #89627D;
}
.TagClassName
{
border-color: #89627D;
}
</style>