Shades of Strikemaster #926282
Tints of Strikemaster #926282
RGB
CMYK
RGB Variations
Color information
#926282 (or 0x926282) is known color: Strikemaster. HEX triplet: 92, 62 and 82. RGB value is (146,98,130). Sum of RGB (Red+Green+Blue) = 146+98+130=374 (49% of max value = 765). Red value is 146 (57.42% from 255 or 39.04% from 374); Green value is 98 (38.67% from 255 or 26.20% from 374); Blue value is 130 (51.17% from 255 or 34.76% from 374); Max value from RGB is 146 - color contains mainly: red. Hex color #926282 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #926282 is #6D9D7D. Grayscale: #737373. Windows color (decimal): -7183742 or 8544914. OLE color: 8544914.
HSL color Cylindrical-coordinate representation of color #926282: hue angle of 320º 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 #926282 is Cyan = 0, Magento = 0.33, Yellow = 0.11 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 98 | 130 | - |
| CMYK | 0 | 0.33 | 0.11 | 0.43 |
| HSL | 320º | 0.2% | 0.48% | - |
| HSV(B) | 320º | 0.33% | 0.57% | - |
| XYZ | 20.25 | 16.46 | 23.23 | - |
| YUV | 116 | 135.9 | 149.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 98 | 130 | 0 | 0.33 | 0.11 | 0.43 | 320 | 0.2 | 0.48 |
| Hex | 92 | 62 | 82 | 0 | 21 | B | 2B | 140 | 14 | 30 |
| Octal | 222 | 142 | 202 | 0 | 41 | 13 | 53 | 500 | 24 | 60 |
| Binary | 10010010 | 1100010 | 10000010 | 0 | 100001 | 1011 | 101011 | 101000000 | 10100 | 110000 |
Color Harmonies of #926282
Complementary color
Monochromatic Colors of #926282
Black with #926282
Text Example
Text Example
White with #926282
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #926282; }
p { color: rgb(146,98,130); }
H1.HeaderClassName
{
color: #926282;
}
.AnyTagClassName
{
color: #926282;
}
</style>
background-color css
<style>
a { background-color: #926282; }
a { background-color: rgb(146,98,130); }
div.DivClassName
{
background-color: #926282;
}
.BgClassName
{
background-color: #926282;
}
</style>
border-color css
<style>
span { border-color: #926282; }
span { border-color: rgb(146,98,130); }
td.TdClassName
{
border-color: #926282;
}
.TagClassName
{
border-color: #926282;
}
</style>