Shades of Strikemaster #895A7C
Tints of Strikemaster #895A7C
RGB
CMYK
RGB Variations
Color information
#895A7C (or 0x895A7C) is known color: Strikemaster. HEX triplet: 89, 5A and 7C. RGB value is (137,90,124). Sum of RGB (Red+Green+Blue) = 137+90+124=351 (46% of max value = 765). Red value is 137 (53.91% from 255 or 39.03% from 351); Green value is 90 (35.55% from 255 or 25.64% from 351); Blue value is 124 (48.83% from 255 or 35.33% from 351); Max value from RGB is 137 - color contains mainly: red. Hex color #895A7C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #895A7C is #76A583. Grayscale: #6B6B6B. Windows color (decimal): -7775620 or 8149641. OLE color: 8149641.
HSL color Cylindrical-coordinate representation of color #895A7C: hue angle of 316.6º degrees, saturation: 0.21, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #895A7C is Cyan = 0, Magento = 0.34, Yellow = 0.09 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 90 | 124 | - |
| CMYK | 0 | 0.34 | 0.09 | 0.46 |
| HSL | 316.6º | 0.21% | 0.45% | - |
| HSV(B) | 316.6º | 0.34% | 0.54% | - |
| XYZ | 17.61 | 14.09 | 20.86 | - |
| YUV | 107.93 | 137.07 | 148.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 90 | 124 | 0 | 0.34 | 0.09 | 0.46 | 316.6 | 0.21 | 0.45 |
| Hex | 89 | 5A | 7C | 0 | 22 | 9 | 2E | 13D | 15 | 2D |
| Octal | 211 | 132 | 174 | 0 | 42 | 11 | 56 | 475 | 25 | 55 |
| Binary | 10001001 | 1011010 | 1111100 | 0 | 100010 | 1001 | 101110 | 100111101 | 10101 | 101101 |
Color Harmonies of #895A7C
Complementary color
Monochromatic Colors of #895A7C
Black with #895A7C
Text Example
Text Example
White with #895A7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #895A7C; }
p { color: rgb(137,90,124); }
H1.HeaderClassName
{
color: #895A7C;
}
.AnyTagClassName
{
color: #895A7C;
}
</style>
background-color css
<style>
a { background-color: #895A7C; }
a { background-color: rgb(137,90,124); }
div.DivClassName
{
background-color: #895A7C;
}
.BgClassName
{
background-color: #895A7C;
}
</style>
border-color css
<style>
span { border-color: #895A7C; }
span { border-color: rgb(137,90,124); }
td.TdClassName
{
border-color: #895A7C;
}
.TagClassName
{
border-color: #895A7C;
}
</style>