Shades of Strikemaster #986079
Tints of Strikemaster #986079
RGB
CMYK
RGB Variations
Color information
#986079 (or 0x986079) is known color: Strikemaster. HEX triplet: 98, 60 and 79. RGB value is (152,96,121). Sum of RGB (Red+Green+Blue) = 152+96+121=369 (48% of max value = 765). Red value is 152 (59.77% from 255 or 41.19% from 369); Green value is 96 (37.89% from 255 or 26.02% from 369); Blue value is 121 (47.66% from 255 or 32.79% from 369); Max value from RGB is 152 - color contains mainly: red. Hex color #986079 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #986079 is #679F86. Grayscale: #737373. Windows color (decimal): -6791047 or 7954584. OLE color: 7954584.
HSL color Cylindrical-coordinate representation of color #986079: hue angle of 333.21º 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 #986079 is Cyan = 0, Magento = 0.37, Yellow = 0.20 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 96 | 121 | - |
| CMYK | 0 | 0.37 | 0.20 | 0.40 |
| HSL | 333.21º | 0.23% | 0.49% | - |
| HSV(B) | 333.21º | 0.37% | 0.6% | - |
| XYZ | 20.58 | 16.42 | 20.17 | - |
| YUV | 115.59 | 131.05 | 153.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 96 | 121 | 0 | 0.37 | 0.20 | 0.40 | 333.21 | 0.23 | 0.49 |
| Hex | 98 | 60 | 79 | 0 | 25 | 14 | 28 | 14D | 17 | 31 |
| Octal | 230 | 140 | 171 | 0 | 45 | 24 | 50 | 515 | 27 | 61 |
| Binary | 10011000 | 1100000 | 1111001 | 0 | 100101 | 10100 | 101000 | 101001101 | 10111 | 110001 |
Color Harmonies of #986079
Complementary color
Monochromatic Colors of #986079
Black with #986079
Text Example
Text Example
White with #986079
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #986079; }
p { color: rgb(152,96,121); }
H1.HeaderClassName
{
color: #986079;
}
.AnyTagClassName
{
color: #986079;
}
</style>
background-color css
<style>
a { background-color: #986079; }
a { background-color: rgb(152,96,121); }
div.DivClassName
{
background-color: #986079;
}
.BgClassName
{
background-color: #986079;
}
</style>
border-color css
<style>
span { border-color: #986079; }
span { border-color: rgb(152,96,121); }
td.TdClassName
{
border-color: #986079;
}
.TagClassName
{
border-color: #986079;
}
</style>