Shades of Strikemaster #986680
Tints of Strikemaster #986680
RGB
CMYK
RGB Variations
Color information
#986680 (or 0x986680) is known color: Strikemaster. HEX triplet: 98, 66 and 80. RGB value is (152,102,128). Sum of RGB (Red+Green+Blue) = 152+102+128=382 (50% of max value = 765). Red value is 152 (59.77% from 255 or 39.79% from 382); Green value is 102 (40.23% from 255 or 26.70% from 382); Blue value is 128 (50.39% from 255 or 33.51% from 382); Max value from RGB is 152 - color contains mainly: red. Hex color #986680 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #986680 is #67997F. Grayscale: #777777. Windows color (decimal): -6789504 or 8414872. OLE color: 8414872.
HSL color Cylindrical-coordinate representation of color #986680: hue angle of 328.8º degrees, saturation: 0.2, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #986680 is Cyan = 0, Magento = 0.33, Yellow = 0.16 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 102 | 128 | - |
| CMYK | 0 | 0.33 | 0.16 | 0.40 |
| HSL | 328.8º | 0.2% | 0.5% | - |
| HSV(B) | 328.8º | 0.33% | 0.6% | - |
| XYZ | 21.6 | 17.74 | 22.71 | - |
| YUV | 119.91 | 132.57 | 150.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 102 | 128 | 0 | 0.33 | 0.16 | 0.40 | 328.8 | 0.2 | 0.5 |
| Hex | 98 | 66 | 80 | 0 | 21 | 10 | 28 | 149 | 14 | 32 |
| Octal | 230 | 146 | 200 | 0 | 41 | 20 | 50 | 511 | 24 | 62 |
| Binary | 10011000 | 1100110 | 10000000 | 0 | 100001 | 10000 | 101000 | 101001001 | 10100 | 110010 |
Color Harmonies of #986680
Complementary color
Monochromatic Colors of #986680
Black with #986680
Text Example
Text Example
White with #986680
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #986680; }
p { color: rgb(152,102,128); }
H1.HeaderClassName
{
color: #986680;
}
.AnyTagClassName
{
color: #986680;
}
</style>
background-color css
<style>
a { background-color: #986680; }
a { background-color: rgb(152,102,128); }
div.DivClassName
{
background-color: #986680;
}
.BgClassName
{
background-color: #986680;
}
</style>
border-color css
<style>
span { border-color: #986680; }
span { border-color: rgb(152,102,128); }
td.TdClassName
{
border-color: #986680;
}
.TagClassName
{
border-color: #986680;
}
</style>