Shades of Strikemaster #986685
Tints of Strikemaster #986685
RGB
CMYK
RGB Variations
Color information
#986685 (or 0x986685) is known color: Strikemaster. HEX triplet: 98, 66 and 85. RGB value is (152,102,133). Sum of RGB (Red+Green+Blue) = 152+102+133=387 (51% of max value = 765). Red value is 152 (59.77% from 255 or 39.28% from 387); Green value is 102 (40.23% from 255 or 26.36% from 387); Blue value is 133 (52.34% from 255 or 34.37% from 387); Max value from RGB is 152 - color contains mainly: red. Hex color #986685 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #986685 is #67997A. Grayscale: #787878. Windows color (decimal): -6789499 or 8742552. OLE color: 8742552.
HSL color Cylindrical-coordinate representation of color #986685: hue angle of 322.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 #986685 is Cyan = 0, Magento = 0.33, Yellow = 0.13 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 102 | 133 | - |
| CMYK | 0 | 0.33 | 0.13 | 0.40 |
| HSL | 322.8º | 0.2% | 0.5% | - |
| HSV(B) | 322.8º | 0.33% | 0.6% | - |
| XYZ | 21.93 | 17.87 | 24.48 | - |
| YUV | 120.48 | 135.07 | 150.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 102 | 133 | 0 | 0.33 | 0.13 | 0.40 | 322.8 | 0.2 | 0.5 |
| Hex | 98 | 66 | 85 | 0 | 21 | D | 28 | 143 | 14 | 32 |
| Octal | 230 | 146 | 205 | 0 | 41 | 15 | 50 | 503 | 24 | 62 |
| Binary | 10011000 | 1100110 | 10000101 | 0 | 100001 | 1101 | 101000 | 101000011 | 10100 | 110010 |
Color Harmonies of #986685
Complementary color
Monochromatic Colors of #986685
Black with #986685
Text Example
Text Example
White with #986685
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #986685; }
p { color: rgb(152,102,133); }
H1.HeaderClassName
{
color: #986685;
}
.AnyTagClassName
{
color: #986685;
}
</style>
background-color css
<style>
a { background-color: #986685; }
a { background-color: rgb(152,102,133); }
div.DivClassName
{
background-color: #986685;
}
.BgClassName
{
background-color: #986685;
}
</style>
border-color css
<style>
span { border-color: #986685; }
span { border-color: rgb(152,102,133); }
td.TdClassName
{
border-color: #986685;
}
.TagClassName
{
border-color: #986685;
}
</style>