Shades of Strikemaster #98607F
Tints of Strikemaster #98607F
RGB
CMYK
RGB Variations
Color information
#98607F (or 0x98607F) is known color: Strikemaster. HEX triplet: 98, 60 and 7F. RGB value is (152,96,127). Sum of RGB (Red+Green+Blue) = 152+96+127=375 (49% of max value = 765). Red value is 152 (59.77% from 255 or 40.53% from 375); Green value is 96 (37.89% from 255 or 25.6% from 375); Blue value is 127 (50% from 255 or 33.87% from 375); Max value from RGB is 152 - color contains mainly: red. Hex color #98607F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #98607F is #679F80. Grayscale: #747474. Windows color (decimal): -6791041 or 8347800. OLE color: 8347800.
HSL color Cylindrical-coordinate representation of color #98607F: hue angle of 326.79º degrees, saturation: 0.23, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #98607F is Cyan = 0, Magento = 0.37, Yellow = 0.16 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 96 | 127 | - |
| CMYK | 0 | 0.37 | 0.16 | 0.40 |
| HSL | 326.79º | 0.23% | 0.49% | - |
| HSV(B) | 326.79º | 0.37% | 0.6% | - |
| XYZ | 20.96 | 16.57 | 22.17 | - |
| YUV | 116.28 | 134.05 | 153.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 96 | 127 | 0 | 0.37 | 0.16 | 0.40 | 326.79 | 0.23 | 0.49 |
| Hex | 98 | 60 | 7F | 0 | 25 | 10 | 28 | 147 | 17 | 31 |
| Octal | 230 | 140 | 177 | 0 | 45 | 20 | 50 | 507 | 27 | 61 |
| Binary | 10011000 | 1100000 | 1111111 | 0 | 100101 | 10000 | 101000 | 101000111 | 10111 | 110001 |
Color Harmonies of #98607F
Complementary color
Monochromatic Colors of #98607F
Black with #98607F
Text Example
Text Example
White with #98607F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98607F; }
p { color: rgb(152,96,127); }
H1.HeaderClassName
{
color: #98607F;
}
.AnyTagClassName
{
color: #98607F;
}
</style>
background-color css
<style>
a { background-color: #98607F; }
a { background-color: rgb(152,96,127); }
div.DivClassName
{
background-color: #98607F;
}
.BgClassName
{
background-color: #98607F;
}
</style>
border-color css
<style>
span { border-color: #98607F; }
span { border-color: rgb(152,96,127); }
td.TdClassName
{
border-color: #98607F;
}
.TagClassName
{
border-color: #98607F;
}
</style>