Shades of Strikemaster #896880
Tints of Strikemaster #896880
RGB
CMYK
RGB Variations
Color information
#896880 (or 0x896880) is known color: Strikemaster. HEX triplet: 89, 68 and 80. RGB value is (137,104,128). Sum of RGB (Red+Green+Blue) = 137+104+128=369 (48% of max value = 765). Red value is 137 (53.91% from 255 or 37.13% from 369); Green value is 104 (41.02% from 255 or 28.18% from 369); Blue value is 128 (50.39% from 255 or 34.69% from 369); Max value from RGB is 137 - color contains mainly: red. Hex color #896880 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #896880 is #76977F. Grayscale: #747474. Windows color (decimal): -7772032 or 8415369. OLE color: 8415369.
HSL color Cylindrical-coordinate representation of color #896880: hue angle of 316.36º degrees, saturation: 0.14, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #896880 is Cyan = 0, Magento = 0.24, Yellow = 0.07 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 104 | 128 | - |
| CMYK | 0 | 0.24 | 0.07 | 0.46 |
| HSL | 316.36º | 0.14% | 0.47% | - |
| HSV(B) | 316.36º | 0.24% | 0.54% | - |
| XYZ | 19.16 | 16.78 | 22.65 | - |
| YUV | 116.6 | 134.43 | 142.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 104 | 128 | 0 | 0.24 | 0.07 | 0.46 | 316.36 | 0.14 | 0.47 |
| Hex | 89 | 68 | 80 | 0 | 18 | 7 | 2E | 13C | E | 2F |
| Octal | 211 | 150 | 200 | 0 | 30 | 7 | 56 | 474 | 16 | 57 |
| Binary | 10001001 | 1101000 | 10000000 | 0 | 11000 | 111 | 101110 | 100111100 | 1110 | 101111 |
Color Harmonies of #896880
Complementary color
Monochromatic Colors of #896880
Black with #896880
Text Example
Text Example
White with #896880
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #896880; }
p { color: rgb(137,104,128); }
H1.HeaderClassName
{
color: #896880;
}
.AnyTagClassName
{
color: #896880;
}
</style>
background-color css
<style>
a { background-color: #896880; }
a { background-color: rgb(137,104,128); }
div.DivClassName
{
background-color: #896880;
}
.BgClassName
{
background-color: #896880;
}
</style>
border-color css
<style>
span { border-color: #896880; }
span { border-color: rgb(137,104,128); }
td.TdClassName
{
border-color: #896880;
}
.TagClassName
{
border-color: #896880;
}
</style>