Shades of Strikemaster #89627C
Tints of Strikemaster #89627C
RGB
CMYK
RGB Variations
Color information
#89627C (or 0x89627C) is known color: Strikemaster. HEX triplet: 89, 62 and 7C. RGB value is (137,98,124). Sum of RGB (Red+Green+Blue) = 137+98+124=359 (47% of max value = 765). Red value is 137 (53.91% from 255 or 38.16% from 359); Green value is 98 (38.67% from 255 or 27.30% from 359); Blue value is 124 (48.83% from 255 or 34.54% from 359); Max value from RGB is 137 - color contains mainly: red. Hex color #89627C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #89627C is #769D83. Grayscale: #707070. Windows color (decimal): -7773572 or 8151689. OLE color: 8151689.
HSL color Cylindrical-coordinate representation of color #89627C: hue angle of 320º 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 #89627C is Cyan = 0, Magento = 0.28, Yellow = 0.09 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 98 | 124 | - |
| CMYK | 0 | 0.28 | 0.09 | 0.46 |
| HSL | 320º | 0.17% | 0.46% | - |
| HSV(B) | 320º | 0.28% | 0.54% | - |
| XYZ | 18.32 | 15.51 | 21.1 | - |
| YUV | 112.63 | 134.42 | 145.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 98 | 124 | 0 | 0.28 | 0.09 | 0.46 | 320 | 0.17 | 0.46 |
| Hex | 89 | 62 | 7C | 0 | 1C | 9 | 2E | 140 | 11 | 2E |
| Octal | 211 | 142 | 174 | 0 | 34 | 11 | 56 | 500 | 21 | 56 |
| Binary | 10001001 | 1100010 | 1111100 | 0 | 11100 | 1001 | 101110 | 101000000 | 10001 | 101110 |
Color Harmonies of #89627C
Complementary color
Monochromatic Colors of #89627C
Black with #89627C
Text Example
Text Example
White with #89627C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89627C; }
p { color: rgb(137,98,124); }
H1.HeaderClassName
{
color: #89627C;
}
.AnyTagClassName
{
color: #89627C;
}
</style>
background-color css
<style>
a { background-color: #89627C; }
a { background-color: rgb(137,98,124); }
div.DivClassName
{
background-color: #89627C;
}
.BgClassName
{
background-color: #89627C;
}
</style>
border-color css
<style>
span { border-color: #89627C; }
span { border-color: rgb(137,98,124); }
td.TdClassName
{
border-color: #89627C;
}
.TagClassName
{
border-color: #89627C;
}
</style>