Shades of Strikemaster #89667F
Tints of Strikemaster #89667F
RGB
CMYK
RGB Variations
Color information
#89667F (or 0x89667F) is known color: Strikemaster. HEX triplet: 89, 66 and 7F. RGB value is (137,102,127). Sum of RGB (Red+Green+Blue) = 137+102+127=366 (48% of max value = 765). Red value is 137 (53.91% from 255 or 37.43% from 366); Green value is 102 (40.23% from 255 or 27.87% from 366); Blue value is 127 (50% from 255 or 34.70% from 366); Max value from RGB is 137 - color contains mainly: red. Hex color #89667F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #89667F is #769980. Grayscale: #737373. Windows color (decimal): -7772545 or 8349321. OLE color: 8349321.
HSL color Cylindrical-coordinate representation of color #89667F: hue angle of 317.14º 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 #89667F is Cyan = 0, Magento = 0.26, Yellow = 0.07 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 102 | 127 | - |
| CMYK | 0 | 0.26 | 0.07 | 0.46 |
| HSL | 317.14º | 0.15% | 0.47% | - |
| HSV(B) | 317.14º | 0.26% | 0.54% | - |
| XYZ | 18.9 | 16.35 | 22.24 | - |
| YUV | 115.32 | 134.6 | 143.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 102 | 127 | 0 | 0.26 | 0.07 | 0.46 | 317.14 | 0.15 | 0.47 |
| Hex | 89 | 66 | 7F | 0 | 1A | 7 | 2E | 13D | F | 2F |
| Octal | 211 | 146 | 177 | 0 | 32 | 7 | 56 | 475 | 17 | 57 |
| Binary | 10001001 | 1100110 | 1111111 | 0 | 11010 | 111 | 101110 | 100111101 | 1111 | 101111 |
Color Harmonies of #89667F
Complementary color
Monochromatic Colors of #89667F
Black with #89667F
Text Example
Text Example
White with #89667F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89667F; }
p { color: rgb(137,102,127); }
H1.HeaderClassName
{
color: #89667F;
}
.AnyTagClassName
{
color: #89667F;
}
</style>
background-color css
<style>
a { background-color: #89667F; }
a { background-color: rgb(137,102,127); }
div.DivClassName
{
background-color: #89667F;
}
.BgClassName
{
background-color: #89667F;
}
</style>
border-color css
<style>
span { border-color: #89667F; }
span { border-color: rgb(137,102,127); }
td.TdClassName
{
border-color: #89667F;
}
.TagClassName
{
border-color: #89667F;
}
</style>