Shades of Strikemaster #987383
Tints of Strikemaster #987383
RGB
CMYK
RGB Variations
Color information
#987383 (or 0x987383) is known color: Strikemaster. HEX triplet: 98, 73 and 83. RGB value is (152,115,131). Sum of RGB (Red+Green+Blue) = 152+115+131=398 (52% of max value = 765). Red value is 152 (59.77% from 255 or 38.19% from 398); Green value is 115 (45.31% from 255 or 28.89% from 398); Blue value is 131 (51.56% from 255 or 32.91% from 398); Max value from RGB is 152 - color contains mainly: red. Hex color #987383 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #987383 is #678C7C. Grayscale: #7F7F7F. Windows color (decimal): -6786173 or 8614808. OLE color: 8614808.
HSL color Cylindrical-coordinate representation of color #987383: hue angle of 334.05º degrees, saturation: 0.15, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #987383 is Cyan = 0, Magento = 0.24, Yellow = 0.14 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 115 | 131 | - |
| CMYK | 0 | 0.24 | 0.14 | 0.40 |
| HSL | 334.05º | 0.15% | 0.52% | - |
| HSV(B) | 334.05º | 0.24% | 0.6% | - |
| XYZ | 23.18 | 20.58 | 24.22 | - |
| YUV | 127.89 | 129.76 | 145.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 115 | 131 | 0 | 0.24 | 0.14 | 0.40 | 334.05 | 0.15 | 0.52 |
| Hex | 98 | 73 | 83 | 0 | 18 | E | 28 | 14E | F | 34 |
| Octal | 230 | 163 | 203 | 0 | 30 | 16 | 50 | 516 | 17 | 64 |
| Binary | 10011000 | 1110011 | 10000011 | 0 | 11000 | 1110 | 101000 | 101001110 | 1111 | 110100 |
Color Harmonies of #987383
Complementary color
Monochromatic Colors of #987383
Black with #987383
Text Example
Text Example
White with #987383
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #987383; }
p { color: rgb(152,115,131); }
H1.HeaderClassName
{
color: #987383;
}
.AnyTagClassName
{
color: #987383;
}
</style>
background-color css
<style>
a { background-color: #987383; }
a { background-color: rgb(152,115,131); }
div.DivClassName
{
background-color: #987383;
}
.BgClassName
{
background-color: #987383;
}
</style>
border-color css
<style>
span { border-color: #987383; }
span { border-color: rgb(152,115,131); }
td.TdClassName
{
border-color: #987383;
}
.TagClassName
{
border-color: #987383;
}
</style>