Shades of Strikemaster #89627B
Tints of Strikemaster #89627B
RGB
CMYK
RGB Variations
Color information
#89627B (or 0x89627B) is known color: Strikemaster. HEX triplet: 89, 62 and 7B. RGB value is (137,98,123). Sum of RGB (Red+Green+Blue) = 137+98+123=358 (47% of max value = 765). Red value is 137 (53.91% from 255 or 38.27% from 358); Green value is 98 (38.67% from 255 or 27.37% from 358); Blue value is 123 (48.44% from 255 or 34.36% from 358); Max value from RGB is 137 - color contains mainly: red. Hex color #89627B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #89627B is #769D84. Grayscale: #707070. Windows color (decimal): -7773573 or 8086153. OLE color: 8086153.
HSL color Cylindrical-coordinate representation of color #89627B: hue angle of 321.54º 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 #89627B is Cyan = 0, Magento = 0.28, Yellow = 0.10 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 98 | 123 | - |
| CMYK | 0 | 0.28 | 0.10 | 0.46 |
| HSL | 321.54º | 0.17% | 0.46% | - |
| HSV(B) | 321.54º | 0.28% | 0.54% | - |
| XYZ | 18.26 | 15.48 | 20.77 | - |
| YUV | 112.51 | 133.92 | 145.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 98 | 123 | 0 | 0.28 | 0.10 | 0.46 | 321.54 | 0.17 | 0.46 |
| Hex | 89 | 62 | 7B | 0 | 1C | A | 2E | 142 | 11 | 2E |
| Octal | 211 | 142 | 173 | 0 | 34 | 12 | 56 | 502 | 21 | 56 |
| Binary | 10001001 | 1100010 | 1111011 | 0 | 11100 | 1010 | 101110 | 101000010 | 10001 | 101110 |
Color Harmonies of #89627B
Complementary color
Monochromatic Colors of #89627B
Black with #89627B
Text Example
Text Example
White with #89627B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89627B; }
p { color: rgb(137,98,123); }
H1.HeaderClassName
{
color: #89627B;
}
.AnyTagClassName
{
color: #89627B;
}
</style>
background-color css
<style>
a { background-color: #89627B; }
a { background-color: rgb(137,98,123); }
div.DivClassName
{
background-color: #89627B;
}
.BgClassName
{
background-color: #89627B;
}
</style>
border-color css
<style>
span { border-color: #89627B; }
span { border-color: rgb(137,98,123); }
td.TdClassName
{
border-color: #89627B;
}
.TagClassName
{
border-color: #89627B;
}
</style>