Shades of Strikemaster #98647F
Tints of Strikemaster #98647F
RGB
CMYK
RGB Variations
Color information
#98647F (or 0x98647F) is known color: Strikemaster. HEX triplet: 98, 64 and 7F. RGB value is (152,100,127). Sum of RGB (Red+Green+Blue) = 152+100+127=379 (50% of max value = 765). Red value is 152 (59.77% from 255 or 40.11% from 379); Green value is 100 (39.45% from 255 or 26.39% from 379); Blue value is 127 (50% from 255 or 33.51% from 379); Max value from RGB is 152 - color contains mainly: red. Hex color #98647F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #98647F is #679B80. Grayscale: #767676. Windows color (decimal): -6790017 or 8348824. OLE color: 8348824.
HSL color Cylindrical-coordinate representation of color #98647F: hue angle of 328.85º 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 #98647F is Cyan = 0, Magento = 0.34, Yellow = 0.16 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 100 | 127 | - |
| CMYK | 0 | 0.34 | 0.16 | 0.40 |
| HSL | 328.85º | 0.21% | 0.49% | - |
| HSV(B) | 328.85º | 0.34% | 0.6% | - |
| XYZ | 21.34 | 17.32 | 22.3 | - |
| YUV | 118.63 | 132.73 | 151.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 100 | 127 | 0 | 0.34 | 0.16 | 0.40 | 328.85 | 0.21 | 0.49 |
| Hex | 98 | 64 | 7F | 0 | 22 | 10 | 28 | 149 | 15 | 31 |
| Octal | 230 | 144 | 177 | 0 | 42 | 20 | 50 | 511 | 25 | 61 |
| Binary | 10011000 | 1100100 | 1111111 | 0 | 100010 | 10000 | 101000 | 101001001 | 10101 | 110001 |
Color Harmonies of #98647F
Complementary color
Monochromatic Colors of #98647F
Black with #98647F
Text Example
Text Example
White with #98647F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98647F; }
p { color: rgb(152,100,127); }
H1.HeaderClassName
{
color: #98647F;
}
.AnyTagClassName
{
color: #98647F;
}
</style>
background-color css
<style>
a { background-color: #98647F; }
a { background-color: rgb(152,100,127); }
div.DivClassName
{
background-color: #98647F;
}
.BgClassName
{
background-color: #98647F;
}
</style>
border-color css
<style>
span { border-color: #98647F; }
span { border-color: rgb(152,100,127); }
td.TdClassName
{
border-color: #98647F;
}
.TagClassName
{
border-color: #98647F;
}
</style>