Shades of Strikemaster #985685
Tints of Strikemaster #985685
RGB
CMYK
RGB Variations
Color information
#985685 (or 0x985685) is known color: Strikemaster. HEX triplet: 98, 56 and 85. RGB value is (152,86,133). Sum of RGB (Red+Green+Blue) = 152+86+133=371 (49% of max value = 765). Red value is 152 (59.77% from 255 or 40.97% from 371); Green value is 86 (33.98% from 255 or 23.18% from 371); Blue value is 133 (52.34% from 255 or 35.85% from 371); Max value from RGB is 152 - color contains mainly: red. Hex color #985685 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #985685 is #67A97A. Grayscale: #6E6E6E. Windows color (decimal): -6793595 or 8738456. OLE color: 8738456.
HSL color Cylindrical-coordinate representation of color #985685: hue angle of 317.27º degrees, saturation: 0.28, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #985685 is Cyan = 0, Magento = 0.43, Yellow = 0.13 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 86 | 133 | - |
| CMYK | 0 | 0.43 | 0.13 | 0.40 |
| HSL | 317.27º | 0.28% | 0.47% | - |
| HSV(B) | 317.27º | 0.43% | 0.6% | - |
| XYZ | 20.51 | 15.02 | 24.01 | - |
| YUV | 111.09 | 140.37 | 157.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 86 | 133 | 0 | 0.43 | 0.13 | 0.40 | 317.27 | 0.28 | 0.47 |
| Hex | 98 | 56 | 85 | 0 | 2B | D | 28 | 13D | 1C | 2F |
| Octal | 230 | 126 | 205 | 0 | 53 | 15 | 50 | 475 | 34 | 57 |
| Binary | 10011000 | 1010110 | 10000101 | 0 | 101011 | 1101 | 101000 | 100111101 | 11100 | 101111 |
Color Harmonies of #985685
Complementary color
Monochromatic Colors of #985685
Black with #985685
Text Example
Text Example
White with #985685
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #985685; }
p { color: rgb(152,86,133); }
H1.HeaderClassName
{
color: #985685;
}
.AnyTagClassName
{
color: #985685;
}
</style>
background-color css
<style>
a { background-color: #985685; }
a { background-color: rgb(152,86,133); }
div.DivClassName
{
background-color: #985685;
}
.BgClassName
{
background-color: #985685;
}
</style>
border-color css
<style>
span { border-color: #985685; }
span { border-color: rgb(152,86,133); }
td.TdClassName
{
border-color: #985685;
}
.TagClassName
{
border-color: #985685;
}
</style>