Shades of Strikemaster #985879
Tints of Strikemaster #985879
RGB
CMYK
RGB Variations
Color information
#985879 (or 0x985879) is known color: Strikemaster. HEX triplet: 98, 58 and 79. RGB value is (152,88,121). Sum of RGB (Red+Green+Blue) = 152+88+121=361 (47% of max value = 765). Red value is 152 (59.77% from 255 or 42.11% from 361); Green value is 88 (34.77% from 255 or 24.38% from 361); Blue value is 121 (47.66% from 255 or 33.52% from 361); Max value from RGB is 152 - color contains mainly: red. Hex color #985879 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #985879 is #67A786. Grayscale: #6E6E6E. Windows color (decimal): -6793095 or 7952536. OLE color: 7952536.
HSL color Cylindrical-coordinate representation of color #985879: hue angle of 329.06º degrees, saturation: 0.27, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #985879 is Cyan = 0, Magento = 0.42, Yellow = 0.20 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 88 | 121 | - |
| CMYK | 0 | 0.42 | 0.20 | 0.40 |
| HSL | 329.06º | 0.27% | 0.47% | - |
| HSV(B) | 329.06º | 0.42% | 0.6% | - |
| XYZ | 19.89 | 15.04 | 19.94 | - |
| YUV | 110.9 | 133.7 | 157.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 88 | 121 | 0 | 0.42 | 0.20 | 0.40 | 329.06 | 0.27 | 0.47 |
| Hex | 98 | 58 | 79 | 0 | 2A | 14 | 28 | 149 | 1B | 2F |
| Octal | 230 | 130 | 171 | 0 | 52 | 24 | 50 | 511 | 33 | 57 |
| Binary | 10011000 | 1011000 | 1111001 | 0 | 101010 | 10100 | 101000 | 101001001 | 11011 | 101111 |
Color Harmonies of #985879
Complementary color
Monochromatic Colors of #985879
Black with #985879
Text Example
Text Example
White with #985879
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #985879; }
p { color: rgb(152,88,121); }
H1.HeaderClassName
{
color: #985879;
}
.AnyTagClassName
{
color: #985879;
}
</style>
background-color css
<style>
a { background-color: #985879; }
a { background-color: rgb(152,88,121); }
div.DivClassName
{
background-color: #985879;
}
.BgClassName
{
background-color: #985879;
}
</style>
border-color css
<style>
span { border-color: #985879; }
span { border-color: rgb(152,88,121); }
td.TdClassName
{
border-color: #985879;
}
.TagClassName
{
border-color: #985879;
}
</style>