Shades of Strikemaster #985584
Tints of Strikemaster #985584
RGB
CMYK
RGB Variations
Color information
#985584 (or 0x985584) is known color: Strikemaster. HEX triplet: 98, 55 and 84. RGB value is (152,85,132). Sum of RGB (Red+Green+Blue) = 152+85+132=369 (48% of max value = 765). Red value is 152 (59.77% from 255 or 41.19% from 369); Green value is 85 (33.59% from 255 or 23.04% from 369); Blue value is 132 (51.95% from 255 or 35.77% from 369); Max value from RGB is 152 - color contains mainly: red. Hex color #985584 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #985584 is #67AA7B. Grayscale: #6E6E6E. Windows color (decimal): -6793852 or 8672664. OLE color: 8672664.
HSL color Cylindrical-coordinate representation of color #985584: hue angle of 317.91º degrees, saturation: 0.28, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #985584 is Cyan = 0, Magento = 0.44, Yellow = 0.13 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 85 | 132 | - |
| CMYK | 0 | 0.44 | 0.13 | 0.40 |
| HSL | 317.91º | 0.28% | 0.46% | - |
| HSV(B) | 317.91º | 0.44% | 0.6% | - |
| XYZ | 20.36 | 14.84 | 23.62 | - |
| YUV | 110.39 | 140.2 | 157.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 85 | 132 | 0 | 0.44 | 0.13 | 0.40 | 317.91 | 0.28 | 0.46 |
| Hex | 98 | 55 | 84 | 0 | 2C | D | 28 | 13E | 1C | 2E |
| Octal | 230 | 125 | 204 | 0 | 54 | 15 | 50 | 476 | 34 | 56 |
| Binary | 10011000 | 1010101 | 10000100 | 0 | 101100 | 1101 | 101000 | 100111110 | 11100 | 101110 |
Color Harmonies of #985584
Complementary color
Monochromatic Colors of #985584
Black with #985584
Text Example
Text Example
White with #985584
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #985584; }
p { color: rgb(152,85,132); }
H1.HeaderClassName
{
color: #985584;
}
.AnyTagClassName
{
color: #985584;
}
</style>
background-color css
<style>
a { background-color: #985584; }
a { background-color: rgb(152,85,132); }
div.DivClassName
{
background-color: #985584;
}
.BgClassName
{
background-color: #985584;
}
</style>
border-color css
<style>
span { border-color: #985584; }
span { border-color: rgb(152,85,132); }
td.TdClassName
{
border-color: #985584;
}
.TagClassName
{
border-color: #985584;
}
</style>