Shades of Strikemaster #895E7C
Tints of Strikemaster #895E7C
RGB
CMYK
RGB Variations
Color information
#895E7C (or 0x895E7C) is known color: Strikemaster. HEX triplet: 89, 5E and 7C. RGB value is (137,94,124). Sum of RGB (Red+Green+Blue) = 137+94+124=355 (47% of max value = 765). Red value is 137 (53.91% from 255 or 38.59% from 355); Green value is 94 (37.11% from 255 or 26.48% from 355); Blue value is 124 (48.83% from 255 or 34.93% from 355); Max value from RGB is 137 - color contains mainly: red. Hex color #895E7C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #895E7C is #76A183. Grayscale: #6E6E6E. Windows color (decimal): -7774596 or 8150665. OLE color: 8150665.
HSL color Cylindrical-coordinate representation of color #895E7C: hue angle of 318.14º degrees, saturation: 0.19, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #895E7C is Cyan = 0, Magento = 0.31, Yellow = 0.09 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 94 | 124 | - |
| CMYK | 0 | 0.31 | 0.09 | 0.46 |
| HSL | 318.14º | 0.19% | 0.45% | - |
| HSV(B) | 318.14º | 0.31% | 0.54% | - |
| XYZ | 17.96 | 14.78 | 20.97 | - |
| YUV | 110.28 | 135.75 | 147.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 94 | 124 | 0 | 0.31 | 0.09 | 0.46 | 318.14 | 0.19 | 0.45 |
| Hex | 89 | 5E | 7C | 0 | 1F | 9 | 2E | 13E | 13 | 2D |
| Octal | 211 | 136 | 174 | 0 | 37 | 11 | 56 | 476 | 23 | 55 |
| Binary | 10001001 | 1011110 | 1111100 | 0 | 11111 | 1001 | 101110 | 100111110 | 10011 | 101101 |
Color Harmonies of #895E7C
Complementary color
Monochromatic Colors of #895E7C
Black with #895E7C
Text Example
Text Example
White with #895E7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #895E7C; }
p { color: rgb(137,94,124); }
H1.HeaderClassName
{
color: #895E7C;
}
.AnyTagClassName
{
color: #895E7C;
}
</style>
background-color css
<style>
a { background-color: #895E7C; }
a { background-color: rgb(137,94,124); }
div.DivClassName
{
background-color: #895E7C;
}
.BgClassName
{
background-color: #895E7C;
}
</style>
border-color css
<style>
span { border-color: #895E7C; }
span { border-color: rgb(137,94,124); }
td.TdClassName
{
border-color: #895E7C;
}
.TagClassName
{
border-color: #895E7C;
}
</style>