Shades of Strikemaster #98557E
Tints of Strikemaster #98557E
RGB
CMYK
RGB Variations
Color information
#98557E (or 0x98557E) is known color: Strikemaster. HEX triplet: 98, 55 and 7E. RGB value is (152,85,126). Sum of RGB (Red+Green+Blue) = 152+85+126=363 (48% of max value = 765). Red value is 152 (59.77% from 255 or 41.87% from 363); Green value is 85 (33.59% from 255 or 23.42% from 363); Blue value is 126 (49.61% from 255 or 34.71% from 363); Max value from RGB is 152 - color contains mainly: red. Hex color #98557E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #98557E is #67AA81. Grayscale: #6D6D6D. Windows color (decimal): -6793858 or 8279448. OLE color: 8279448.
HSL color Cylindrical-coordinate representation of color #98557E: hue angle of 323.28º degrees, saturation: 0.28, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #98557E is Cyan = 0, Magento = 0.44, Yellow = 0.17 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 85 | 126 | - |
| CMYK | 0 | 0.44 | 0.17 | 0.40 |
| HSL | 323.28º | 0.28% | 0.46% | - |
| HSV(B) | 323.28º | 0.44% | 0.6% | - |
| XYZ | 19.96 | 14.68 | 21.52 | - |
| YUV | 109.71 | 137.2 | 158.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 85 | 126 | 0 | 0.44 | 0.17 | 0.40 | 323.28 | 0.28 | 0.46 |
| Hex | 98 | 55 | 7E | 0 | 2C | 11 | 28 | 143 | 1C | 2E |
| Octal | 230 | 125 | 176 | 0 | 54 | 21 | 50 | 503 | 34 | 56 |
| Binary | 10011000 | 1010101 | 1111110 | 0 | 101100 | 10001 | 101000 | 101000011 | 11100 | 101110 |
Color Harmonies of #98557E
Complementary color
Monochromatic Colors of #98557E
Black with #98557E
Text Example
Text Example
White with #98557E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98557E; }
p { color: rgb(152,85,126); }
H1.HeaderClassName
{
color: #98557E;
}
.AnyTagClassName
{
color: #98557E;
}
</style>
background-color css
<style>
a { background-color: #98557E; }
a { background-color: rgb(152,85,126); }
div.DivClassName
{
background-color: #98557E;
}
.BgClassName
{
background-color: #98557E;
}
</style>
border-color css
<style>
span { border-color: #98557E; }
span { border-color: rgb(152,85,126); }
td.TdClassName
{
border-color: #98557E;
}
.TagClassName
{
border-color: #98557E;
}
</style>