Shades of Strikemaster #89617E
Tints of Strikemaster #89617E
RGB
CMYK
RGB Variations
Color information
#89617E (or 0x89617E) is known color: Strikemaster. HEX triplet: 89, 61 and 7E. RGB value is (137,97,126). Sum of RGB (Red+Green+Blue) = 137+97+126=360 (47% of max value = 765). Red value is 137 (53.91% from 255 or 38.06% from 360); Green value is 97 (38.28% from 255 or 26.94% from 360); Blue value is 126 (49.61% from 255 or 35% from 360); Max value from RGB is 137 - color contains mainly: red. Hex color #89617E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #89617E is #769E81. Grayscale: #707070. Windows color (decimal): -7773826 or 8282505. OLE color: 8282505.
HSL color Cylindrical-coordinate representation of color #89617E: hue angle of 316.5º degrees, saturation: 0.17, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #89617E is Cyan = 0, Magento = 0.29, Yellow = 0.08 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 97 | 126 | - |
| CMYK | 0 | 0.29 | 0.08 | 0.46 |
| HSL | 316.5º | 0.17% | 0.46% | - |
| HSV(B) | 316.5º | 0.29% | 0.54% | - |
| XYZ | 18.36 | 15.37 | 21.74 | - |
| YUV | 112.27 | 135.75 | 145.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 97 | 126 | 0 | 0.29 | 0.08 | 0.46 | 316.5 | 0.17 | 0.46 |
| Hex | 89 | 61 | 7E | 0 | 1D | 8 | 2E | 13C | 11 | 2E |
| Octal | 211 | 141 | 176 | 0 | 35 | 10 | 56 | 474 | 21 | 56 |
| Binary | 10001001 | 1100001 | 1111110 | 0 | 11101 | 1000 | 101110 | 100111100 | 10001 | 101110 |
Color Harmonies of #89617E
Complementary color
Monochromatic Colors of #89617E
Black with #89617E
Text Example
Text Example
White with #89617E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89617E; }
p { color: rgb(137,97,126); }
H1.HeaderClassName
{
color: #89617E;
}
.AnyTagClassName
{
color: #89617E;
}
</style>
background-color css
<style>
a { background-color: #89617E; }
a { background-color: rgb(137,97,126); }
div.DivClassName
{
background-color: #89617E;
}
.BgClassName
{
background-color: #89617E;
}
</style>
border-color css
<style>
span { border-color: #89617E; }
span { border-color: rgb(137,97,126); }
td.TdClassName
{
border-color: #89617E;
}
.TagClassName
{
border-color: #89617E;
}
</style>