Shades of Strikemaster #985588
Tints of Strikemaster #985588
RGB
CMYK
RGB Variations
Color information
#985588 (or 0x985588) is known color: Strikemaster. HEX triplet: 98, 55 and 88. RGB value is (152,85,136). Sum of RGB (Red+Green+Blue) = 152+85+136=373 (49% of max value = 765). Red value is 152 (59.77% from 255 or 40.75% from 373); Green value is 85 (33.59% from 255 or 22.79% from 373); Blue value is 136 (53.52% from 255 or 36.46% from 373); Max value from RGB is 152 - color contains mainly: red. Hex color #985588 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #985588 is #67AA77. Grayscale: #6E6E6E. Windows color (decimal): -6793848 or 8934808. OLE color: 8934808.
HSL color Cylindrical-coordinate representation of color #985588: hue angle of 314.33º 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 #985588 is Cyan = 0, Magento = 0.44, Yellow = 0.11 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 85 | 136 | - |
| CMYK | 0 | 0.44 | 0.11 | 0.40 |
| HSL | 314.33º | 0.28% | 0.46% | - |
| HSV(B) | 314.33º | 0.44% | 0.6% | - |
| XYZ | 20.64 | 14.95 | 25.09 | - |
| YUV | 110.85 | 142.2 | 157.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 85 | 136 | 0 | 0.44 | 0.11 | 0.40 | 314.33 | 0.28 | 0.46 |
| Hex | 98 | 55 | 88 | 0 | 2C | B | 28 | 13A | 1C | 2E |
| Octal | 230 | 125 | 210 | 0 | 54 | 13 | 50 | 472 | 34 | 56 |
| Binary | 10011000 | 1010101 | 10001000 | 0 | 101100 | 1011 | 101000 | 100111010 | 11100 | 101110 |
Color Harmonies of #985588
Complementary color
Monochromatic Colors of #985588
Black with #985588
Text Example
Text Example
White with #985588
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #985588; }
p { color: rgb(152,85,136); }
H1.HeaderClassName
{
color: #985588;
}
.AnyTagClassName
{
color: #985588;
}
</style>
background-color css
<style>
a { background-color: #985588; }
a { background-color: rgb(152,85,136); }
div.DivClassName
{
background-color: #985588;
}
.BgClassName
{
background-color: #985588;
}
</style>
border-color css
<style>
span { border-color: #985588; }
span { border-color: rgb(152,85,136); }
td.TdClassName
{
border-color: #985588;
}
.TagClassName
{
border-color: #985588;
}
</style>