Shades of Strikemaster #926185
Tints of Strikemaster #926185
RGB
CMYK
RGB Variations
Color information
#926185 (or 0x926185) is known color: Strikemaster. HEX triplet: 92, 61 and 85. RGB value is (146,97,133). Sum of RGB (Red+Green+Blue) = 146+97+133=376 (49% of max value = 765). Red value is 146 (57.42% from 255 or 38.83% from 376); Green value is 97 (38.28% from 255 or 25.80% from 376); Blue value is 133 (52.34% from 255 or 35.37% from 376); Max value from RGB is 146 - color contains mainly: red. Hex color #926185 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #926185 is #6D9E7A. Grayscale: #737373. Windows color (decimal): -7183995 or 8741266. OLE color: 8741266.
HSL color Cylindrical-coordinate representation of color #926185: hue angle of 315.92º 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 #926185 is Cyan = 0, Magento = 0.34, Yellow = 0.09 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 97 | 133 | - |
| CMYK | 0 | 0.34 | 0.09 | 0.43 |
| HSL | 315.92º | 0.2% | 0.48% | - |
| HSV(B) | 315.92º | 0.34% | 0.57% | - |
| XYZ | 20.36 | 16.35 | 24.27 | - |
| YUV | 115.76 | 137.73 | 149.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 97 | 133 | 0 | 0.34 | 0.09 | 0.43 | 315.92 | 0.2 | 0.48 |
| Hex | 92 | 61 | 85 | 0 | 22 | 9 | 2B | 13C | 14 | 30 |
| Octal | 222 | 141 | 205 | 0 | 42 | 11 | 53 | 474 | 24 | 60 |
| Binary | 10010010 | 1100001 | 10000101 | 0 | 100010 | 1001 | 101011 | 100111100 | 10100 | 110000 |
Color Harmonies of #926185
Complementary color
Monochromatic Colors of #926185
Black with #926185
Text Example
Text Example
White with #926185
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #926185; }
p { color: rgb(146,97,133); }
H1.HeaderClassName
{
color: #926185;
}
.AnyTagClassName
{
color: #926185;
}
</style>
background-color css
<style>
a { background-color: #926185; }
a { background-color: rgb(146,97,133); }
div.DivClassName
{
background-color: #926185;
}
.BgClassName
{
background-color: #926185;
}
</style>
border-color css
<style>
span { border-color: #926185; }
span { border-color: rgb(146,97,133); }
td.TdClassName
{
border-color: #926185;
}
.TagClassName
{
border-color: #926185;
}
</style>