Shades of Strikemaster #895878
Tints of Strikemaster #895878
RGB
CMYK
RGB Variations
Color information
#895878 (or 0x895878) is known color: Strikemaster. HEX triplet: 89, 58 and 78. RGB value is (137,88,120). Sum of RGB (Red+Green+Blue) = 137+88+120=345 (45% of max value = 765). Red value is 137 (53.91% from 255 or 39.71% from 345); Green value is 88 (34.77% from 255 or 25.51% from 345); Blue value is 120 (47.27% from 255 or 34.78% from 345); Max value from RGB is 137 - color contains mainly: red. Hex color #895878 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #895878 is #76A787. Grayscale: #6A6A6A. Windows color (decimal): -7776136 or 7886985. OLE color: 7886985.
HSL color Cylindrical-coordinate representation of color #895878: hue angle of 320.82º degrees, saturation: 0.22, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #895878 is Cyan = 0, Magento = 0.36, Yellow = 0.12 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 88 | 120 | - |
| CMYK | 0 | 0.36 | 0.12 | 0.46 |
| HSL | 320.82º | 0.22% | 0.44% | - |
| HSV(B) | 320.82º | 0.36% | 0.54% | - |
| XYZ | 17.2 | 13.65 | 19.5 | - |
| YUV | 106.3 | 135.73 | 149.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 88 | 120 | 0 | 0.36 | 0.12 | 0.46 | 320.82 | 0.22 | 0.44 |
| Hex | 89 | 58 | 78 | 0 | 24 | C | 2E | 141 | 16 | 2C |
| Octal | 211 | 130 | 170 | 0 | 44 | 14 | 56 | 501 | 26 | 54 |
| Binary | 10001001 | 1011000 | 1111000 | 0 | 100100 | 1100 | 101110 | 101000001 | 10110 | 101100 |
Color Harmonies of #895878
Complementary color
Monochromatic Colors of #895878
Black with #895878
Text Example
Text Example
White with #895878
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #895878; }
p { color: rgb(137,88,120); }
H1.HeaderClassName
{
color: #895878;
}
.AnyTagClassName
{
color: #895878;
}
</style>
background-color css
<style>
a { background-color: #895878; }
a { background-color: rgb(137,88,120); }
div.DivClassName
{
background-color: #895878;
}
.BgClassName
{
background-color: #895878;
}
</style>
border-color css
<style>
span { border-color: #895878; }
span { border-color: rgb(137,88,120); }
td.TdClassName
{
border-color: #895878;
}
.TagClassName
{
border-color: #895878;
}
</style>