Shades of Strikemaster #926186
Tints of Strikemaster #926186
RGB
CMYK
RGB Variations
Color information
#926186 (or 0x926186) is known color: Strikemaster. HEX triplet: 92, 61 and 86. RGB value is (146,97,134). Sum of RGB (Red+Green+Blue) = 146+97+134=377 (49% of max value = 765). Red value is 146 (57.42% from 255 or 38.73% from 377); Green value is 97 (38.28% from 255 or 25.73% from 377); Blue value is 134 (52.73% from 255 or 35.54% from 377); Max value from RGB is 146 - color contains mainly: red. Hex color #926186 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #926186 is #6D9E79. Grayscale: #737373. Windows color (decimal): -7183994 or 8806802. OLE color: 8806802.
HSL color Cylindrical-coordinate representation of color #926186: hue angle of 314.69º degrees, saturation: 0.2, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #926186 is Cyan = 0, Magento = 0.34, Yellow = 0.08 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 97 | 134 | - |
| CMYK | 0 | 0.34 | 0.08 | 0.43 |
| HSL | 314.69º | 0.2% | 0.48% | - |
| HSV(B) | 314.69º | 0.34% | 0.57% | - |
| XYZ | 20.43 | 16.38 | 24.64 | - |
| YUV | 115.87 | 138.23 | 149.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 97 | 134 | 0 | 0.34 | 0.08 | 0.43 | 314.69 | 0.2 | 0.48 |
| Hex | 92 | 61 | 86 | 0 | 22 | 8 | 2B | 13B | 14 | 30 |
| Octal | 222 | 141 | 206 | 0 | 42 | 10 | 53 | 473 | 24 | 60 |
| Binary | 10010010 | 1100001 | 10000110 | 0 | 100010 | 1000 | 101011 | 100111011 | 10100 | 110000 |
Color Harmonies of #926186
Complementary color
Monochromatic Colors of #926186
Black with #926186
Text Example
Text Example
White with #926186
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #926186; }
p { color: rgb(146,97,134); }
H1.HeaderClassName
{
color: #926186;
}
.AnyTagClassName
{
color: #926186;
}
</style>
background-color css
<style>
a { background-color: #926186; }
a { background-color: rgb(146,97,134); }
div.DivClassName
{
background-color: #926186;
}
.BgClassName
{
background-color: #926186;
}
</style>
border-color css
<style>
span { border-color: #926186; }
span { border-color: rgb(146,97,134); }
td.TdClassName
{
border-color: #926186;
}
.TagClassName
{
border-color: #926186;
}
</style>