Shades of Strikemaster #986084
Tints of Strikemaster #986084
RGB
CMYK
RGB Variations
Color information
#986084 (or 0x986084) is known color: Strikemaster. HEX triplet: 98, 60 and 84. RGB value is (152,96,132). Sum of RGB (Red+Green+Blue) = 152+96+132=380 (50% of max value = 765). Red value is 152 (59.77% from 255 or 40% from 380); Green value is 96 (37.89% from 255 or 25.26% from 380); Blue value is 132 (51.95% from 255 or 34.74% from 380); Max value from RGB is 152 - color contains mainly: red. Hex color #986084 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #986084 is #679F7B. Grayscale: #747474. Windows color (decimal): -6791036 or 8675480. OLE color: 8675480.
HSL color Cylindrical-coordinate representation of color #986084: hue angle of 321.43º 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 #986084 is Cyan = 0, Magento = 0.37, Yellow = 0.13 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 96 | 132 | - |
| CMYK | 0 | 0.37 | 0.13 | 0.40 |
| HSL | 321.43º | 0.23% | 0.49% | - |
| HSV(B) | 321.43º | 0.37% | 0.6% | - |
| XYZ | 21.3 | 16.71 | 23.93 | - |
| YUV | 116.85 | 136.55 | 153.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 96 | 132 | 0 | 0.37 | 0.13 | 0.40 | 321.43 | 0.23 | 0.49 |
| Hex | 98 | 60 | 84 | 0 | 25 | D | 28 | 141 | 17 | 31 |
| Octal | 230 | 140 | 204 | 0 | 45 | 15 | 50 | 501 | 27 | 61 |
| Binary | 10011000 | 1100000 | 10000100 | 0 | 100101 | 1101 | 101000 | 101000001 | 10111 | 110001 |
Color Harmonies of #986084
Complementary color
Monochromatic Colors of #986084
Black with #986084
Text Example
Text Example
White with #986084
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #986084; }
p { color: rgb(152,96,132); }
H1.HeaderClassName
{
color: #986084;
}
.AnyTagClassName
{
color: #986084;
}
</style>
background-color css
<style>
a { background-color: #986084; }
a { background-color: rgb(152,96,132); }
div.DivClassName
{
background-color: #986084;
}
.BgClassName
{
background-color: #986084;
}
</style>
border-color css
<style>
span { border-color: #986084; }
span { border-color: rgb(152,96,132); }
td.TdClassName
{
border-color: #986084;
}
.TagClassName
{
border-color: #986084;
}
</style>