Shades of Strikemaster #895F7E
Tints of Strikemaster #895F7E
RGB
CMYK
RGB Variations
Color information
#895F7E (or 0x895F7E) is known color: Strikemaster. HEX triplet: 89, 5F and 7E. RGB value is (137,95,126). Sum of RGB (Red+Green+Blue) = 137+95+126=358 (47% of max value = 765). Red value is 137 (53.91% from 255 or 38.27% from 358); Green value is 95 (37.5% from 255 or 26.54% from 358); Blue value is 126 (49.61% from 255 or 35.20% from 358); Max value from RGB is 137 - color contains mainly: red. Hex color #895F7E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #895F7E is #76A081. Grayscale: #6F6F6F. Windows color (decimal): -7774338 or 8281993. OLE color: 8281993.
HSL color Cylindrical-coordinate representation of color #895F7E: hue angle of 315.71º degrees, saturation: 0.18, 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 #895F7E is Cyan = 0, Magento = 0.31, Yellow = 0.08 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 95 | 126 | - |
| CMYK | 0 | 0.31 | 0.08 | 0.46 |
| HSL | 315.71º | 0.18% | 0.45% | - |
| HSV(B) | 315.71º | 0.31% | 0.54% | - |
| XYZ | 18.17 | 15.01 | 21.68 | - |
| YUV | 111.09 | 136.41 | 146.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 95 | 126 | 0 | 0.31 | 0.08 | 0.46 | 315.71 | 0.18 | 0.45 |
| Hex | 89 | 5F | 7E | 0 | 1F | 8 | 2E | 13C | 12 | 2D |
| Octal | 211 | 137 | 176 | 0 | 37 | 10 | 56 | 474 | 22 | 55 |
| Binary | 10001001 | 1011111 | 1111110 | 0 | 11111 | 1000 | 101110 | 100111100 | 10010 | 101101 |
Color Harmonies of #895F7E
Complementary color
Monochromatic Colors of #895F7E
Black with #895F7E
Text Example
Text Example
White with #895F7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #895F7E; }
p { color: rgb(137,95,126); }
H1.HeaderClassName
{
color: #895F7E;
}
.AnyTagClassName
{
color: #895F7E;
}
</style>
background-color css
<style>
a { background-color: #895F7E; }
a { background-color: rgb(137,95,126); }
div.DivClassName
{
background-color: #895F7E;
}
.BgClassName
{
background-color: #895F7E;
}
</style>
border-color css
<style>
span { border-color: #895F7E; }
span { border-color: rgb(137,95,126); }
td.TdClassName
{
border-color: #895F7E;
}
.TagClassName
{
border-color: #895F7E;
}
</style>