Shades of Strikemaster #98607B
Tints of Strikemaster #98607B
RGB
CMYK
RGB Variations
Color information
#98607B (or 0x98607B) is known color: Strikemaster. HEX triplet: 98, 60 and 7B. RGB value is (152,96,123). Sum of RGB (Red+Green+Blue) = 152+96+123=371 (49% of max value = 765). Red value is 152 (59.77% from 255 or 40.97% from 371); Green value is 96 (37.89% from 255 or 25.88% from 371); Blue value is 123 (48.44% from 255 or 33.15% from 371); Max value from RGB is 152 - color contains mainly: red. Hex color #98607B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #98607B is #679F84. Grayscale: #737373. Windows color (decimal): -6791045 or 8085656. OLE color: 8085656.
HSL color Cylindrical-coordinate representation of color #98607B: hue angle of 331.07º 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 #98607B is Cyan = 0, Magento = 0.37, Yellow = 0.19 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 96 | 123 | - |
| CMYK | 0 | 0.37 | 0.19 | 0.40 |
| HSL | 331.07º | 0.23% | 0.49% | - |
| HSV(B) | 331.07º | 0.37% | 0.6% | - |
| XYZ | 20.71 | 16.47 | 20.83 | - |
| YUV | 115.82 | 132.05 | 153.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 96 | 123 | 0 | 0.37 | 0.19 | 0.40 | 331.07 | 0.23 | 0.49 |
| Hex | 98 | 60 | 7B | 0 | 25 | 13 | 28 | 14B | 17 | 31 |
| Octal | 230 | 140 | 173 | 0 | 45 | 23 | 50 | 513 | 27 | 61 |
| Binary | 10011000 | 1100000 | 1111011 | 0 | 100101 | 10011 | 101000 | 101001011 | 10111 | 110001 |
Color Harmonies of #98607B
Complementary color
Monochromatic Colors of #98607B
Black with #98607B
Text Example
Text Example
White with #98607B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98607B; }
p { color: rgb(152,96,123); }
H1.HeaderClassName
{
color: #98607B;
}
.AnyTagClassName
{
color: #98607B;
}
</style>
background-color css
<style>
a { background-color: #98607B; }
a { background-color: rgb(152,96,123); }
div.DivClassName
{
background-color: #98607B;
}
.BgClassName
{
background-color: #98607B;
}
</style>
border-color css
<style>
span { border-color: #98607B; }
span { border-color: rgb(152,96,123); }
td.TdClassName
{
border-color: #98607B;
}
.TagClassName
{
border-color: #98607B;
}
</style>