Shades of Strikemaster #985279
Tints of Strikemaster #985279
RGB
CMYK
RGB Variations
Color information
#985279 (or 0x985279) is known color: Strikemaster. HEX triplet: 98, 52 and 79. RGB value is (152,82,121). Sum of RGB (Red+Green+Blue) = 152+82+121=355 (47% of max value = 765). Red value is 152 (59.77% from 255 or 42.82% from 355); Green value is 82 (32.42% from 255 or 23.10% from 355); Blue value is 121 (47.66% from 255 or 34.08% from 355); Max value from RGB is 152 - color contains mainly: red. Hex color #985279 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #985279 is #67AD86. Grayscale: #6B6B6B. Windows color (decimal): -6794631 or 7951000. OLE color: 7951000.
HSL color Cylindrical-coordinate representation of color #985279: hue angle of 326.57º degrees, saturation: 0.3, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #985279 is Cyan = 0, Magento = 0.46, Yellow = 0.20 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 82 | 121 | - |
| CMYK | 0 | 0.46 | 0.20 | 0.40 |
| HSL | 326.57º | 0.3% | 0.46% | - |
| HSV(B) | 326.57º | 0.46% | 0.6% | - |
| XYZ | 19.42 | 14.09 | 19.79 | - |
| YUV | 107.38 | 135.69 | 159.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 82 | 121 | 0 | 0.46 | 0.20 | 0.40 | 326.57 | 0.3 | 0.46 |
| Hex | 98 | 52 | 79 | 0 | 2E | 14 | 28 | 147 | 1E | 2E |
| Octal | 230 | 122 | 171 | 0 | 56 | 24 | 50 | 507 | 36 | 56 |
| Binary | 10011000 | 1010010 | 1111001 | 0 | 101110 | 10100 | 101000 | 101000111 | 11110 | 101110 |
Color Harmonies of #985279
Complementary color
Monochromatic Colors of #985279
Black with #985279
Text Example
Text Example
White with #985279
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #985279; }
p { color: rgb(152,82,121); }
H1.HeaderClassName
{
color: #985279;
}
.AnyTagClassName
{
color: #985279;
}
</style>
background-color css
<style>
a { background-color: #985279; }
a { background-color: rgb(152,82,121); }
div.DivClassName
{
background-color: #985279;
}
.BgClassName
{
background-color: #985279;
}
</style>
border-color css
<style>
span { border-color: #985279; }
span { border-color: rgb(152,82,121); }
td.TdClassName
{
border-color: #985279;
}
.TagClassName
{
border-color: #985279;
}
</style>