Shades of Strikemaster #985179
Tints of Strikemaster #985179
RGB
CMYK
RGB Variations
Color information
#985179 (or 0x985179) is known color: Strikemaster. HEX triplet: 98, 51 and 79. RGB value is (152,81,121). Sum of RGB (Red+Green+Blue) = 152+81+121=354 (46% of max value = 765). Red value is 152 (59.77% from 255 or 42.94% from 354); Green value is 81 (32.03% from 255 or 22.88% from 354); Blue value is 121 (47.66% from 255 or 34.18% from 354); Max value from RGB is 152 - color contains mainly: red. Hex color #985179 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #985179 is #67AE86. Grayscale: #6A6A6A. Windows color (decimal): -6794887 or 7950744. OLE color: 7950744.
HSL color Cylindrical-coordinate representation of color #985179: hue angle of 326.2º degrees, saturation: 0.3, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #985179 is Cyan = 0, Magento = 0.47, Yellow = 0.20 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 81 | 121 | - |
| CMYK | 0 | 0.47 | 0.20 | 0.40 |
| HSL | 326.2º | 0.3% | 0.46% | - |
| HSV(B) | 326.2º | 0.47% | 0.6% | - |
| XYZ | 19.34 | 13.94 | 19.76 | - |
| YUV | 106.79 | 136.02 | 160.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 81 | 121 | 0 | 0.47 | 0.20 | 0.40 | 326.2 | 0.3 | 0.46 |
| Hex | 98 | 51 | 79 | 0 | 2F | 14 | 28 | 146 | 1E | 2E |
| Octal | 230 | 121 | 171 | 0 | 57 | 24 | 50 | 506 | 36 | 56 |
| Binary | 10011000 | 1010001 | 1111001 | 0 | 101111 | 10100 | 101000 | 101000110 | 11110 | 101110 |
Color Harmonies of #985179
Complementary color
Monochromatic Colors of #985179
Black with #985179
Text Example
Text Example
White with #985179
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #985179; }
p { color: rgb(152,81,121); }
H1.HeaderClassName
{
color: #985179;
}
.AnyTagClassName
{
color: #985179;
}
</style>
background-color css
<style>
a { background-color: #985179; }
a { background-color: rgb(152,81,121); }
div.DivClassName
{
background-color: #985179;
}
.BgClassName
{
background-color: #985179;
}
</style>
border-color css
<style>
span { border-color: #985179; }
span { border-color: rgb(152,81,121); }
td.TdClassName
{
border-color: #985179;
}
.TagClassName
{
border-color: #985179;
}
</style>