Shades of Strikemaster #98647E
Tints of Strikemaster #98647E
RGB
CMYK
RGB Variations
Color information
#98647E (or 0x98647E) is known color: Strikemaster. HEX triplet: 98, 64 and 7E. RGB value is (152,100,126). Sum of RGB (Red+Green+Blue) = 152+100+126=378 (50% of max value = 765). Red value is 152 (59.77% from 255 or 40.21% from 378); Green value is 100 (39.45% from 255 or 26.46% from 378); Blue value is 126 (49.61% from 255 or 33.33% from 378); Max value from RGB is 152 - color contains mainly: red. Hex color #98647E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #98647E is #679B81. Grayscale: #767676. Windows color (decimal): -6790018 or 8283288. OLE color: 8283288.
HSL color Cylindrical-coordinate representation of color #98647E: hue angle of 330º degrees, saturation: 0.21, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #98647E is Cyan = 0, Magento = 0.34, Yellow = 0.17 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 100 | 126 | - |
| CMYK | 0 | 0.34 | 0.17 | 0.40 |
| HSL | 330º | 0.21% | 0.49% | - |
| HSV(B) | 330º | 0.34% | 0.6% | - |
| XYZ | 21.27 | 17.3 | 21.96 | - |
| YUV | 118.51 | 132.23 | 151.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 100 | 126 | 0 | 0.34 | 0.17 | 0.40 | 330 | 0.21 | 0.49 |
| Hex | 98 | 64 | 7E | 0 | 22 | 11 | 28 | 14A | 15 | 31 |
| Octal | 230 | 144 | 176 | 0 | 42 | 21 | 50 | 512 | 25 | 61 |
| Binary | 10011000 | 1100100 | 1111110 | 0 | 100010 | 10001 | 101000 | 101001010 | 10101 | 110001 |
Color Harmonies of #98647E
Complementary color
Monochromatic Colors of #98647E
Black with #98647E
Text Example
Text Example
White with #98647E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98647E; }
p { color: rgb(152,100,126); }
H1.HeaderClassName
{
color: #98647E;
}
.AnyTagClassName
{
color: #98647E;
}
</style>
background-color css
<style>
a { background-color: #98647E; }
a { background-color: rgb(152,100,126); }
div.DivClassName
{
background-color: #98647E;
}
.BgClassName
{
background-color: #98647E;
}
</style>
border-color css
<style>
span { border-color: #98647E; }
span { border-color: rgb(152,100,126); }
td.TdClassName
{
border-color: #98647E;
}
.TagClassName
{
border-color: #98647E;
}
</style>