Shades of Strikemaster #916686
Tints of Strikemaster #916686
RGB
CMYK
RGB Variations
Color information
#916686 (or 0x916686) is known color: Strikemaster. HEX triplet: 91, 66 and 86. RGB value is (145,102,134). Sum of RGB (Red+Green+Blue) = 145+102+134=381 (50% of max value = 765). Red value is 145 (57.03% from 255 or 38.06% from 381); Green value is 102 (40.23% from 255 or 26.77% from 381); Blue value is 134 (52.73% from 255 or 35.17% from 381); Max value from RGB is 145 - color contains mainly: red. Hex color #916686 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #916686 is #6E9979. Grayscale: #767676. Windows color (decimal): -7248250 or 8808081. OLE color: 8808081.
HSL color Cylindrical-coordinate representation of color #916686: hue angle of 315.35º degrees, saturation: 0.17, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #916686 is Cyan = 0, Magento = 0.30, Yellow = 0.08 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 102 | 134 | - |
| CMYK | 0 | 0.30 | 0.08 | 0.43 |
| HSL | 315.35º | 0.17% | 0.48% | - |
| HSV(B) | 315.35º | 0.3% | 0.57% | - |
| XYZ | 20.73 | 17.24 | 24.79 | - |
| YUV | 118.51 | 136.75 | 146.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 102 | 134 | 0 | 0.30 | 0.08 | 0.43 | 315.35 | 0.17 | 0.48 |
| Hex | 91 | 66 | 86 | 0 | 1E | 8 | 2B | 13B | 11 | 30 |
| Octal | 221 | 146 | 206 | 0 | 36 | 10 | 53 | 473 | 21 | 60 |
| Binary | 10010001 | 1100110 | 10000110 | 0 | 11110 | 1000 | 101011 | 100111011 | 10001 | 110000 |
Color Harmonies of #916686
Complementary color
Monochromatic Colors of #916686
Black with #916686
Text Example
Text Example
White with #916686
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #916686; }
p { color: rgb(145,102,134); }
H1.HeaderClassName
{
color: #916686;
}
.AnyTagClassName
{
color: #916686;
}
</style>
background-color css
<style>
a { background-color: #916686; }
a { background-color: rgb(145,102,134); }
div.DivClassName
{
background-color: #916686;
}
.BgClassName
{
background-color: #916686;
}
</style>
border-color css
<style>
span { border-color: #916686; }
span { border-color: rgb(145,102,134); }
td.TdClassName
{
border-color: #916686;
}
.TagClassName
{
border-color: #916686;
}
</style>