Shades of Strikemaster #985886
Tints of Strikemaster #985886
RGB
CMYK
RGB Variations
Color information
#985886 (or 0x985886) is known color: Strikemaster. HEX triplet: 98, 58 and 86. RGB value is (152,88,134). Sum of RGB (Red+Green+Blue) = 152+88+134=374 (49% of max value = 765). Red value is 152 (59.77% from 255 or 40.64% from 374); Green value is 88 (34.77% from 255 or 23.53% from 374); Blue value is 134 (52.73% from 255 or 35.83% from 374); Max value from RGB is 152 - color contains mainly: red. Hex color #985886 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #985886 is #67A779. Grayscale: #707070. Windows color (decimal): -6793082 or 8804504. OLE color: 8804504.
HSL color Cylindrical-coordinate representation of color #985886: hue angle of 316.88º degrees, saturation: 0.27, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #985886 is Cyan = 0, Magento = 0.42, Yellow = 0.12 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 88 | 134 | - |
| CMYK | 0 | 0.42 | 0.12 | 0.40 |
| HSL | 316.88º | 0.27% | 0.47% | - |
| HSV(B) | 316.88º | 0.42% | 0.6% | - |
| XYZ | 20.74 | 15.38 | 24.43 | - |
| YUV | 112.38 | 140.2 | 156.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 88 | 134 | 0 | 0.42 | 0.12 | 0.40 | 316.88 | 0.27 | 0.47 |
| Hex | 98 | 58 | 86 | 0 | 2A | C | 28 | 13D | 1B | 2F |
| Octal | 230 | 130 | 206 | 0 | 52 | 14 | 50 | 475 | 33 | 57 |
| Binary | 10011000 | 1011000 | 10000110 | 0 | 101010 | 1100 | 101000 | 100111101 | 11011 | 101111 |
Color Harmonies of #985886
Complementary color
Monochromatic Colors of #985886
Black with #985886
Text Example
Text Example
White with #985886
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #985886; }
p { color: rgb(152,88,134); }
H1.HeaderClassName
{
color: #985886;
}
.AnyTagClassName
{
color: #985886;
}
</style>
background-color css
<style>
a { background-color: #985886; }
a { background-color: rgb(152,88,134); }
div.DivClassName
{
background-color: #985886;
}
.BgClassName
{
background-color: #985886;
}
</style>
border-color css
<style>
span { border-color: #985886; }
span { border-color: rgb(152,88,134); }
td.TdClassName
{
border-color: #985886;
}
.TagClassName
{
border-color: #985886;
}
</style>