Shades of Strikemaster #98607C
Tints of Strikemaster #98607C
RGB
CMYK
RGB Variations
Color information
#98607C (or 0x98607C) is known color: Strikemaster. HEX triplet: 98, 60 and 7C. RGB value is (152,96,124). Sum of RGB (Red+Green+Blue) = 152+96+124=372 (49% of max value = 765). Red value is 152 (59.77% from 255 or 40.86% from 372); Green value is 96 (37.89% from 255 or 25.81% from 372); Blue value is 124 (48.83% from 255 or 33.33% from 372); Max value from RGB is 152 - color contains mainly: red. Hex color #98607C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #98607C is #679F83. Grayscale: #737373. Windows color (decimal): -6791044 or 8151192. OLE color: 8151192.
HSL color Cylindrical-coordinate representation of color #98607C: hue angle of 330º 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 #98607C is Cyan = 0, Magento = 0.37, Yellow = 0.18 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 96 | 124 | - |
| CMYK | 0 | 0.37 | 0.18 | 0.40 |
| HSL | 330º | 0.23% | 0.49% | - |
| HSV(B) | 330º | 0.37% | 0.6% | - |
| XYZ | 20.77 | 16.5 | 21.16 | - |
| YUV | 115.94 | 132.55 | 153.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 96 | 124 | 0 | 0.37 | 0.18 | 0.40 | 330 | 0.23 | 0.49 |
| Hex | 98 | 60 | 7C | 0 | 25 | 12 | 28 | 14A | 17 | 31 |
| Octal | 230 | 140 | 174 | 0 | 45 | 22 | 50 | 512 | 27 | 61 |
| Binary | 10011000 | 1100000 | 1111100 | 0 | 100101 | 10010 | 101000 | 101001010 | 10111 | 110001 |
Color Harmonies of #98607C
Complementary color
Monochromatic Colors of #98607C
Black with #98607C
Text Example
Text Example
White with #98607C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98607C; }
p { color: rgb(152,96,124); }
H1.HeaderClassName
{
color: #98607C;
}
.AnyTagClassName
{
color: #98607C;
}
</style>
background-color css
<style>
a { background-color: #98607C; }
a { background-color: rgb(152,96,124); }
div.DivClassName
{
background-color: #98607C;
}
.BgClassName
{
background-color: #98607C;
}
</style>
border-color css
<style>
span { border-color: #98607C; }
span { border-color: rgb(152,96,124); }
td.TdClassName
{
border-color: #98607C;
}
.TagClassName
{
border-color: #98607C;
}
</style>