Shades of Strikemaster #98657C
Tints of Strikemaster #98657C
RGB
CMYK
RGB Variations
Color information
#98657C (or 0x98657C) is known color: Strikemaster. HEX triplet: 98, 65 and 7C. RGB value is (152,101,124). Sum of RGB (Red+Green+Blue) = 152+101+124=377 (49% of max value = 765). Red value is 152 (59.77% from 255 or 40.32% from 377); Green value is 101 (39.84% from 255 or 26.79% from 377); Blue value is 124 (48.83% from 255 or 32.89% from 377); Max value from RGB is 152 - color contains mainly: red. Hex color #98657C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #98657C is #679A83. Grayscale: #767676. Windows color (decimal): -6789764 or 8152472. OLE color: 8152472.
HSL color Cylindrical-coordinate representation of color #98657C: hue angle of 332.94º degrees, saturation: 0.2, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #98657C is Cyan = 0, Magento = 0.34, Yellow = 0.18 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 101 | 124 | - |
| CMYK | 0 | 0.34 | 0.18 | 0.40 |
| HSL | 332.94º | 0.2% | 0.5% | - |
| HSV(B) | 332.94º | 0.34% | 0.6% | - |
| XYZ | 21.24 | 17.44 | 21.32 | - |
| YUV | 118.87 | 130.9 | 151.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 101 | 124 | 0 | 0.34 | 0.18 | 0.40 | 332.94 | 0.2 | 0.5 |
| Hex | 98 | 65 | 7C | 0 | 22 | 12 | 28 | 14D | 14 | 32 |
| Octal | 230 | 145 | 174 | 0 | 42 | 22 | 50 | 515 | 24 | 62 |
| Binary | 10011000 | 1100101 | 1111100 | 0 | 100010 | 10010 | 101000 | 101001101 | 10100 | 110010 |
Color Harmonies of #98657C
Complementary color
Monochromatic Colors of #98657C
Black with #98657C
Text Example
Text Example
White with #98657C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98657C; }
p { color: rgb(152,101,124); }
H1.HeaderClassName
{
color: #98657C;
}
.AnyTagClassName
{
color: #98657C;
}
</style>
background-color css
<style>
a { background-color: #98657C; }
a { background-color: rgb(152,101,124); }
div.DivClassName
{
background-color: #98657C;
}
.BgClassName
{
background-color: #98657C;
}
</style>
border-color css
<style>
span { border-color: #98657C; }
span { border-color: rgb(152,101,124); }
td.TdClassName
{
border-color: #98657C;
}
.TagClassName
{
border-color: #98657C;
}
</style>