Shades of Strikemaster #98637E
Tints of Strikemaster #98637E
RGB
CMYK
RGB Variations
Color information
#98637E (or 0x98637E) is known color: Strikemaster. HEX triplet: 98, 63 and 7E. RGB value is (152,99,126). Sum of RGB (Red+Green+Blue) = 152+99+126=377 (49% of max value = 765). Red value is 152 (59.77% from 255 or 40.32% from 377); Green value is 99 (39.06% from 255 or 26.26% from 377); Blue value is 126 (49.61% from 255 or 33.42% from 377); Max value from RGB is 152 - color contains mainly: red. Hex color #98637E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #98637E is #679C81. Grayscale: #757575. Windows color (decimal): -6790274 or 8283032. OLE color: 8283032.
HSL color Cylindrical-coordinate representation of color #98637E: hue angle of 329.43º degrees, saturation: 0.21, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #98637E is Cyan = 0, Magento = 0.35, Yellow = 0.17 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 99 | 126 | - |
| CMYK | 0 | 0.35 | 0.17 | 0.40 |
| HSL | 329.43º | 0.21% | 0.49% | - |
| HSV(B) | 329.43º | 0.35% | 0.6% | - |
| XYZ | 21.18 | 17.11 | 21.92 | - |
| YUV | 117.93 | 132.56 | 152.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 99 | 126 | 0 | 0.35 | 0.17 | 0.40 | 329.43 | 0.21 | 0.49 |
| Hex | 98 | 63 | 7E | 0 | 23 | 11 | 28 | 149 | 15 | 31 |
| Octal | 230 | 143 | 176 | 0 | 43 | 21 | 50 | 511 | 25 | 61 |
| Binary | 10011000 | 1100011 | 1111110 | 0 | 100011 | 10001 | 101000 | 101001001 | 10101 | 110001 |
Color Harmonies of #98637E
Complementary color
Monochromatic Colors of #98637E
Black with #98637E
Text Example
Text Example
White with #98637E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98637E; }
p { color: rgb(152,99,126); }
H1.HeaderClassName
{
color: #98637E;
}
.AnyTagClassName
{
color: #98637E;
}
</style>
background-color css
<style>
a { background-color: #98637E; }
a { background-color: rgb(152,99,126); }
div.DivClassName
{
background-color: #98637E;
}
.BgClassName
{
background-color: #98637E;
}
</style>
border-color css
<style>
span { border-color: #98637E; }
span { border-color: rgb(152,99,126); }
td.TdClassName
{
border-color: #98637E;
}
.TagClassName
{
border-color: #98637E;
}
</style>