Shades of Strikemaster #926285
Tints of Strikemaster #926285
RGB
CMYK
RGB Variations
Color information
#926285 (or 0x926285) is known color: Strikemaster. HEX triplet: 92, 62 and 85. RGB value is (146,98,133). Sum of RGB (Red+Green+Blue) = 146+98+133=377 (49% of max value = 765). Red value is 146 (57.42% from 255 or 38.73% from 377); Green value is 98 (38.67% from 255 or 25.99% from 377); Blue value is 133 (52.34% from 255 or 35.28% from 377); Max value from RGB is 146 - color contains mainly: red. Hex color #926285 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #926285 is #6D9D7A. Grayscale: #747474. Windows color (decimal): -7183739 or 8741522. OLE color: 8741522.
HSL color Cylindrical-coordinate representation of color #926285: hue angle of 316.25º degrees, saturation: 0.2, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #926285 is Cyan = 0, Magento = 0.33, Yellow = 0.09 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 98 | 133 | - |
| CMYK | 0 | 0.33 | 0.09 | 0.43 |
| HSL | 316.25º | 0.2% | 0.48% | - |
| HSV(B) | 316.25º | 0.33% | 0.57% | - |
| XYZ | 20.46 | 16.54 | 24.3 | - |
| YUV | 116.34 | 137.4 | 149.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 98 | 133 | 0 | 0.33 | 0.09 | 0.43 | 316.25 | 0.2 | 0.48 |
| Hex | 92 | 62 | 85 | 0 | 21 | 9 | 2B | 13C | 14 | 30 |
| Octal | 222 | 142 | 205 | 0 | 41 | 11 | 53 | 474 | 24 | 60 |
| Binary | 10010010 | 1100010 | 10000101 | 0 | 100001 | 1001 | 101011 | 100111100 | 10100 | 110000 |
Color Harmonies of #926285
Complementary color
Monochromatic Colors of #926285
Black with #926285
Text Example
Text Example
White with #926285
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #926285; }
p { color: rgb(146,98,133); }
H1.HeaderClassName
{
color: #926285;
}
.AnyTagClassName
{
color: #926285;
}
</style>
background-color css
<style>
a { background-color: #926285; }
a { background-color: rgb(146,98,133); }
div.DivClassName
{
background-color: #926285;
}
.BgClassName
{
background-color: #926285;
}
</style>
border-color css
<style>
span { border-color: #926285; }
span { border-color: rgb(146,98,133); }
td.TdClassName
{
border-color: #926285;
}
.TagClassName
{
border-color: #926285;
}
</style>