Shades of Strikemaster #986082
Tints of Strikemaster #986082
RGB
CMYK
RGB Variations
Color information
#986082 (or 0x986082) is known color: Strikemaster. HEX triplet: 98, 60 and 82. RGB value is (152,96,130). Sum of RGB (Red+Green+Blue) = 152+96+130=378 (50% of max value = 765). Red value is 152 (59.77% from 255 or 40.21% from 378); Green value is 96 (37.89% from 255 or 25.40% from 378); Blue value is 130 (51.17% from 255 or 34.39% from 378); Max value from RGB is 152 - color contains mainly: red. Hex color #986082 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #986082 is #679F7D. Grayscale: #747474. Windows color (decimal): -6791038 or 8544408. OLE color: 8544408.
HSL color Cylindrical-coordinate representation of color #986082: hue angle of 323.57º 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 #986082 is Cyan = 0, Magento = 0.37, Yellow = 0.14 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 96 | 130 | - |
| CMYK | 0 | 0.37 | 0.14 | 0.40 |
| HSL | 323.57º | 0.23% | 0.49% | - |
| HSV(B) | 323.57º | 0.37% | 0.6% | - |
| XYZ | 21.16 | 16.65 | 23.22 | - |
| YUV | 116.62 | 135.55 | 153.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 96 | 130 | 0 | 0.37 | 0.14 | 0.40 | 323.57 | 0.23 | 0.49 |
| Hex | 98 | 60 | 82 | 0 | 25 | E | 28 | 144 | 17 | 31 |
| Octal | 230 | 140 | 202 | 0 | 45 | 16 | 50 | 504 | 27 | 61 |
| Binary | 10011000 | 1100000 | 10000010 | 0 | 100101 | 1110 | 101000 | 101000100 | 10111 | 110001 |
Color Harmonies of #986082
Complementary color
Monochromatic Colors of #986082
Black with #986082
Text Example
Text Example
White with #986082
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #986082; }
p { color: rgb(152,96,130); }
H1.HeaderClassName
{
color: #986082;
}
.AnyTagClassName
{
color: #986082;
}
</style>
background-color css
<style>
a { background-color: #986082; }
a { background-color: rgb(152,96,130); }
div.DivClassName
{
background-color: #986082;
}
.BgClassName
{
background-color: #986082;
}
</style>
border-color css
<style>
span { border-color: #986082; }
span { border-color: rgb(152,96,130); }
td.TdClassName
{
border-color: #986082;
}
.TagClassName
{
border-color: #986082;
}
</style>