Shades of Strikemaster #985679
Tints of Strikemaster #985679
RGB
CMYK
RGB Variations
Color information
#985679 (or 0x985679) is known color: Strikemaster. HEX triplet: 98, 56 and 79. RGB value is (152,86,121). Sum of RGB (Red+Green+Blue) = 152+86+121=359 (47% of max value = 765). Red value is 152 (59.77% from 255 or 42.34% from 359); Green value is 86 (33.98% from 255 or 23.96% from 359); Blue value is 121 (47.66% from 255 or 33.70% from 359); Max value from RGB is 152 - color contains mainly: red. Hex color #985679 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #985679 is #67A986. Grayscale: #6D6D6D. Windows color (decimal): -6793607 or 7952024. OLE color: 7952024.
HSL color Cylindrical-coordinate representation of color #985679: hue angle of 328.18º degrees, saturation: 0.28, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #985679 is Cyan = 0, Magento = 0.43, Yellow = 0.20 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 86 | 121 | - |
| CMYK | 0 | 0.43 | 0.20 | 0.40 |
| HSL | 328.18º | 0.28% | 0.47% | - |
| HSV(B) | 328.18º | 0.43% | 0.6% | - |
| XYZ | 19.73 | 14.71 | 19.89 | - |
| YUV | 109.72 | 134.37 | 158.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 86 | 121 | 0 | 0.43 | 0.20 | 0.40 | 328.18 | 0.28 | 0.47 |
| Hex | 98 | 56 | 79 | 0 | 2B | 14 | 28 | 148 | 1C | 2F |
| Octal | 230 | 126 | 171 | 0 | 53 | 24 | 50 | 510 | 34 | 57 |
| Binary | 10011000 | 1010110 | 1111001 | 0 | 101011 | 10100 | 101000 | 101001000 | 11100 | 101111 |
Color Harmonies of #985679
Complementary color
Monochromatic Colors of #985679
Black with #985679
Text Example
Text Example
White with #985679
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #985679; }
p { color: rgb(152,86,121); }
H1.HeaderClassName
{
color: #985679;
}
.AnyTagClassName
{
color: #985679;
}
</style>
background-color css
<style>
a { background-color: #985679; }
a { background-color: rgb(152,86,121); }
div.DivClassName
{
background-color: #985679;
}
.BgClassName
{
background-color: #985679;
}
</style>
border-color css
<style>
span { border-color: #985679; }
span { border-color: rgb(152,86,121); }
td.TdClassName
{
border-color: #985679;
}
.TagClassName
{
border-color: #985679;
}
</style>