Shades of Strikemaster #98647B
Tints of Strikemaster #98647B
RGB
CMYK
RGB Variations
Color information
#98647B (or 0x98647B) is known color: Strikemaster. HEX triplet: 98, 64 and 7B. RGB value is (152,100,123). Sum of RGB (Red+Green+Blue) = 152+100+123=375 (49% of max value = 765). Red value is 152 (59.77% from 255 or 40.53% from 375); Green value is 100 (39.45% from 255 or 26.67% from 375); Blue value is 123 (48.44% from 255 or 32.8% from 375); Max value from RGB is 152 - color contains mainly: red. Hex color #98647B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #98647B is #679B84. Grayscale: #767676. Windows color (decimal): -6790021 or 8086680. OLE color: 8086680.
HSL color Cylindrical-coordinate representation of color #98647B: hue angle of 333.46º degrees, saturation: 0.21, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #98647B is Cyan = 0, Magento = 0.34, Yellow = 0.19 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 100 | 123 | - |
| CMYK | 0 | 0.34 | 0.19 | 0.40 |
| HSL | 333.46º | 0.21% | 0.49% | - |
| HSV(B) | 333.46º | 0.34% | 0.6% | - |
| XYZ | 21.08 | 17.22 | 20.95 | - |
| YUV | 118.17 | 130.73 | 152.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 100 | 123 | 0 | 0.34 | 0.19 | 0.40 | 333.46 | 0.21 | 0.49 |
| Hex | 98 | 64 | 7B | 0 | 22 | 13 | 28 | 14D | 15 | 31 |
| Octal | 230 | 144 | 173 | 0 | 42 | 23 | 50 | 515 | 25 | 61 |
| Binary | 10011000 | 1100100 | 1111011 | 0 | 100010 | 10011 | 101000 | 101001101 | 10101 | 110001 |
Color Harmonies of #98647B
Complementary color
Monochromatic Colors of #98647B
Black with #98647B
Text Example
Text Example
White with #98647B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98647B; }
p { color: rgb(152,100,123); }
H1.HeaderClassName
{
color: #98647B;
}
.AnyTagClassName
{
color: #98647B;
}
</style>
background-color css
<style>
a { background-color: #98647B; }
a { background-color: rgb(152,100,123); }
div.DivClassName
{
background-color: #98647B;
}
.BgClassName
{
background-color: #98647B;
}
</style>
border-color css
<style>
span { border-color: #98647B; }
span { border-color: rgb(152,100,123); }
td.TdClassName
{
border-color: #98647B;
}
.TagClassName
{
border-color: #98647B;
}
</style>