Shades of Strikemaster #985C86
Tints of Strikemaster #985C86
RGB
CMYK
RGB Variations
Color information
#985C86 (or 0x985C86) is known color: Strikemaster. HEX triplet: 98, 5C and 86. RGB value is (152,92,134). Sum of RGB (Red+Green+Blue) = 152+92+134=378 (50% of max value = 765). Red value is 152 (59.77% from 255 or 40.21% from 378); Green value is 92 (36.33% from 255 or 24.34% from 378); Blue value is 134 (52.73% from 255 or 35.45% from 378); Max value from RGB is 152 - color contains mainly: red. Hex color #985C86 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #985C86 is #67A379. Grayscale: #727272. Windows color (decimal): -6792058 or 8805528. OLE color: 8805528.
HSL color Cylindrical-coordinate representation of color #985C86: hue angle of 318º degrees, saturation: 0.25, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #985C86 is Cyan = 0, Magento = 0.39, Yellow = 0.12 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 92 | 134 | - |
| CMYK | 0 | 0.39 | 0.12 | 0.40 |
| HSL | 318º | 0.25% | 0.48% | - |
| HSV(B) | 318º | 0.39% | 0.6% | - |
| XYZ | 21.08 | 16.05 | 24.54 | - |
| YUV | 114.73 | 138.88 | 154.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 92 | 134 | 0 | 0.39 | 0.12 | 0.40 | 318 | 0.25 | 0.48 |
| Hex | 98 | 5C | 86 | 0 | 27 | C | 28 | 13E | 19 | 30 |
| Octal | 230 | 134 | 206 | 0 | 47 | 14 | 50 | 476 | 31 | 60 |
| Binary | 10011000 | 1011100 | 10000110 | 0 | 100111 | 1100 | 101000 | 100111110 | 11001 | 110000 |
Color Harmonies of #985C86
Complementary color
Monochromatic Colors of #985C86
Black with #985C86
Text Example
Text Example
White with #985C86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #985C86; }
p { color: rgb(152,92,134); }
H1.HeaderClassName
{
color: #985C86;
}
.AnyTagClassName
{
color: #985C86;
}
</style>
background-color css
<style>
a { background-color: #985C86; }
a { background-color: rgb(152,92,134); }
div.DivClassName
{
background-color: #985C86;
}
.BgClassName
{
background-color: #985C86;
}
</style>
border-color css
<style>
span { border-color: #985C86; }
span { border-color: rgb(152,92,134); }
td.TdClassName
{
border-color: #985C86;
}
.TagClassName
{
border-color: #985C86;
}
</style>