Shades of Strikemaster #986080
Tints of Strikemaster #986080
RGB
CMYK
RGB Variations
Color information
#986080 (or 0x986080) is known color: Strikemaster. HEX triplet: 98, 60 and 80. RGB value is (152,96,128). Sum of RGB (Red+Green+Blue) = 152+96+128=376 (49% of max value = 765). Red value is 152 (59.77% from 255 or 40.43% from 376); Green value is 96 (37.89% from 255 or 25.53% from 376); Blue value is 128 (50.39% from 255 or 34.04% from 376); Max value from RGB is 152 - color contains mainly: red. Hex color #986080 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #986080 is #679F7F. Grayscale: #747474. Windows color (decimal): -6791040 or 8413336. OLE color: 8413336.
HSL color Cylindrical-coordinate representation of color #986080: hue angle of 325.71º degrees, saturation: 0.23, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #986080 is Cyan = 0, Magento = 0.37, Yellow = 0.16 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 96 | 128 | - |
| CMYK | 0 | 0.37 | 0.16 | 0.40 |
| HSL | 325.71º | 0.23% | 0.49% | - |
| HSV(B) | 325.71º | 0.37% | 0.6% | - |
| XYZ | 21.03 | 16.6 | 22.52 | - |
| YUV | 116.39 | 134.55 | 153.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 96 | 128 | 0 | 0.37 | 0.16 | 0.40 | 325.71 | 0.23 | 0.49 |
| Hex | 98 | 60 | 80 | 0 | 25 | 10 | 28 | 146 | 17 | 31 |
| Octal | 230 | 140 | 200 | 0 | 45 | 20 | 50 | 506 | 27 | 61 |
| Binary | 10011000 | 1100000 | 10000000 | 0 | 100101 | 10000 | 101000 | 101000110 | 10111 | 110001 |
Color Harmonies of #986080
Complementary color
Monochromatic Colors of #986080
Black with #986080
Text Example
Text Example
White with #986080
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #986080; }
p { color: rgb(152,96,128); }
H1.HeaderClassName
{
color: #986080;
}
.AnyTagClassName
{
color: #986080;
}
</style>
background-color css
<style>
a { background-color: #986080; }
a { background-color: rgb(152,96,128); }
div.DivClassName
{
background-color: #986080;
}
.BgClassName
{
background-color: #986080;
}
</style>
border-color css
<style>
span { border-color: #986080; }
span { border-color: rgb(152,96,128); }
td.TdClassName
{
border-color: #986080;
}
.TagClassName
{
border-color: #986080;
}
</style>