Shades of Strikemaster #98657D
Tints of Strikemaster #98657D
RGB
CMYK
RGB Variations
Color information
#98657D (or 0x98657D) is known color: Strikemaster. HEX triplet: 98, 65 and 7D. RGB value is (152,101,125). Sum of RGB (Red+Green+Blue) = 152+101+125=378 (50% of max value = 765). Red value is 152 (59.77% from 255 or 40.21% from 378); Green value is 101 (39.84% from 255 or 26.72% from 378); Blue value is 125 (49.22% from 255 or 33.07% from 378); Max value from RGB is 152 - color contains mainly: red. Hex color #98657D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #98657D is #679A82. Grayscale: #767676. Windows color (decimal): -6789763 or 8218008. OLE color: 8218008.
HSL color Cylindrical-coordinate representation of color #98657D: hue angle of 331.76º 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 #98657D is Cyan = 0, Magento = 0.34, Yellow = 0.18 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 101 | 125 | - |
| CMYK | 0 | 0.34 | 0.18 | 0.40 |
| HSL | 331.76º | 0.2% | 0.5% | - |
| HSV(B) | 331.76º | 0.34% | 0.6% | - |
| XYZ | 21.3 | 17.46 | 21.65 | - |
| YUV | 118.99 | 131.4 | 151.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 101 | 125 | 0 | 0.34 | 0.18 | 0.40 | 331.76 | 0.2 | 0.5 |
| Hex | 98 | 65 | 7D | 0 | 22 | 12 | 28 | 14C | 14 | 32 |
| Octal | 230 | 145 | 175 | 0 | 42 | 22 | 50 | 514 | 24 | 62 |
| Binary | 10011000 | 1100101 | 1111101 | 0 | 100010 | 10010 | 101000 | 101001100 | 10100 | 110010 |
Color Harmonies of #98657D
Complementary color
Monochromatic Colors of #98657D
Black with #98657D
Text Example
Text Example
White with #98657D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98657D; }
p { color: rgb(152,101,125); }
H1.HeaderClassName
{
color: #98657D;
}
.AnyTagClassName
{
color: #98657D;
}
</style>
background-color css
<style>
a { background-color: #98657D; }
a { background-color: rgb(152,101,125); }
div.DivClassName
{
background-color: #98657D;
}
.BgClassName
{
background-color: #98657D;
}
</style>
border-color css
<style>
span { border-color: #98657D; }
span { border-color: rgb(152,101,125); }
td.TdClassName
{
border-color: #98657D;
}
.TagClassName
{
border-color: #98657D;
}
</style>