Shades of Strikemaster #986E83
Tints of Strikemaster #986E83
RGB
CMYK
RGB Variations
Color information
#986E83 (or 0x986E83) is known color: Strikemaster. HEX triplet: 98, 6E and 83. RGB value is (152,110,131). Sum of RGB (Red+Green+Blue) = 152+110+131=393 (52% of max value = 765). Red value is 152 (59.77% from 255 or 38.68% from 393); Green value is 110 (43.36% from 255 or 27.99% from 393); Blue value is 131 (51.56% from 255 or 33.33% from 393); Max value from RGB is 152 - color contains mainly: red. Hex color #986E83 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #986E83 is #67917C. Grayscale: #7C7C7C. Windows color (decimal): -6787453 or 8613528. OLE color: 8613528.
HSL color Cylindrical-coordinate representation of color #986E83: hue angle of 330º 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 #986E83 is Cyan = 0, Magento = 0.28, Yellow = 0.14 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 110 | 131 | - |
| CMYK | 0 | 0.28 | 0.14 | 0.40 |
| HSL | 330º | 0.17% | 0.51% | - |
| HSV(B) | 330º | 0.28% | 0.6% | - |
| XYZ | 22.62 | 19.47 | 24.04 | - |
| YUV | 124.95 | 131.41 | 147.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 110 | 131 | 0 | 0.28 | 0.14 | 0.40 | 330 | 0.17 | 0.51 |
| Hex | 98 | 6E | 83 | 0 | 1C | E | 28 | 14A | 11 | 33 |
| Octal | 230 | 156 | 203 | 0 | 34 | 16 | 50 | 512 | 21 | 63 |
| Binary | 10011000 | 1101110 | 10000011 | 0 | 11100 | 1110 | 101000 | 101001010 | 10001 | 110011 |
Color Harmonies of #986E83
Complementary color
Monochromatic Colors of #986E83
Black with #986E83
Text Example
Text Example
White with #986E83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #986E83; }
p { color: rgb(152,110,131); }
H1.HeaderClassName
{
color: #986E83;
}
.AnyTagClassName
{
color: #986E83;
}
</style>
background-color css
<style>
a { background-color: #986E83; }
a { background-color: rgb(152,110,131); }
div.DivClassName
{
background-color: #986E83;
}
.BgClassName
{
background-color: #986E83;
}
</style>
border-color css
<style>
span { border-color: #986E83; }
span { border-color: rgb(152,110,131); }
td.TdClassName
{
border-color: #986E83;
}
.TagClassName
{
border-color: #986E83;
}
</style>