Shades of Strikemaster #987183
Tints of Strikemaster #987183
RGB
CMYK
RGB Variations
Color information
#987183 (or 0x987183) is known color: Strikemaster. HEX triplet: 98, 71 and 83. RGB value is (152,113,131). Sum of RGB (Red+Green+Blue) = 152+113+131=396 (52% of max value = 765). Red value is 152 (59.77% from 255 or 38.38% from 396); Green value is 113 (44.53% from 255 or 28.54% from 396); Blue value is 131 (51.56% from 255 or 33.08% from 396); Max value from RGB is 152 - color contains mainly: red. Hex color #987183 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #987183 is #678E7C. Grayscale: #7E7E7E. Windows color (decimal): -6786685 or 8614296. OLE color: 8614296.
HSL color Cylindrical-coordinate representation of color #987183: hue angle of 332.31º degrees, saturation: 0.16, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #987183 is Cyan = 0, Magento = 0.26, Yellow = 0.14 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 113 | 131 | - |
| CMYK | 0 | 0.26 | 0.14 | 0.40 |
| HSL | 332.31º | 0.16% | 0.52% | - |
| HSV(B) | 332.31º | 0.26% | 0.6% | - |
| XYZ | 22.95 | 20.12 | 24.15 | - |
| YUV | 126.71 | 130.42 | 146.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 113 | 131 | 0 | 0.26 | 0.14 | 0.40 | 332.31 | 0.16 | 0.52 |
| Hex | 98 | 71 | 83 | 0 | 1A | E | 28 | 14C | 10 | 34 |
| Octal | 230 | 161 | 203 | 0 | 32 | 16 | 50 | 514 | 20 | 64 |
| Binary | 10011000 | 1110001 | 10000011 | 0 | 11010 | 1110 | 101000 | 101001100 | 10000 | 110100 |
Color Harmonies of #987183
Complementary color
Monochromatic Colors of #987183
Black with #987183
Text Example
Text Example
White with #987183
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #987183; }
p { color: rgb(152,113,131); }
H1.HeaderClassName
{
color: #987183;
}
.AnyTagClassName
{
color: #987183;
}
</style>
background-color css
<style>
a { background-color: #987183; }
a { background-color: rgb(152,113,131); }
div.DivClassName
{
background-color: #987183;
}
.BgClassName
{
background-color: #987183;
}
</style>
border-color css
<style>
span { border-color: #987183; }
span { border-color: rgb(152,113,131); }
td.TdClassName
{
border-color: #987183;
}
.TagClassName
{
border-color: #987183;
}
</style>