Shades of Strikemaster #985978
Tints of Strikemaster #985978
RGB
CMYK
RGB Variations
Color information
#985978 (or 0x985978) is known color: Strikemaster. HEX triplet: 98, 59 and 78. RGB value is (152,89,120). Sum of RGB (Red+Green+Blue) = 152+89+120=361 (47% of max value = 765). Red value is 152 (59.77% from 255 or 42.11% from 361); Green value is 89 (35.16% from 255 or 24.65% from 361); Blue value is 120 (47.27% from 255 or 33.24% from 361); Max value from RGB is 152 - color contains mainly: red. Hex color #985978 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #985978 is #67A687. Grayscale: #6F6F6F. Windows color (decimal): -6792840 or 7887256. OLE color: 7887256.
HSL color Cylindrical-coordinate representation of color #985978: hue angle of 330.48º degrees, saturation: 0.26, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #985978 is Cyan = 0, Magento = 0.41, Yellow = 0.21 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 89 | 120 | - |
| CMYK | 0 | 0.41 | 0.21 | 0.40 |
| HSL | 330.48º | 0.26% | 0.47% | - |
| HSV(B) | 330.48º | 0.41% | 0.6% | - |
| XYZ | 19.91 | 15.18 | 19.65 | - |
| YUV | 111.37 | 132.87 | 156.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 89 | 120 | 0 | 0.41 | 0.21 | 0.40 | 330.48 | 0.26 | 0.47 |
| Hex | 98 | 59 | 78 | 0 | 29 | 15 | 28 | 14A | 1A | 2F |
| Octal | 230 | 131 | 170 | 0 | 51 | 25 | 50 | 512 | 32 | 57 |
| Binary | 10011000 | 1011001 | 1111000 | 0 | 101001 | 10101 | 101000 | 101001010 | 11010 | 101111 |
Color Harmonies of #985978
Complementary color
Monochromatic Colors of #985978
Black with #985978
Text Example
Text Example
White with #985978
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #985978; }
p { color: rgb(152,89,120); }
H1.HeaderClassName
{
color: #985978;
}
.AnyTagClassName
{
color: #985978;
}
</style>
background-color css
<style>
a { background-color: #985978; }
a { background-color: rgb(152,89,120); }
div.DivClassName
{
background-color: #985978;
}
.BgClassName
{
background-color: #985978;
}
</style>
border-color css
<style>
span { border-color: #985978; }
span { border-color: rgb(152,89,120); }
td.TdClassName
{
border-color: #985978;
}
.TagClassName
{
border-color: #985978;
}
</style>