Shades of Strikemaster #916E82
Tints of Strikemaster #916E82
RGB
CMYK
RGB Variations
Color information
#916E82 (or 0x916E82) is known color: Strikemaster. HEX triplet: 91, 6E and 82. RGB value is (145,110,130). Sum of RGB (Red+Green+Blue) = 145+110+130=385 (50% of max value = 765). Red value is 145 (57.03% from 255 or 37.66% from 385); Green value is 110 (43.36% from 255 or 28.57% from 385); Blue value is 130 (51.17% from 255 or 33.77% from 385); Max value from RGB is 145 - color contains mainly: red. Hex color #916E82 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #916E82 is #6E917D. Grayscale: #7A7A7A. Windows color (decimal): -7246206 or 8547985. OLE color: 8547985.
HSL color Cylindrical-coordinate representation of color #916E82: hue angle of 325.71º degrees, saturation: 0.14, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #916E82 is Cyan = 0, Magento = 0.24, Yellow = 0.10 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 110 | 130 | - |
| CMYK | 0 | 0.24 | 0.10 | 0.43 |
| HSL | 325.71º | 0.14% | 0.5% | - |
| HSV(B) | 325.71º | 0.24% | 0.57% | - |
| XYZ | 21.28 | 18.78 | 23.62 | - |
| YUV | 122.75 | 132.1 | 143.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 110 | 130 | 0 | 0.24 | 0.10 | 0.43 | 325.71 | 0.14 | 0.5 |
| Hex | 91 | 6E | 82 | 0 | 18 | A | 2B | 146 | E | 32 |
| Octal | 221 | 156 | 202 | 0 | 30 | 12 | 53 | 506 | 16 | 62 |
| Binary | 10010001 | 1101110 | 10000010 | 0 | 11000 | 1010 | 101011 | 101000110 | 1110 | 110010 |
Color Harmonies of #916E82
Complementary color
Monochromatic Colors of #916E82
Black with #916E82
Text Example
Text Example
White with #916E82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #916E82; }
p { color: rgb(145,110,130); }
H1.HeaderClassName
{
color: #916E82;
}
.AnyTagClassName
{
color: #916E82;
}
</style>
background-color css
<style>
a { background-color: #916E82; }
a { background-color: rgb(145,110,130); }
div.DivClassName
{
background-color: #916E82;
}
.BgClassName
{
background-color: #916E82;
}
</style>
border-color css
<style>
span { border-color: #916E82; }
span { border-color: rgb(145,110,130); }
td.TdClassName
{
border-color: #916E82;
}
.TagClassName
{
border-color: #916E82;
}
</style>