Shades of Strikemaster #986179
Tints of Strikemaster #986179
RGB
CMYK
RGB Variations
Color information
#986179 (or 0x986179) is known color: Strikemaster. HEX triplet: 98, 61 and 79. RGB value is (152,97,121). Sum of RGB (Red+Green+Blue) = 152+97+121=370 (49% of max value = 765). Red value is 152 (59.77% from 255 or 41.08% from 370); Green value is 97 (38.28% from 255 or 26.22% from 370); Blue value is 121 (47.66% from 255 or 32.70% from 370); Max value from RGB is 152 - color contains mainly: red. Hex color #986179 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #986179 is #679E86. Grayscale: #747474. Windows color (decimal): -6790791 or 7954840. OLE color: 7954840.
HSL color Cylindrical-coordinate representation of color #986179: hue angle of 333.82º degrees, saturation: 0.22, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #986179 is Cyan = 0, Magento = 0.36, Yellow = 0.20 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 97 | 121 | - |
| CMYK | 0 | 0.36 | 0.20 | 0.40 |
| HSL | 333.82º | 0.22% | 0.49% | - |
| HSV(B) | 333.82º | 0.36% | 0.6% | - |
| XYZ | 20.67 | 16.61 | 20.2 | - |
| YUV | 116.18 | 130.72 | 153.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 97 | 121 | 0 | 0.36 | 0.20 | 0.40 | 333.82 | 0.22 | 0.49 |
| Hex | 98 | 61 | 79 | 0 | 24 | 14 | 28 | 14E | 16 | 31 |
| Octal | 230 | 141 | 171 | 0 | 44 | 24 | 50 | 516 | 26 | 61 |
| Binary | 10011000 | 1100001 | 1111001 | 0 | 100100 | 10100 | 101000 | 101001110 | 10110 | 110001 |
Color Harmonies of #986179
Complementary color
Monochromatic Colors of #986179
Black with #986179
Text Example
Text Example
White with #986179
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #986179; }
p { color: rgb(152,97,121); }
H1.HeaderClassName
{
color: #986179;
}
.AnyTagClassName
{
color: #986179;
}
</style>
background-color css
<style>
a { background-color: #986179; }
a { background-color: rgb(152,97,121); }
div.DivClassName
{
background-color: #986179;
}
.BgClassName
{
background-color: #986179;
}
</style>
border-color css
<style>
span { border-color: #986179; }
span { border-color: rgb(152,97,121); }
td.TdClassName
{
border-color: #986179;
}
.TagClassName
{
border-color: #986179;
}
</style>