Shades of Strikemaster #98647C
Tints of Strikemaster #98647C
RGB
CMYK
RGB Variations
Color information
#98647C (or 0x98647C) is known color: Strikemaster. HEX triplet: 98, 64 and 7C. RGB value is (152,100,124). Sum of RGB (Red+Green+Blue) = 152+100+124=376 (49% of max value = 765). Red value is 152 (59.77% from 255 or 40.43% from 376); Green value is 100 (39.45% from 255 or 26.60% from 376); Blue value is 124 (48.83% from 255 or 32.98% from 376); Max value from RGB is 152 - color contains mainly: red. Hex color #98647C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #98647C is #679B83. Grayscale: #767676. Windows color (decimal): -6790020 or 8152216. OLE color: 8152216.
HSL color Cylindrical-coordinate representation of color #98647C: hue angle of 332.31º 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 #98647C is Cyan = 0, Magento = 0.34, Yellow = 0.18 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 100 | 124 | - |
| CMYK | 0 | 0.34 | 0.18 | 0.40 |
| HSL | 332.31º | 0.21% | 0.49% | - |
| HSV(B) | 332.31º | 0.34% | 0.6% | - |
| XYZ | 21.14 | 17.24 | 21.28 | - |
| YUV | 118.28 | 131.23 | 152.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 100 | 124 | 0 | 0.34 | 0.18 | 0.40 | 332.31 | 0.21 | 0.49 |
| Hex | 98 | 64 | 7C | 0 | 22 | 12 | 28 | 14C | 15 | 31 |
| Octal | 230 | 144 | 174 | 0 | 42 | 22 | 50 | 514 | 25 | 61 |
| Binary | 10011000 | 1100100 | 1111100 | 0 | 100010 | 10010 | 101000 | 101001100 | 10101 | 110001 |
Color Harmonies of #98647C
Complementary color
Monochromatic Colors of #98647C
Black with #98647C
Text Example
Text Example
White with #98647C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98647C; }
p { color: rgb(152,100,124); }
H1.HeaderClassName
{
color: #98647C;
}
.AnyTagClassName
{
color: #98647C;
}
</style>
background-color css
<style>
a { background-color: #98647C; }
a { background-color: rgb(152,100,124); }
div.DivClassName
{
background-color: #98647C;
}
.BgClassName
{
background-color: #98647C;
}
</style>
border-color css
<style>
span { border-color: #98647C; }
span { border-color: rgb(152,100,124); }
td.TdClassName
{
border-color: #98647C;
}
.TagClassName
{
border-color: #98647C;
}
</style>