Shades of Strikemaster #986282
Tints of Strikemaster #986282
RGB
CMYK
RGB Variations
Color information
#986282 (or 0x986282) is known color: Strikemaster. HEX triplet: 98, 62 and 82. RGB value is (152,98,130). Sum of RGB (Red+Green+Blue) = 152+98+130=380 (50% of max value = 765). Red value is 152 (59.77% from 255 or 40% from 380); Green value is 98 (38.67% from 255 or 25.79% from 380); Blue value is 130 (51.17% from 255 or 34.21% from 380); Max value from RGB is 152 - color contains mainly: red. Hex color #986282 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #986282 is #679D7D. Grayscale: #757575. Windows color (decimal): -6790526 or 8544920. OLE color: 8544920.
HSL color Cylindrical-coordinate representation of color #986282: hue angle of 324.44º degrees, saturation: 0.22, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #986282 is Cyan = 0, Magento = 0.36, Yellow = 0.14 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 98 | 130 | - |
| CMYK | 0 | 0.36 | 0.14 | 0.40 |
| HSL | 324.44º | 0.22% | 0.49% | - |
| HSV(B) | 324.44º | 0.36% | 0.6% | - |
| XYZ | 21.35 | 17.02 | 23.28 | - |
| YUV | 117.79 | 134.89 | 152.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 98 | 130 | 0 | 0.36 | 0.14 | 0.40 | 324.44 | 0.22 | 0.49 |
| Hex | 98 | 62 | 82 | 0 | 24 | E | 28 | 144 | 16 | 31 |
| Octal | 230 | 142 | 202 | 0 | 44 | 16 | 50 | 504 | 26 | 61 |
| Binary | 10011000 | 1100010 | 10000010 | 0 | 100100 | 1110 | 101000 | 101000100 | 10110 | 110001 |
Color Harmonies of #986282
Complementary color
Monochromatic Colors of #986282
Black with #986282
Text Example
Text Example
White with #986282
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #986282; }
p { color: rgb(152,98,130); }
H1.HeaderClassName
{
color: #986282;
}
.AnyTagClassName
{
color: #986282;
}
</style>
background-color css
<style>
a { background-color: #986282; }
a { background-color: rgb(152,98,130); }
div.DivClassName
{
background-color: #986282;
}
.BgClassName
{
background-color: #986282;
}
</style>
border-color css
<style>
span { border-color: #986282; }
span { border-color: rgb(152,98,130); }
td.TdClassName
{
border-color: #986282;
}
.TagClassName
{
border-color: #986282;
}
</style>