Shades of Strikemaster #986D83
Tints of Strikemaster #986D83
RGB
CMYK
RGB Variations
Color information
#986D83 (or 0x986D83) is known color: Strikemaster. HEX triplet: 98, 6D and 83. RGB value is (152,109,131). Sum of RGB (Red+Green+Blue) = 152+109+131=392 (51% of max value = 765). Red value is 152 (59.77% from 255 or 38.78% from 392); Green value is 109 (42.97% from 255 or 27.81% from 392); Blue value is 131 (51.56% from 255 or 33.42% from 392); Max value from RGB is 152 - color contains mainly: red. Hex color #986D83 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #986D83 is #67927C. Grayscale: #7C7C7C. Windows color (decimal): -6787709 or 8613272. OLE color: 8613272.
HSL color Cylindrical-coordinate representation of color #986D83: hue angle of 329.3º degrees, saturation: 0.17, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #986D83 is Cyan = 0, Magento = 0.28, Yellow = 0.14 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 109 | 131 | - |
| CMYK | 0 | 0.28 | 0.14 | 0.40 |
| HSL | 329.3º | 0.17% | 0.51% | - |
| HSV(B) | 329.3º | 0.28% | 0.6% | - |
| XYZ | 22.51 | 19.25 | 24 | - |
| YUV | 124.37 | 131.75 | 147.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 109 | 131 | 0 | 0.28 | 0.14 | 0.40 | 329.3 | 0.17 | 0.51 |
| Hex | 98 | 6D | 83 | 0 | 1C | E | 28 | 149 | 11 | 33 |
| Octal | 230 | 155 | 203 | 0 | 34 | 16 | 50 | 511 | 21 | 63 |
| Binary | 10011000 | 1101101 | 10000011 | 0 | 11100 | 1110 | 101000 | 101001001 | 10001 | 110011 |
Color Harmonies of #986D83
Complementary color
Monochromatic Colors of #986D83
Black with #986D83
Text Example
Text Example
White with #986D83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #986D83; }
p { color: rgb(152,109,131); }
H1.HeaderClassName
{
color: #986D83;
}
.AnyTagClassName
{
color: #986D83;
}
</style>
background-color css
<style>
a { background-color: #986D83; }
a { background-color: rgb(152,109,131); }
div.DivClassName
{
background-color: #986D83;
}
.BgClassName
{
background-color: #986D83;
}
</style>
border-color css
<style>
span { border-color: #986D83; }
span { border-color: rgb(152,109,131); }
td.TdClassName
{
border-color: #986D83;
}
.TagClassName
{
border-color: #986D83;
}
</style>