Shades of Strikemaster #985F85
Tints of Strikemaster #985F85
RGB
CMYK
RGB Variations
Color information
#985F85 (or 0x985F85) is known color: Strikemaster. HEX triplet: 98, 5F and 85. RGB value is (152,95,133). Sum of RGB (Red+Green+Blue) = 152+95+133=380 (50% of max value = 765). Red value is 152 (59.77% from 255 or 40% from 380); Green value is 95 (37.5% from 255 or 25% from 380); Blue value is 133 (52.34% from 255 or 35% from 380); Max value from RGB is 152 - color contains mainly: red. Hex color #985F85 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #985F85 is #67A07A. Grayscale: #747474. Windows color (decimal): -6791291 or 8740760. OLE color: 8740760.
HSL color Cylindrical-coordinate representation of color #985F85: hue angle of 320º degrees, saturation: 0.23, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #985F85 is Cyan = 0, Magento = 0.38, Yellow = 0.13 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 95 | 133 | - |
| CMYK | 0 | 0.38 | 0.13 | 0.40 |
| HSL | 320º | 0.23% | 0.48% | - |
| HSV(B) | 320º | 0.38% | 0.6% | - |
| XYZ | 21.27 | 16.55 | 24.26 | - |
| YUV | 116.38 | 137.38 | 153.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 95 | 133 | 0 | 0.38 | 0.13 | 0.40 | 320 | 0.23 | 0.48 |
| Hex | 98 | 5F | 85 | 0 | 26 | D | 28 | 140 | 17 | 30 |
| Octal | 230 | 137 | 205 | 0 | 46 | 15 | 50 | 500 | 27 | 60 |
| Binary | 10011000 | 1011111 | 10000101 | 0 | 100110 | 1101 | 101000 | 101000000 | 10111 | 110000 |
Color Harmonies of #985F85
Complementary color
Monochromatic Colors of #985F85
Black with #985F85
Text Example
Text Example
White with #985F85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #985F85; }
p { color: rgb(152,95,133); }
H1.HeaderClassName
{
color: #985F85;
}
.AnyTagClassName
{
color: #985F85;
}
</style>
background-color css
<style>
a { background-color: #985F85; }
a { background-color: rgb(152,95,133); }
div.DivClassName
{
background-color: #985F85;
}
.BgClassName
{
background-color: #985F85;
}
</style>
border-color css
<style>
span { border-color: #985F85; }
span { border-color: rgb(152,95,133); }
td.TdClassName
{
border-color: #985F85;
}
.TagClassName
{
border-color: #985F85;
}
</style>