Shades of Strikemaster #985488
Tints of Strikemaster #985488
RGB
CMYK
RGB Variations
Color information
#985488 (or 0x985488) is known color: Strikemaster. HEX triplet: 98, 54 and 88. RGB value is (152,84,136). Sum of RGB (Red+Green+Blue) = 152+84+136=372 (49% of max value = 765). Red value is 152 (59.77% from 255 or 40.86% from 372); Green value is 84 (33.20% from 255 or 22.58% from 372); Blue value is 136 (53.52% from 255 or 36.56% from 372); Max value from RGB is 152 - color contains mainly: red. Hex color #985488 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #985488 is #67AB77. Grayscale: #6E6E6E. Windows color (decimal): -6794104 or 8934552. OLE color: 8934552.
HSL color Cylindrical-coordinate representation of color #985488: hue angle of 314.12º degrees, saturation: 0.29, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #985488 is Cyan = 0, Magento = 0.45, Yellow = 0.11 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 84 | 136 | - |
| CMYK | 0 | 0.45 | 0.11 | 0.40 |
| HSL | 314.12º | 0.29% | 0.46% | - |
| HSV(B) | 314.12º | 0.45% | 0.6% | - |
| XYZ | 20.56 | 14.79 | 25.06 | - |
| YUV | 110.26 | 142.53 | 157.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 84 | 136 | 0 | 0.45 | 0.11 | 0.40 | 314.12 | 0.29 | 0.46 |
| Hex | 98 | 54 | 88 | 0 | 2D | B | 28 | 13A | 1D | 2E |
| Octal | 230 | 124 | 210 | 0 | 55 | 13 | 50 | 472 | 35 | 56 |
| Binary | 10011000 | 1010100 | 10001000 | 0 | 101101 | 1011 | 101000 | 100111010 | 11101 | 101110 |
Color Harmonies of #985488
Complementary color
Monochromatic Colors of #985488
Black with #985488
Text Example
Text Example
White with #985488
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #985488; }
p { color: rgb(152,84,136); }
H1.HeaderClassName
{
color: #985488;
}
.AnyTagClassName
{
color: #985488;
}
</style>
background-color css
<style>
a { background-color: #985488; }
a { background-color: rgb(152,84,136); }
div.DivClassName
{
background-color: #985488;
}
.BgClassName
{
background-color: #985488;
}
</style>
border-color css
<style>
span { border-color: #985488; }
span { border-color: rgb(152,84,136); }
td.TdClassName
{
border-color: #985488;
}
.TagClassName
{
border-color: #985488;
}
</style>