Shades of Strikemaster #986D81
Tints of Strikemaster #986D81
RGB
CMYK
RGB Variations
Color information
#986D81 (or 0x986D81) is known color: Strikemaster. HEX triplet: 98, 6D and 81. RGB value is (152,109,129). Sum of RGB (Red+Green+Blue) = 152+109+129=390 (51% of max value = 765). Red value is 152 (59.77% from 255 or 38.97% from 390); Green value is 109 (42.97% from 255 or 27.95% from 390); Blue value is 129 (50.78% from 255 or 33.08% from 390); Max value from RGB is 152 - color contains mainly: red. Hex color #986D81 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #986D81 is #67927E. Grayscale: #7C7C7C. Windows color (decimal): -6787711 or 8482200. OLE color: 8482200.
HSL color Cylindrical-coordinate representation of color #986D81: hue angle of 332.09º 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 #986D81 is Cyan = 0, Magento = 0.28, Yellow = 0.15 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 109 | 129 | - |
| CMYK | 0 | 0.28 | 0.15 | 0.40 |
| HSL | 332.09º | 0.17% | 0.51% | - |
| HSV(B) | 332.09º | 0.28% | 0.6% | - |
| XYZ | 22.38 | 19.2 | 23.29 | - |
| YUV | 124.14 | 130.75 | 147.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 109 | 129 | 0 | 0.28 | 0.15 | 0.40 | 332.09 | 0.17 | 0.51 |
| Hex | 98 | 6D | 81 | 0 | 1C | F | 28 | 14C | 11 | 33 |
| Octal | 230 | 155 | 201 | 0 | 34 | 17 | 50 | 514 | 21 | 63 |
| Binary | 10011000 | 1101101 | 10000001 | 0 | 11100 | 1111 | 101000 | 101001100 | 10001 | 110011 |
Color Harmonies of #986D81
Complementary color
Monochromatic Colors of #986D81
Black with #986D81
Text Example
Text Example
White with #986D81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #986D81; }
p { color: rgb(152,109,129); }
H1.HeaderClassName
{
color: #986D81;
}
.AnyTagClassName
{
color: #986D81;
}
</style>
background-color css
<style>
a { background-color: #986D81; }
a { background-color: rgb(152,109,129); }
div.DivClassName
{
background-color: #986D81;
}
.BgClassName
{
background-color: #986D81;
}
</style>
border-color css
<style>
span { border-color: #986D81; }
span { border-color: rgb(152,109,129); }
td.TdClassName
{
border-color: #986D81;
}
.TagClassName
{
border-color: #986D81;
}
</style>