Shades of Strikemaster #98537E
Tints of Strikemaster #98537E
RGB
CMYK
RGB Variations
Color information
#98537E (or 0x98537E) is known color: Strikemaster. HEX triplet: 98, 53 and 7E. RGB value is (152,83,126). Sum of RGB (Red+Green+Blue) = 152+83+126=361 (47% of max value = 765). Red value is 152 (59.77% from 255 or 42.11% from 361); Green value is 83 (32.81% from 255 or 22.99% from 361); Blue value is 126 (49.61% from 255 or 34.90% from 361); Max value from RGB is 152 - color contains mainly: red. Hex color #98537E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #98537E is #67AC81. Grayscale: #6C6C6C. Windows color (decimal): -6794370 or 8278936. OLE color: 8278936.
HSL color Cylindrical-coordinate representation of color #98537E: hue angle of 322.61º degrees, saturation: 0.29, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #98537E is Cyan = 0, Magento = 0.45, Yellow = 0.17 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 83 | 126 | - |
| CMYK | 0 | 0.45 | 0.17 | 0.40 |
| HSL | 322.61º | 0.29% | 0.46% | - |
| HSV(B) | 322.61º | 0.45% | 0.6% | - |
| XYZ | 19.81 | 14.37 | 21.47 | - |
| YUV | 108.53 | 137.86 | 159 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 83 | 126 | 0 | 0.45 | 0.17 | 0.40 | 322.61 | 0.29 | 0.46 |
| Hex | 98 | 53 | 7E | 0 | 2D | 11 | 28 | 143 | 1D | 2E |
| Octal | 230 | 123 | 176 | 0 | 55 | 21 | 50 | 503 | 35 | 56 |
| Binary | 10011000 | 1010011 | 1111110 | 0 | 101101 | 10001 | 101000 | 101000011 | 11101 | 101110 |
Color Harmonies of #98537E
Complementary color
Monochromatic Colors of #98537E
Black with #98537E
Text Example
Text Example
White with #98537E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98537E; }
p { color: rgb(152,83,126); }
H1.HeaderClassName
{
color: #98537E;
}
.AnyTagClassName
{
color: #98537E;
}
</style>
background-color css
<style>
a { background-color: #98537E; }
a { background-color: rgb(152,83,126); }
div.DivClassName
{
background-color: #98537E;
}
.BgClassName
{
background-color: #98537E;
}
</style>
border-color css
<style>
span { border-color: #98537E; }
span { border-color: rgb(152,83,126); }
td.TdClassName
{
border-color: #98537E;
}
.TagClassName
{
border-color: #98537E;
}
</style>